Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ericboles

    (@ericboles)

    That’s excellent, Jason. Thanks for adding that issue. Other than the incorrect price being displayed on the product page, the plugin is working very well for my purposes with bundled subscription products.

    Appreciate your help.

    Eric-

    Thread Starter ericboles

    (@ericboles)

    Hi, Jason. Thanks for your reply. Yes–I’ve setup bulk discount rules like so:

    2 – 3 | 10
    4 – 5 | 20

    There are no other discounts setup using the field from your screenshot, nor are there other discounts setup in the bundled products themselves or any coupons being used. Unfortunately, the site is still local development, so I can’t share a link. However, the bundle is made up of simple and variable subscriptions. All of them are set as “optional” and “priced individually” within the bundle with a min, max and default quantity of 1. The regular price for the bundle itself is set as 0 as the bundle price ultimately comes from the optional bundled products that are selected.

    As I mentioned, the total calculated cost displayed on the product page correctly shows the discount, but the javascript is then adding the “now, then <price without discount> / year” even though the discounted price is recurring. Prices in the cart/checkout show correctly–and the recurring charges are correct as well.

    If it helps, the code that ultimately displays the price string is coming from the woocommerce-product-bundles plugin–Line 755 of class-wc-product-bundle.php (2020.12.10 – version 6.6.4). I’ve hacked that line as a temporary fix, but it’s certainly not the root cause.

    Thanks,
    Eric-

    • This reply was modified 4 years, 1 month ago by ericboles.
    Plugin Author ericboles

    (@ericboles)

    I just updated the plugin to provide a shortcode button in the editor. That should make it a bit easier to embed a document and access the various options in the shortcodes.

    Note that you’ll need to be using WordPress 3.9 or above to get access to the new shortcode button.

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