• webtenn

    (@webtenn)


    The Hide Add to Cart settings are stuck in the ON position for both the Shop + Product Page.

    Also the Add to Quote buttons have suddenly stopped displaying. Everything was working fine for months, so not sure what the the issue is. I’m using Bricks Builder theme and custom query loops for both. What WooCommerce hook do these buttons use?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Akash

    (@akashelex)

    Hello?@webtenn

    Greetings. It seems that the “Hide Add to Cart” settings being stuck and the “Add to Quote” buttons disappearing might be due to recent changes on your site as it was working fine earlier. These changes could include new plugins, themes, or custom code. Please try temporarily disabling any recent additions or modifications to see if the issue resolves.

    For your reference, our plugin uses the following WooCommerce hooks:

    Hide add to cart settings: this filter hook we are using to save hide cart function add_filter( ‘settings_saving_hide_cart’, array( self::class, ‘save_hide_cart’ ) );

    Quote button:

    * Shop page: woocommerce_after_shop_loop_item

    * Product page: woocommerce_product_meta_start

    Please don’t hesitate to contact us if you require further assistance.

    Thread Starter webtenn

    (@webtenn)

    Hi @akashelex

    Thanks, after a second look I realized that the if Hide Price is set to on, then Hide Add to Cart for both Shop + Product are also to set to on.

    Thanks for sharing the WooCommerce hooks, I was able to resolve the issue with quote buttons displaying.

    For anyone else using Bricks Builder, they introduced a new dynamic do_action tag to address compatibility issues between Bricks and third-party WooCommerce plugins.

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