VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: z-analysts on February 05, 2015, 18:41:59 PM

Title: Is there an option to display product dimensions in product detail page?
Post by: z-analysts on February 05, 2015, 18:41:59 PM
VM 3.0.4
Joomla 3.3.6

Thank you!
Title: Re: Is there an option to display product dimensions in product detail page?
Post by: GJC Web Design on February 05, 2015, 18:57:21 PM
yes - in your template - all info is in the product object on that page - you just need to echo them out
Title: Re: Is there an option to display product dimensions in product detail page?
Post by: z-analysts on February 05, 2015, 19:05:29 PM
Where do I find the variable names? There is nothing in the product details default.php that even hints at them.
Title: Re: Is there an option to display product dimensions in product detail page?
Post by: GJC Web Design on February 05, 2015, 22:03:53 PM
look in the #_virtuemart_products table

product_length, product_width etc

will be $this->product->product_length, this->product->product_width

see a pattern developing?...    ;)