News:

Looking for documentation? Take a look on our wiki

Main Menu

[FIXED] Can not update Product short description

Started by Replika, December 05, 2007, 02:42:06 AM

Previous topic - Next topic

Replika

I updated this field but it still has old value.
Confirmation needed.
Please have a look before the new beta version comes out  ;D


Replika

#2
Oops, sorry for this annoying.

The problem is in class ps_product.php
LINE 465:
'product_s_desc' => vmRequest::getVar('product_desc', '', 'default', '', VMREQUEST_ALLOWHTML),
should be:
'product_s_desc' => vmRequest::getVar('product_s_desc', '', 'default', '', VMREQUEST_ALLOWHTML),