copyart
Forum Replies Created
-
Forum: Plugins
In reply to: [Cost Calculator Builder] Conditional calculations based on quantityThis is related to a recent request. I need a formula with a minimum price. The calculator displays a fixed price, e.g. 30 above this amount, it calculates according to the formula you wrote me.
I need to combine these formulas
if ( (total_field_id_8total_field_id_9) >30) { (total_field_id_8 total_field_id_9) } else {30}
with this formula if
((total_field_id_8) < 10) { (total_field_id_8) * (total_field_id_9) } else if ((total_field_id_8) >=10 && (total_field_id_8) < 30) { (total_field_id_8) ((total_field_id_9)0.75) } else if ((total_field_id_8) >=30 && (total_field_id_8) < 50) { (total_field_id_8) ((total_field_id_9)0.65) } else if ((total_field_id_8) >=50 && (total_field_id_8) < 70) { (total_field_id_8) ((total_field_id_9)0.55) } else if ((total_field_id_8) >=70 && (total_field_id_8) < 10000) { (total_field_id_8) ( (total_field_id_9)0.50) }Forum: Plugins
In reply to: [Cost Calculator Builder] Conditional calculations based on quantityhello
Thanks for the answer, the formula works. What formula to add to make the amount greater than or equal to 30 to the condition formula.
Best regards.Dzi?kuj? za odpowiedz. Mam jeszcze pytanie czy w kalkulatorze jest opcja wpisania minimalnej ceny zamówienia przy produkcie tzn. jest wy?wietlana na sta?e jaka? cena i kalkulator zaczyna liczy? dopiero od tej kwoty.
There is no dynamic shortcut to display the discounted price with tax. The discount is set in the discount basket based on the user’s role. What is the shortcut to display the discounted price with tax. Can you help me or not?
There is nothing in the documentation about it. You can provide a formula