thiemek![]() 2007-05-08 17:07 | Hello, » Quick.Cart v1.x |
treewood (OpenSolution)2007-05-09 12:23 | thiemek - in database is impossible to that without big modifications but it can be done when You want display this id in for example products list etc. Where You want to display this id? |
thiemek![]() 2007-05-10 15:29 | i want it in the product list |
treewood (OpenSolution)2007-05-10 16:47 | thiemek - then do this
$aList['sProductId'] = 'EX'.sprintf( '%03.0f', $aList['iProduct'] );
before
$content .= $tpl->tbHtml( $sFile, 'LIST_LIST' );
$aList['sProductId'] = 'EX'.sprintf( '%03.0f', $aList['iProduct'] );
before
return $aList;
|
thiemek![]() 2007-05-10 17:29 | in the it's show the ID in the show, but know how can ik change it in the admin or what file |
vaikis![]() 2007-05-10 17:31 | treewood said ".. in database is impossible to do that without big modifications " |
thiemek![]() 2007-05-10 17:38 | to bad, but can i change it by hand in a file? |
merci![]() 2007-05-11 10:19 | No, you can't change it by hand, it won't work properly without lots of modyfications. |