Mustakim Patel
Results
1
issues of
Mustakim Patel
How to fetch "$condition->getCalculatedValue($subTotal);" on old subtotal value? $subTotal = Cart::getSubTotal(); $condition = Cart::getCondition('VAT 12.5%'); $conditionCalculatedValue = $condition->getCalculatedValue($subTotal); //this will calculate on already applied condition value, instead of old one.