Forum Replies Created
-
AuthorPosts
-
BarbarakilgoreParticipantMy suggestion here is to rename wishlist.js file located in your theme (understrap-child-master/woocommerce) to wishlist.js.bak, and see if this solves at least this issue
Please, note that this will remove any theme customization, so may cause other sort of problemsUltimately, the best solution would be to contact theme developers and ask them to update wishlist.js file bundled within their theme Optonline Mail
- This reply was modified 1 year, 11 months ago by Barbarakilgore.
BarbarakilgoreParticipantI am Having a same issue last time. I am looking for more information about it. I will follow you to update the latest posts.
BarbarakilgoreParticipantClick on the Products tab from the top menu. Click on the Default Sorting dropdown and select your desired option. HP Instant Ink Login
BarbarakilgoreParticipantCode snippet to remove Add to Cart button
Add the following code snippet in the Theme Functions (function.php) file of your currently activated theme.remove_action(‘woocommerce_after_shop_loop_item’, ‘woocommerce_template_loop_add_to_cart’);
remove_action(‘woocommerce_single_product_summary’, ‘woocommerce_template_single_add_to_cart’, 20);
The above code snippet will remove the Add to Cart button in shop page as well as product pages.But wait…
Adding a code snippet is the most common method for removing the Add to Cart button completely, and may not be an optimal solution as it would lead to an endpoint, hence affecting your customer retention. Also, you should remove the code snippet every time you need to roll back to its default state. Instead, you should rather consider customizing the Add the Cart button, giving a better shopping experience for your users.
BarbarakilgoreParticipantwhat are you talking about I am having a same issue last time still not get solution. HRBlock Login
-
AuthorPosts