Hello everyone,
I'm working on prestashop 1.7.5.0 and I want to show the product weight on the product page.
I found that {$product->weight} was available and its working fine.
When it comes to combinations, its not the same though. {$combination->weight} isnt working nor does {$product_attribute.weight}. Is there any way or a smarty variable to show the combination weight on the product page ?
Thank you