Jump to content

Recommended Posts

Hello,

 

In the 1.6.0.6 Storefront on the products page, I would like to display the weights & dimensions of the product in a structured format. What would be the best method to display the info & what about uploading the data via import?

 

Can someone please provide instructions where to find the file for editing & instructions for editing?

 

I imagine many people would find this post helpful and if its already been posted before, please provide link to the post. 

 

Thank you for your time. 

Edited by ecommdev (see edit history)
  • Like 1
Link to comment
Share on other sites

  • 3 weeks later...

I found a solution to the problem.

 

You can find all the variables a product handles in classes/product.php. Then you just grab the variable names you need and place them just where you want to display them in the product.tpl file.

 

If you wanted to display let's say the height, you should add something like this: 

{$product->height}

I hope it does the trick for you!

Link to comment
Share on other sites

×
×
  • Create New...