ecommdev Posted June 2, 2014 Share Posted June 2, 2014 (edited) 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 June 3, 2014 by ecommdev (see edit history) 1 Link to comment Share on other sites More sharing options...
ecommdev Posted June 3, 2014 Author Share Posted June 3, 2014 reply needed Link to comment Share on other sites More sharing options...
RocketWebAr Posted June 23, 2014 Share Posted June 23, 2014 Same problem here! Anyone? Link to comment Share on other sites More sharing options...
RocketWebAr Posted June 23, 2014 Share Posted June 23, 2014 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 More sharing options...
Recommended Posts