This topic has 6 replies, 2 voices, and was last updated 3 years, 2 months ago ago by Rose Tyler
Hi,
I wanna to Change Sticky Add To Cart Bar with buy now button & Let quantity showing and hide add to cart button just in Sticky Add To Cart Bar in mobille version.
please help me as soon as possible.
thank you!
Hello,
Thanks for contacting us.
You can add the next code in Theme Options > Theme Custom CSS > Custom CSS for mobile:
.etheme-sticky-cart .ajax_add_to_cart {
display: none;
}
to hide the Add To Cart button from the sticky panel.
Regards
Hi,
I wanna to replace it with buy now! Because when i put the code sticky bar show only quantity without any button in mobile version.
Hello,
Could you provide URL of product? We will check what can be done to help you.
Regards
Hi, its in Private content area…
Hello,
It requests additional customization in files, which is not included in our basic support.
Do the next via FTP:
add $with_buy_now = apply_filters('etheme_sticky_add_to_cart_buy_now_hide_mobile', $with_buy_now);
into wp-content/plugins/et-core-plugin/app/models/customizer/functions.php – http://prntscr.com/1rhpcjf
and this add_filter('etheme_sticky_add_to_cart_buy_now_hide_mobile', '__return_false');
into xstore-child/functions.php
Regards
You must be logged in to reply to this topic.Log in/Sign up