View Single Post
  #5  
Old 07-25-2005, 04:23 PM
 
lookformeb lookformeb is offline
 

Advanced Member
  
Join Date: Feb 2004
Posts: 89
 

Default

----------------------------------------------------------------------------------
In /shipping/shipping.php, add:
Code:
$smarty->assign("total_weight_shipping",$total_weight_shipping);
after:
Code:
$total_weight_shipping = func_weight_shipping_products($products);
----------------------------------------------------------------------------------

Then, to call this simply edit /skin1/customer/main/cart_totals.tpl and place this wherever you want to show it:
Code:
{$total_weight_shipping}
__________________
X-Cart version 3.5.4 Gold, PHP 4.3.6, Web server Apache/1.3.29 (Unix), Operation system Linux, Perl 5.006001, XML parser (expat) 1.95.6, Net::SSLeay 1.08, libCURL, CURL executable curl 7.9.5, OpenSSL executable OpenSSL 0.9.6c 21 dec 2001
Reply With Quote