• Resolved andersev

    (@andersev)


    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

    (@juliastylemixthemes)

    Hello @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:

    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 Ten
    Stylemix Support Team

    Thread Starter andersev

    (@andersev)

    Hey again

    Awesome, thanks. I ended up buying the plugin and I’ll contact support if there’s further questions

    Regards

    James StylemixThemes

    (@jamesstylemixthemes)

    Hi @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.