Jump to content



Latest News: (loading..)

- - - - -

Flat rate display only if price below $99


  • Please log in to reply
No replies to this topic

#1   Grant7

Grant7
  • Members
  • 104 posts
  • Real Name:Grant
  • Gender:Male
  • Location:Los Angeles

Posted 03 August 2012 - 12:01 AM

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.