Reply 65452 to: Wishlist position

Avatar: Eva
Eva Kemp
Support staff
May 22, 2015 at 08:26

Hello,

Please provide us with wp-admin panel credentials.
To make cart visible only for logged in users you need edit the file header.php, find the code on line 218:

<?php if(class_exists('Woocommerce') && !etheme_get_option('just_catalog') && etheme_get_option('cart_widget')): ?>
                     <?php etheme_top_cart(); ?>
              <?php endif ;?>

and replace it with this one:

<?php if(class_exists('Woocommerce') && !etheme_get_option('just_catalog') && etheme_get_option('cart_widget') && is_user_logged_in()): ?>
                     <?php etheme_top_cart(); ?>

Regards,
Eva Kemp.

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.