How do I increase the length of the short description for Virtuemart?

Morpheus0101
38 Posts
Morpheus0101 posted this 15 December 2020

Hi,

How do I increase the length of the short description for Virtuemart?

Thanks

Arhon

Hi, How do I increase the length of the short description for Virtuemart? Thanks Arhon
Vote to pay developers attention to this features or issue.
1 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 15 December 2020

Hello,

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.

Sincerely,
Nettie

Hello, 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. Sincerely, Nettie
You must log in or register to leave comments