• Resolved jazzzling

    (@jazzzling)


    Hi, Good day.

    I purchased Pricing Deals Pro in my eCommerce wordpress website.

    Now…

    In Pricing Deals Pro Options I selected “Coupon discount” settings because the “Unit Price discount” settings is not accurate on the Subtotal total amount etc.

    My question is;

    1. Is there a way to showed the exact number of total price in “Unit Price discount” settings.

    If not/

    2. In the “Coupon discount” settings, I want the “Coupon: deals” in my cart page, under Cart total will be removed. Also I want to removed the message saying “Coupon code applied successfully.” on the checkout page.

    Kindly response imminently.

    Thank you very much.

    https://www.ads-software.com/plugins/pricing-deals-for-woocommerce/

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

    (@vark)

    Hi,
    The Unit Price option is inaccurate in rare situations, as documented in the Settings.

    If you select Coupon Discount, an auto-inserted Coupon must show in your totals. You can change the name from ‘Deals’ to whatever you like… and the “Coupon code applied successfully.” is a Woo message and out of my control…

    Best,
    Vark

    Thread Starter jazzzling

    (@jazzzling)

    where can I change the ‘Deals’ word?

    Plugin Author vark

    (@vark)

    Hi,
    We’re already having this conversation in my Support channel. And as this regards the Pro plugin, why don’t we stick to that conversation…
    Best,
    Vark

    Plugin Author vark

    (@vark)

    PS but here’s the code:

    If you want translate the 'Deals' title of "Coupon: Deals", you would use the following wordpress filter:
    // Sample filter execution ==>>  put into your theme's functions.php file (at the BOTTOM is best), so it's not affected by plugin updates
              function coupon_code_discount_title() {
                return 'different coupon title';  //new coupon title
              }
    
              add_filter('vtprd_coupon_code_discount_title', 'coupon_code_discount_title', 10);

    Best,
    Vark

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Pricing Deals Pro Options settings’ is closed to new replies.