hello all, i need help on how to set up different shipping method base on shopping-cart sub-total.
For example, i like ship by USPS if the sub-total value is less than Us$100, if the sub-total is higher than US$100, it will show one message say you will need to select UPS method.
When i try
if ($cartShowTotal>100) {
$error = true;
}
nothing happen, it seems $cartShowTotal can not be regonized.
Really appreciate for your concern. thanks.




