Display Item Length and Width on Product Pages From Shipping Info

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 13 ans
Please help.  Perhaps I overlooked some simple way...

I would like to display the shipping dimensions on the product description section (taken from the shipping info on the product variant and not by creating a specifications attribute for size).

Example:

Product Image
Product Name
Short Description
Shipping Dimensions

Thank you in advance for the guidance.  I am open to your suggestions.
Il y a 13 ans
This worked for me in the ProductInfo.ascx.cs page:

lDimensions.Text = Convert.ToString(product.ProductVariants[0].Width) + " x " + Convert.ToString(product.ProductVariants[0].Length);

If anyone has a cleaner way to code this... thanks.
Il y a 13 ans
how did you menged to display  ITEM LENGTH AND WIDTH ON PRODUCT PAGES FROM SHIPPING INFO in v1.9??
which file should i modify ?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.