Repository Forums Support WooCommerce Extended Coupon Features PRO Free Product Multiplication Option

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #17850
    simplykorrupt
    Participant

    I’m trying to enable multiplication of free product offers. 1 every $99 spent. Customer chooses product from list of approx 20 items.

    When I enable multiplication option, customer can choose quantity of products but there is no button to update the cart once they have chosen the free products they would like.

    #17851
    simplykorrupt
    Participant

    I added in this script

    jQuery( document ).on(
    ‘change input’,
    ‘.wjecf-auto-submit input[type=”number”]’,
    function() { wacRefreshCart(); }
    );

    was getting an error that wacRefreshCart was undefined, it did not refresh cart.

    #17852
    Soft79
    Keymaster

    wacRefreshCart is part of a plugin called ‘WooCommerce Ajax Cart Plugin’. Did it fail because that plugin was not loaded, maybe?

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