skeedo Posted December 13, 2002 Share Posted December 13, 2002 I need to set a maximum on number of products per order to 15, can it be done? Link to comment Share on other sites More sharing options...
Ajeh Posted December 13, 2002 Share Posted December 13, 2002 As the first case statement in the // Shopping cart actions in application_top.php add: case ($cart->count_contents() >= 15): $info_message='No more for you'; break; Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.