X7ROOT File Manager
Current Path:
/home/notabjze/pyirates.net/wp-content/themes/betheme/includes
home
/
notabjze
/
pyirates.net
/
wp-content
/
themes
/
betheme
/
includes
/
ðŸ“
..
📄
content-portfolio.php
(11.73 KB)
📄
content-post.php
(11.87 KB)
📄
content-single-portfolio.php
(11.57 KB)
📄
content-single.php
(13.82 KB)
📄
footer-stickymenu.php
(3.75 KB)
📄
footer-template.php
(236 B)
📄
header-classic.php
(4.23 KB)
📄
header-creative.php
(3.56 KB)
📄
header-live-search.php
(952 B)
📄
header-login.php
(2.02 KB)
📄
header-side-slide.php
(9.83 KB)
📄
header-single-intro.php
(4.81 KB)
📄
header-sliding-area.php
(1.35 KB)
📄
header-style-shop-split.php
(1.77 KB)
📄
header-style-shop.php
(1.31 KB)
📄
header-template.php
(8.51 KB)
📄
header-top-area.php
(2.61 KB)
📄
header-top-bar-right.php
(8.29 KB)
📄
include-logo.php
(5.7 KB)
📄
include-slogan.php
(1.19 KB)
📄
include-social.php
(2.08 KB)
📄
include-wpml.php
(3.06 KB)
📄
off-canvas-sidebar.php
(978 B)
📄
quickview.php
(1.66 KB)
📄
wishlist.php
(2.17 KB)
📄
woocommerce-active-filters.php
(1.08 KB)
📄
woocommerce-cart.php
(2.26 KB)
📄
woocommerce-list-options.php
(5.48 KB)
Editing: wishlist.php
<?php $wish_arr = array(0); if( isset($_COOKIE['mfn_wishlist']) ){ $wishlist = $_COOKIE['mfn_wishlist']; $wish_arr = explode(',', $wishlist); } $translate['translate-empty-wishlist'] = mfn_opts_get('translate') ? mfn_opts_get('translate-empty-wishlist', 'Your wishlist is empty.') : __('Your wishlist is empty.', 'betheme'); $wish_query = new WP_Query( array( 'post_type' => 'product', 'posts_per_page' => -1, 'post__in'=> $wish_arr ) ); ?> <div class="section wishlist woocommerce"> <div class="section_wrapper clearfix"> <?php if($wish_query->have_posts()): ?> <?php while($wish_query->have_posts()): $wish_query->the_post(); $product = wc_get_product(get_the_ID()); ?> <div class="wishlist-row"> <div class="column one-fourth"> <div class="mcb-column-inner"> <?php echo Mfn_Builder_Woo_Helper::get_woo_product_image($product); ?> </div> </div> <div class="column one-second"> <div class="mcb-column-inner"> <h3><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3> <p class="price"><?php echo $product->get_price_html(); ?></p> <?php the_excerpt(); ?> <?php woocommerce_template_single_meta(); ?> </div> </div> <div class="column one-fourth wishlist-options"> <div class="mcb-column-inner"> <?php echo Mfn_Builder_Woo_Helper::get_woo_product_button( $product ); ?> </div> </div> </div> <?php endwhile; ?> <?php else: ?> <div class="wishlist-info"> <h3><?php echo $translate['translate-empty-wishlist']; ?></h3> <a href="<?php echo get_permalink( wc_get_page_id( 'shop' ) ); ?>" class="button mfn-btn"><?php esc_html_e( 'Go to shop', 'woocommerce' ); ?></a> </div> <?php endif; ?> <div class="wishlist-info" style="display: none;"> <h3><?php echo $translate['translate-empty-wishlist']; ?></h3> <a href="<?php echo get_permalink( wc_get_page_id( 'shop' ) ); ?>" class="button mfn-btn"><?php esc_html_e( 'Go to shop', 'woocommerce' ); ?></a> </div> </div> </div>
Upload File
Create Folder