• Resolved dannywhitehead

    (@dannywhitehead)


    Hi.

    I’d like to be able to set ‘mix and match’ tiered pricing for variable products, so the discount applies across all variations of a product. For instance, Product A has 20 variations, and a discount when you buy 6 or more. I’d like the discount to apply when you buy, for instance 2 x Product A Blue, 2 x Product A Red and 2 x Product A Green.

    Can that be done by setting the discount in the individual products, or will I have to use a Dynamic Rule and add specific products to it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Currently this comnination is not available. But I have noted and passed to the dev team .They will bring this in our upcoming update.

    Thread Starter dannywhitehead

    (@dannywhitehead)

    Thanks for the quick response. I’ve just looked at the changelog for version 1.5.6, and ‘Fix: Combine Variation Product Work For Quantity Based Discount Dynamic Rule Issue Resolved’ is in there. Is this related to my request?

    We’ve not updated to Pro yet (although we fully intend to), so I can’t test it.

    Hi there,

    Yes, it will. But you need to add a code in your functions.php or plugin file.

    // Add this in your functions.php or plugin file
    add_filter( ‘wholesalex_apply_parent_rule_to_variations’, function( $value ) {
    return true;
    });

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