Changing the length of the short product description in VirtueMart
The Short Description in Virtumart has only 255 characters, however some times you might need to add more characters to a short product description.
The field type in the database is set to VARCHAR which accepts maximum 255 characters.
You can go to your data base database through phpmyadmin or directly via a consolevand change the product_s_desc field type in the #_vm_products table from VARCHAR(255) to TEXT.
the #_ is whatever your installation prefix is.
ALWAYS back your data up, before you make any system change!
Set as favorite
Bookmark
Email this
Hits: 268
Comments (0)

Write comment