Hi,
Is there an easy way to make the weight in cart "Weight: 0kgs" not to be displayed when a product is virtual ?
Thank's
Hi,
Is there an easy way to make the weight in cart "Weight: 0kgs" not to be displayed when a product is virtual ?
Thank's
If the shopping cart is all Virtual Products ... meaning it contains Products marked as either:
Virtual Products YES
Or, are Download Products
Or, a combination of both
You can use:
$_SESSION['cart']->get_content_type()
which will return 'virtual' for the content type in the shopping cart ...
This could be used in the template for the shopping cart via your overrides to show or not show the weight when the whole shopping cart is Virtual ...
If you want to suppress it when the weight is 0, then you could use:
$_SESSION['cart']->show_weight()
and when that is 0, your shopping cart contains 0 weight ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!