Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #326422

    Can I use woocommerce with enfold to build a catalogue without prices and cart options?
    If the answer is YES, I need a mod or it’s a default setting?

    THX

    Daniele.

    #326468

    Hi danielefadda!

    Please try adding following code to Functions.php file in Appearance > Editor

    remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart' );
    remove_action( 'woocommerce_single_product_summary', 'woocommerce_single_price' );
    remove_action( 'woocommerce_single_product_summary', 'woocommerce_add_to_cart' );
    remove_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_price' );

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.