• Resolved boatteaketchup

    (@boatteaketchup)


    WC Fields – Version 3.0.4 / 3.0.3
    WordPress – Version 5.8.2
    WooCommerce – Version 6.0.0
    WooCommerce Product Bundles – Version 6.13.2

    Bug Description: When using the product bundle “priced individual” discount, discount is applied twice at checkout. i.e. $100 product with a 50% discount, discount is applied twice and product gets priced at $25 ($100*50%*50%)

    Steps to reproduce:
    – Create “Product1” @ $100
    – Create “Product Bundle1” with “Product1” product – Configuration “priced individual” discount of 50%
    – Product Bundle Page – Priced correctly at 50% discount, product is $50
    – Add to “Product Bundle1” cart
    – In cart/Checkout – “Product Bundle1” is priced at $25
    – User is charged $25 on checkout

    – Numbers are rounded for easier understanding, but this is reproducible with other discounts. e.g. $100, 25% discount, product is discounted to $56.25 ($100 * 25% * 25%) on cart/checkout

    Workaround:
    – Deactivate “WC Fields” plugin
    – “Product Bundle1” discount is correctly applied, priced at $50 (50% discount)

    Under WC Fields -> Settings -> Pricing Rules – set to “No”

    Is there any way to get this fixed or some other configuration to get this working as expected? Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Saravana Kumar K

    (@mycholan)

    Hi, here is a dirty fix, if you are not using custom pricing feature of WC Fields Factory then do the following.

    WP_PLUGIN_DIR/wc-fields-factory/includes/wcff-product-fields.php

    In the above comment out the following Lines : 100, 101 and 104

    I will fix the issue with the upcoming release.

    Thread Starter boatteaketchup

    (@boatteaketchup)

    Thanks for the quick fix, Saravana!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Bug: WooCommerce Product Bundle pricing issue’ is closed to new replies.