can you create a script that adds 50% margin to products where prices are under $100 and adds 40% markup to products less than $100?
for example, if the price is $100, the script would change the price to $140(40% markup) If the price is $80, the script would change the price to $120(50% markup)