Total weight on check-out page

Hi,



I use a local courrier company for my shipping and I’d like my clients to see the total weight of their order so they can refer to the shipping price table for an estimate of the price they’ll have to pay on delivery.



Is there a way to do this ?



Something like: Total weight of your order is: ??



Thanks

[quote name=‘BrunoR’]Hi,



I use a local courrier company for my shipping and I’d like my clients to see the total weight of their order so they can refer to the shipping price table for an estimate of the price they’ll have to pay on delivery.



Is there a way to do this ?



Something like: Total weight of your order is: ??



Thanks[/QUOTE]



I’d love to know this, too.



It looks like it’s calculated in the fn_get_products_weight function in fn.cart.php, and I have a suspicion it’s accessible through the $smarty.session.cart variable (much like $smarty.session.cart.display_subtotal), but since the Smarty Debug Console doesn’t show the contents of this variable, I’m not sure where next to investigate.