View Single Post
  #17  
Old 02-25-2013, 09:12 AM
 
dmpinder dmpinder is offline
 

Advanced Member
  
Join Date: Jun 2009
Posts: 86
 

Default Re: display the total weight on the view cart page

I'm struggling to get this to work on version 4.5.1. The file which includes the PHP code to amend is actually include/func/func.shipping.php, and I have done the following:

PHP Code:
$total_weight_shipping_valid func_weight_shipping_products($cart['products'], true$all_products_free_shippingfalse);
    
$smarty->assign('total_weight_shipping_valid'$total_weight_shipping_valid); 

And on the cart.tpl I have included this:

HTML Code:
{$total_weight_shipping_valid}

However nothing shows up. Any thoughts?
__________________
Darren

X-Cart Gold 4.3.1
Reply With Quote