Title: 10% Discount Code
Last modified: August 4, 2022

---

# 10% Discount Code

 *  Resolved [richiewev](https://wordpress.org/support/users/richiewev/)
 * (@richiewev)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/10-discount-code/)
 * I need it so that when the total amounts to £150, a 10% discount is applied to
   the total.
 * How would I go about adding this, please?

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

 *  Plugin Support [EricStylemixThemes](https://wordpress.org/support/users/ericstylemixthemes/)
 * (@ericstylemixthemes)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/10-discount-code/#post-15892114)
 * Hello [@richiewev](https://wordpress.org/support/users/richiewev/),
 * Thank you for reaching out!
 * In order to achieve your request, you can use the Formula field with if/else 
   statements.
 * Let’s say you have two Quantity fields ([Screenshot](http://joxi.ru/xAeop4MIM4nZbm))
   and if their summary will equal £150 the visitor will get a 10% discount ([Screenshot](http://joxi.ru/l2Zq7wkUljGaZm)).
   I will use the following statements in the formula field:
 *     ```
       if ((quantity_field_id_0 + quantity_field_id_1) >= 150) {
           (quantity_field_id_0 + quantity_field_id_1) - (quantity_field_id_0 + quantity_field_id_1) * 0.10
       } else {
           (quantity_field_id_0 + quantity_field_id_1)
       }
       ```
   
 * Kind regards
 *  Thread Starter [richiewev](https://wordpress.org/support/users/richiewev/)
 * (@richiewev)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/10-discount-code/#post-15896896)
 * Thank you so much! I had to play around a little, but that worked!
 * Brilliant, thanks for getting back to me so fast as well!
 * Kind regards,
    Rich
 *  Plugin Support [EricStylemixThemes](https://wordpress.org/support/users/ericstylemixthemes/)
 * (@ericstylemixthemes)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/10-discount-code/#post-15901840)
 * You are welcome [@richiewev](https://wordpress.org/support/users/richiewev/)!
   🙂
 * If you’re satisfied with our response and think we are worth five stars, I would
   request you to post a review for our plugin.
 * [https://wordpress.org/plugins/cost-calculator-builder/#reviews ](https://wordpress.org/plugins/cost-calculator-builder/#reviews )
 * Your kind words will encourage our team a lot and we will get the motivation 
   to deliver better products and services in the future.
 * Kind Regards

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

The topic ‘10% Discount Code’ is closed to new replies.

 * ![](https://ps.w.org/cost-calculator-builder/assets/icon-256x256.png?rev=3525305)
 * [Cost Calculator Builder](https://wordpress.org/plugins/cost-calculator-builder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cost-calculator-builder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cost-calculator-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/cost-calculator-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cost-calculator-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cost-calculator-builder/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [EricStylemixThemes](https://wordpress.org/support/users/ericstylemixthemes/)
 * Last activity: [3 years, 10 months ago](https://wordpress.org/support/topic/10-discount-code/#post-15901840)
 * Status: resolved