#DeluxeMenus - any way to make a discount system?

1 messages · Page 1 of 1 (latest)

buoyant sail
#

I want to make a discount system. Is there any way I can do that. What I mean is, I'll put discount on a particular placeholder and when I change the discount percentage, all the other values will change.
For example I have something in shop that costs 10k$. I put a discount numeric value and it changes. For example 40% discount will make it 6k$. And every single item which uses that placeholder will change price too.

I need it for a shop which has 300 items for purchase. So I need help

silver jungle
#

What's your server ip

buoyant sail
silver jungle
#

What kinda server

#

Yes

willow crystal
#

yes its possible with a custom expansion @buoyant sail

buoyant sail
#

What type of expansion?

willow crystal
#

a shop one

buoyant sail
#

I have shop pkugins

#

I'll see to it

solemn island
#

you can use the math expansion

#

%math_PRICE - (({discount_placeholder}/100) * PRICE)%

buoyant sail
#

And how is that

#

Can you please give example?

solemn island
#

I just.. did?

#

{discount_placeholder} is what returns the discount, i.e. 30 for 30% - it is just a dummy placeholder, you need to replace it with yours