Catalog mode does not hide the button "Add to cart"
-
When the Catalog mode parameter is active, the buttons “Add to cart” are not hidden everywhere.
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide you valid site admin access together with FTP access.
Best Regards
Hello,
Please add this code:
add_action( 'woocommerce_before_shop_loop_item', array( $this, 'catalog_mode_init' ), 10 );
to the file as per woodmart/inc/classes/Catalog.php as shown: http://prntscr.com/jmdwnc
We shall fix this in the next update.
Best Regards