Title: Question regarding conditional feature
Last modified: April 28, 2025

---

# Question regarding conditional feature

 *  Resolved [andersev](https://wordpress.org/support/users/andersev/)
 * (@andersev)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/question-regarding-conditional-feature/)
 * Hey
   Attempted to get a response via the chat bot, which refered me to this forum.
   Have a question regarding the conditional features.
 * I have a slider, minimum value 15 with a multiplier of 10, is it possible to 
   make the first 15 “free”?
   Couldn’t really find that in the documentation of conditionals
   and such.
 * Assuming it’s a premium feature with that sort of conditional settings, would
   like to ensure it’s doable before making the investment though.
   Regards

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

 *  Plugin Support [juliastylemixthemes](https://wordpress.org/support/users/juliastylemixthemes/)
 * (@juliastylemixthemes)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/question-regarding-conditional-feature/#post-18440844)
 * Hello [@andersev](https://wordpress.org/support/users/andersev/) ,
 * Thank you for reaching out.
 * According to WordPress policy, we are not able to discuss premium features directly
   on this platform. However, I can provide you with a workaround for your query.
 * Yes, it is possible to achieve this conditional behavior using an **IF/ELSE statement**,
   which is also available in the free version. Here’s an example of how you can
   set it up:
 *     ```wp-block-code
       IF( A == 150 ){ 0 }ELSE IF( A > 150 ){ A }
       ```
   
 * In this case, **A** represents the slider’s ID, and **15** is the minimum value
   multiplied by 10.
 * This formula will make the first 15 units “free” and apply the multiplier for
   values greater than 150.
 * Let me know if you have additional questions.
 * Best regards,
   Julia TenStylemix Support Team
 *  Thread Starter [andersev](https://wordpress.org/support/users/andersev/)
 * (@andersev)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/question-regarding-conditional-feature/#post-18450421)
 * Hey again
 * Awesome, thanks. I ended up buying the plugin and I’ll contact support if there’s
   further questions
 * Regards
 *  [James StylemixThemes](https://wordpress.org/support/users/jamesstylemixthemes/)
 * (@jamesstylemixthemes)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/question-regarding-conditional-feature/#post-18453758)
 * Hi [@andersev](https://wordpress.org/support/users/andersev/),
 * You are very welcome!
 * If you need any further assistance, you can reach out to our support team, and
   we will help you out.
 * If you have a moment, we would be grateful if you could leave a positive review
   on our plugin page!
 * Wishing you a fantastic week ahead!
 * Best regards,
   James

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

The topic ‘Question regarding conditional feature’ 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
 * 3 participants
 * Last reply from: [James StylemixThemes](https://wordpress.org/support/users/jamesstylemixthemes/)
 * Last activity: [1 year, 1 month ago](https://wordpress.org/support/topic/question-regarding-conditional-feature/#post-18453758)
 * Status: resolved