Anyone have a clue as to how to get the product dimensions to show up on a product detail page? We are using php version with a custom template.
I've added pdim field in the SQL select statement in the incproddetail.php file, but the translation to what is actually displayed seems to be ignoring it.
Hi Cgoldsmith, there isn't a feature to display the product dimensions the field is used for shipping only where the carrier requires dimensions, what you can do is use the custom fields https://www.ecommercetemplates.com/phphelp/ecommplus/parameters.asp#csslayout once it is enabled in the vsadmin/includes you will see a new field in the product admin where you can then add the dimensions. You will also need to add the custom field to the $detailpagelayout= (custom1,custom2,custom3 ) parameter in the vsadmin/includes so that it displays on the detail page of the website.
Also you can use the csv file to populate the field, just copy your pdims data into the custom1 field of the csv file.