Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

display cart subtotal


Guest

Recommended Posts

Posted

i'm sure this is basic stuff, but i'm stumped :blush:

 

 

if the user's subtotal is say, below $5.00 i want to display a message to them on the shopping cart page.

 

if their subtotal is over, display nothing.

 

 

similarly, i use this code:

<?php
if ($cart->count_contents() == 1) {
echo'add more stuff blablabla';
}
?>

to display a message when they have only 1 product in their cart, which is basically the same type of thing i want to do here, but only with subtotal instead.

 

any suggestions?

Posted

thank you, that's specifically what i was looking for :D

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...