Guest Posted December 1, 2006 Posted December 1, 2006 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?
Guest Posted December 1, 2006 Posted December 1, 2006 thank you, that's specifically what i was looking for :D
Recommended Posts
Archived
This topic is now archived and is closed to further replies.