Hi,
Just wondered how I could modify the code of /includes/modules/shipping/flat.php to restrict the flat rate to appear only if the price of the customer's cart is below $99.
Tried this but it didn't seem to work:
if ($cart_total > 99) {
return null;
}
Thanks.
Latest News: (loading..)
Flat rate display only if price below $99
Started by Grant7, Aug 03 2012 12:01 AM
No replies to this topic









