View Single Post
  #13  
Old 03-08-2010, 08:03 AM
 
just wondering just wondering is offline
 

X-Adept
  
Join Date: Oct 2006
Location: UK
Posts: 471
 

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

Hey vixnfox,

I didn't even add anything to the CSS layout. I just added this:
Code:
<tr> <td class="total-name">{$lng.lbl_total_weight}:</td> <td class="total-value">{$total_weight_shipping_valid} KG</td> </tr>
& made the "lbl_total_weight" Label and it worked a treat.
Reply With Quote