virtuemart: about product description

fulvio
2 Posts
fulvio posted this 01 April 2016

I need to show the full product description in virtuemart "products" list-mode as is in "product details". Someone can help me? Thank you

I need to show the full product description in virtuemart "products" list-mode as is in "product details". Someone can help me? Thank you
Vote to pay developers attention to this features or issue.
3 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 05 April 2016

Hi,

Sorry for the delay.

To show product full description instead of the product short description please add CMS Code control and insert the following code.

<?php echo $product->product_desc ?>

If you want to show the short description but increase the number of characters please check Product Description settings >> Description Length. To show the whole short description please clear the value.

Thank you,
Olivia

Hi, Sorry for the delay. To show product full description instead of the product short description please add CMS Code control and insert the following code. `<?php echo $product->product_desc ?>` If you want to show the short description but increase the number of characters please check Product Description settings >> Description Length. To show the whole short description please clear the value. Thank you, Olivia
fulvio
2 Posts
fulvio posted this 08 April 2016

Thank you Olivia, it works fine!
One more question...
Is it possible to set products view to appear in list view instead of grid view by default?
Thank you a lot.
Fulvio

Thank you Olivia, it works fine! One more question... Is it possible to set products view to appear in list view instead of grid view by default? Thank you a lot. Fulvio
Support Team
Support Team posted this 13 April 2016

Hi,

Unfortunately Themler does not support such options.

Thank you,
Olivia

Hi, Unfortunately Themler does not support such options. Thank you, Olivia
You must log in or register to leave comments