Weight Of Product Shown In All Lists And Product Details Page.?

Can someone give me the code to add to the list tpl. to list the Weight of product shown in all lists and product details page.?

[quote name='chrisbti' timestamp='1425256788' post='206707']

Can someone give me the code to add to the list tpl. to list the Weight of product shown in all lists and product details page.?

[/quote]



You should correct the following files



Listing pages:

  • design/themes/YOUR_THEME/templates/blocks/list_templates/compact_list.tpl
  • design/themes/YOUR_THEME/templates/blocks/list_templates/products_list.tpl
  • design/themes/YOUR_THEME/templates/blocks/list_templates/grid_list.tpl



    Product page:
  • design/themes/YOUR_THEME/templates/blocks/product_templates/default_template.tpl



    and add the following string of code there



{$product.weight}




Do not forget to clear the cache

deleted