Repository Forums Support WooCommerce Extended Coupon Features PRO Trouble with FREE PRODUCT

Topic Resolution: Resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1293
    gordosolution
    Participant

    Free product is added to the cart with coupon and it multiplies, and it even says “Free!” for price and total column, however it not actually free, and the price of the product is added to the total. Please advise thanks.

    #1294
    Soft79
    Keymaster

    Are you using any other WooCommerce plugins? E.g. Currency switchers?

    #1422
    Bas
    Participant

    Hi,

    I also experienced the products multiplying when i added a free product. I do not had the problem of product not really free.

    I did a quick fix in ‘coupon-select-free-product.php’. I added:

    $form_items = array_unique($form_items, SORT_REGULAR);

    just before the foreach in this file.

    I am using the latest version 2.5.2.

    #1424
    Soft79
    Keymaster

    Hi Bas,

    I see what you mean. Please upgrade to 2.5.2.1 which fixes the issue.

    Hi Bas,

    can you please explain me the problem you were having?

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