Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Author vark

    (@vark)

    Hi,
    Here’s how to set that up:

    https://www.ads-software.com/plugins/pricing-deals-for-woocommerce/
    FAQ section
    “Buy 1 get next 1 at a Discount”

    just change it to ‘Buy 2 get next 1 at a Discount’.

    Best,
    Vark

    Thread Starter jojojijijojo

    (@jojojijijojo)

    Thanks, I got it setup.

    Is there an option to have the price striked out on cart? For example the 3rd item is 50% off, have its original price striked out to let customers know that this item was discounted. Thanks.

    Plugin Author vark

    (@vark)

    Hi,
    This is set up by default, in the pricing deals settings page.

    Crossout Setting

    Thread Starter jojojijijojo

    (@jojojijijojo)

    Does it work with Show Discount As:”Coupon Discount” ?

    Plugin Author vark

    (@vark)

    No, the crossout indicates that the discount is taken in the unit price, and hence is only available when ‘unit price discount’ is selected at
    Show Discount As:
    Unit Price Discount or
    Coupon Discount

    Thread Starter jojojijijojo

    (@jojojijijojo)

    Got it, Thanks!

    Thread Starter jojojijijojo

    (@jojojijijojo)

    Under System and Debug Options, what does allow reset do? I can’t seem to find it in the documentation.

    Plugin Author vark

    (@vark)

    Nothing. it’s a setting for the future.

    Thread Starter jojojijijojo

    (@jojojijijojo)

    I discovered a bug, or maybe a misconfiguration on my part.
    I have setup 2 rules, first is buy 2 get 3rd 50%, which works fine.
    second is buy 3 get 4th 75%, which also works fine.

    Both rules need coupons to activate.

    Consider this scenario :

    Customer adds 4 items to cart, enters the coupon for rule 2 (buy 3 get 4th 75%) it works as expected, and receives 75% discount on 4th item.

    Customer changes his mind and removes one item from cart, no more discount, which is correct so far.

    Customer enters coupon for rule 1 (2 get 3rd 50%) since he now has 3 items in cart. Coupon works as expected and receives 50% off 3rd item. So far so good.

    Customer changes his mind again and want to add the item back, now he has 4 items in cart, but still sees rule 1 applied.

    He tries to enter rule 2 coupon again, but he is stuck with rule 1 even tho he is now back to 4 items. Entering rule 2 coupon displays an error saying that it was already applied.

    It seems like the applied rules are not reset/removed once cart items have changed to allow new rules to be updated.

    • This reply was modified 5 years, 3 months ago by jojojijijojo.
    Plugin Author vark

    (@vark)

    Glad to see that you are driving the plugin round the block.

    Not a bug, but a setting.

    Pricing Deals Settings:
    ” If rule Activated by Coupon Code
    ??? – ?show the ?? “coupon code … 00″ ?? Cart totals line? ”

    set to ‘No’

    Thread Starter jojojijijojo

    (@jojojijijojo)

    Awesome, that solved the issue.
    Is there any way to show the actual discount amount next to “coupon:4items” instead of $0.00?

    Please see image of an example.Saved amount is -$26.24.

    View post on imgur.com

    Plugin Author vark

    (@vark)

    nyet.

    Thread Starter jojojijijojo

    (@jojojijijojo)

    Is there a reason why its showing $0.00 instead of the actual discount amount?

    I was pocking around vtprd-parent-functions.php, after 1 hour I gave up. Seems like the discount value is stored here .$vtprd_setup_options[‘checkout_credit_total_label’] .$amt but can’t find how to replace the $0.00 next to coupon name with that value.

    Plugin Author vark

    (@vark)

    You caught me at shutdown for the evening…

    When you use a woo coupon to activate a deal,
    you are essentially using a discount function (woo coupon)
    to activate a second discount function (a Pricing Deal discount).

    Woo coupons that are used to activate a Pricing Deal discount are by definition set to 0 discount.

    If you were able to accomplish what you are trying to do, you’d double the actual discount applied.

    Not recommended.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Buy 2 get 3rd 50% off’ is closed to new replies.