Home Forums WoodMart support forum Catalog mode does not hide the button "Add to cart"

Catalog mode does not hide the button "Add to cart"

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #60635

    lelikletter
    Participant

    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.
    #60650

    Hello,

    Please provide you valid site admin access together with FTP access.

    Best Regards

    #60653

    lelikletter
    Participant

    done

    #60686

    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

Viewing 4 posts - 1 through 4 (of 4 total)