PrashantG Posted April 12, 2014 Share Posted April 12, 2014 Please help me to show Product Weight for every product. I also want to show Total weight of Cart to Customers. Link to comment Share on other sites More sharing options...
vekia Posted April 15, 2014 Share Posted April 15, 2014 on product page you can use this variable {$product->weight} (in product.tpl file) 1 Link to comment Share on other sites More sharing options...
PrashantG Posted April 15, 2014 Author Share Posted April 15, 2014 Hi Vekia, Thanx for your Reply. I really need this to Offer Weight-wise shipping to my customer. I am new to Prestashop. Kindly Tell me where should I add this "{$product->weight}" in Product.tpl Link to comment Share on other sites More sharing options...
vekia Posted April 15, 2014 Share Posted April 15, 2014 i just wanted to say that you have to modify your template file. themes/YOUR_THEME/product.tpl to display product weight you can paste there code: {$product->weight) Link to comment Share on other sites More sharing options...
PrashantG Posted April 16, 2014 Author Share Posted April 16, 2014 But there are so many lines, after which line should I add this Line (Code). Will it Show Total weight of Cart also? Link to comment Share on other sites More sharing options...
Names Posted April 17, 2014 Share Posted April 17, 2014 (edited) Thank you vekia, this works great. Any hint on how to add total wieght in cart block? @PrashantG I just added Item Weight {$product->weight*100/100} lbs Right After line 98 or so.... </div> <!-- end image-block --> Edited April 17, 2014 by Names (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted April 17, 2014 Share Posted April 17, 2014 check this: http://www.prestashop.com/forums/topic/45353-solved-how-to-show-weight-of-the-order-in-shopping-cart/page-3 you can find it useful Link to comment Share on other sites More sharing options...
PrashantG Posted April 18, 2014 Author Share Posted April 18, 2014 Thanx to you, Above Link is to show Total weight in Cart for Prestashop 1.5.6. But I need to Configure it in Prestashop 1.6.06 Kindly Help. Link to comment Share on other sites More sharing options...
vekia Posted April 18, 2014 Share Posted April 18, 2014 idea of adding weight is the same or any other page Link to comment Share on other sites More sharing options...
PrashantG Posted April 19, 2014 Author Share Posted April 19, 2014 Same. I also want to show Weight of Each Product and Total Weight of cart at order Page. Guide me. Link to comment Share on other sites More sharing options...
Recommended Posts