• Resolved truethen

    (@truethen)


    Check your plugin for product variations in WOO.

    <div class=”woocommerce-variation-add-to-cart variations_button woocommerce-variation-add-to-cart-enabled”> – double
    ——————
    p.s. with theme “Neve” – button “Add to Wishlist”
    not located under the “Add to Cart” button(((

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author templateinvaders

    (@templateinvaders)

    Hi @truethen

    this issue related to some 3rd party plugins or theme code that fired default WooCommerce action twice. Other plugins could be affected by the same issue also. Try to locate what exactly plugin produces the issue by disabling other plugins one by one.

    P.S. You can add next CSS rules to fix button position for “Neve” theme:

    .woocommerce.single .entry-summary>form.cart .woocommerce-variation-add-to-cart, .woocommerce.single .entry-summary>form.cart {
    flex-flow:wrap;
    }
    .woocommerce.single .entry-summary>form.cart .tinv-wraper {
    flex-basis:100%;
    }
    Plugin Author templateinvaders

    (@templateinvaders)

    We are now closing this topic and mark it as resolved due to inactivity. If you have further questions please, fill free to re-open it at any time.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Duplicate Add to Wishlist – product variations’ is closed to new replies.