Hi there,
Some of the customers on our site are eligible for a discount but unfortunately the minimum spend value threshold was intended on being the same for all customers. Is there a setting I can change to make the min spend to be pre-discount?
I'm looking in the ActinicOrder.pm file for where the MIN_ORDER_VALUE is tested against the cart value where the cart total is retrieved via the following code:
@Response = $pCartObject->SummarizeOrder($::TRUE);
Perhaps if there's not a setting I can change I can make a different call to the cart object to get a total pre discount???
Thanks!
Some of the customers on our site are eligible for a discount but unfortunately the minimum spend value threshold was intended on being the same for all customers. Is there a setting I can change to make the min spend to be pre-discount?
I'm looking in the ActinicOrder.pm file for where the MIN_ORDER_VALUE is tested against the cart value where the cart total is retrieved via the following code:
@Response = $pCartObject->SummarizeOrder($::TRUE);
Perhaps if there's not a setting I can change I can make a different call to the cart object to get a total pre discount???
Thanks!