Notice: Function WP_Scripts::localize was called incorrectly. The $l10n parameter must be an array. To pass arbitrary data to scripts, use the wp_add_inline_script() function instead. Please see Debugging in WordPress for more information. (This message was added in version 5.7.0.) in /home/d689c45/public_html/wp-includes/functions.php on line 6031
How to create a discount based on store currency - Conditional Discounts for WooCommerce

There are several reasons why you would want to give a discount based on store currency. Maybe you want to encourage the customers to purchase in your main currency so that you do not have to do any conversions. Maybe you have a limited currency band – that is, you do not have some currency options available to your shop e.g. you do not have EUR options but USD and CFA options.

You can encourage your customers to use the shop currency option you have enabled by offering incentives in the form of discounts for them when they make payments using your preferred currency.

Using our Conditional Discounts for WooCommerce plugin in your WooCommerce shop here is how to create a discount based on the store currency you have active.

STEPS

Sample discount to create: Give 25% discount to customers who order using the USD dollar currency, starting today and ending on Sunday.

  1. Go to Discounts > New Discount.
    WAD plugin menu
  2. Add the title “25 percentage for USD currency”.
  3. In “Discount Settings”, add start date as today, add End date as Sunday date.
  4. Leave Rules relationship as AND
  5. Click the “Add Rule” button, and change the value in the first dropdown to “If Shop currency”.
    The other fields will change to fit the selected rule.
  6. Leave the second field as IN, and change the last field to reflect the USD currency.Shop currency discount example
  7. Set the ACTION to be “Percentage off product price”Percentage off product price Action
  8. Add the value “25” to the “Percentage/Fixed Amount” field.
  9. Select the product list that will benefit from this discount. If you don’t know how to create a product list, read here.
  10. Click the PUBLISH button.

That is all!

Leave a comment

Your email address will not be published. Required fields are marked *