Viewing 3 reply threads
  • Author
    Posts
    • #54119
      Anonymous
      Inactive

      Hi
      I have a small problem with this plugin. When I enable the plugin, the “add to cart” will be displayed 2 times https://gmkr.io/s/59c21829afe6d1653c584555/0.
      I have tried to remove the add to cart, but then it also disappears on the product page. I use the Avada theme on the page.
      Webshop url: https://carebyac.dk/shop

      What can I do to fix this?

      Br.
      Anders

    • #57423
      Anonymous
      Inactive

      same with the woocommerce germanized plugin and flat some theme ;(

    • #57442
      Anonymous
      Inactive

      This should work Anders – add this to your ChildTheme functions.php:

      add_action( ‘woocommerce_after_shop_loop_item’, ‘remove_add_tons’, 1 );

      function remove_add_tons() {
      remove_action( ‘woocommerce_after_shop_loop_item’, ‘woocommerce_template_loop_add_to_cart’ );
      }

      @XAdapter: Your support here isn’t really great. And we have to many other conflicts with the germanized plugin ;(

    • #57546
      Anonymous
      Inactive

      Hi Anders and Marrius,

      We need to test each theme for compatibility, if you could raise a ticket and mention the theme you’re facing with we can check the theme and fix the issue or make it compatible.

      Regards,
      Lorenzo

Viewing 3 reply threads
  • You must be logged in to reply to this topic.
Scroll to Top