Big Mike Posted December 19, 2002 Posted December 19, 2002 Hi there, While checking out, in regards to the shipping options page, the UPS option makes the (number of total items and total weight) viewable to customers. I really like this. How can I make this appear next to my flat rate option or any other shipping option? Can this also be called within any PHP page and if so how? I hope someone can help. Thanks in advance. Big Mike
Ajeh Posted December 19, 2002 Posted December 19, 2002 $cart->count_contents() and $cart->show_weight() will show the count and weight
Big Mike Posted December 19, 2002 Author Posted December 19, 2002 Thank you, works great. ( : $cart->count_contents() and $cart->show_weight() will show the count and weight
Recommended Posts
Archived
This topic is now archived and is closed to further replies.