mikx![]() 2007-07-23 16:25 | Hello guys! » Quick.Cart v2.x |
mikx![]() 2007-07-23 16:31 | here is picture |
treewood (OpenSolution)2007-07-24 08:03 | mikx - edit actions_admin/products.php and go to line: 56. After add this:
$aData['sDescriptionShort'] = 'Some start text';
Should work when You want add new product |
mikx![]() 2007-07-24 12:00 | thank you very much treewood |
mikx![]() 2007-07-24 12:16 | it doesn't work - can you tell me what I need to change in this lines for shortdescription |
treewood (OpenSolution)2007-07-24 16:15 | mikx - find this in file actions_admin/products.php:
$aData['aCategories'] = Array( );
and add under this:
$aData['sDescriptionShort'] = 'Some start text';
|
mikx![]() 2007-07-25 16:38 | you're a legend |