dheghel2008-06-02 04:58 | Guys...i want to add picture at below menu 2 or above product list, So what can i do to adding the picture...Thx » Quick.Cart v2.x |
treewood (OpenSolution)2008-06-02 08:35 | dheghel - if you want to add pictures above products list then edit actions_client/products.php and after this:
$sProductsList = listProducts( 'products_list.tpl' );
put
$sProductsList ='ADD_HERE_HTML_CODE_WITH_IMAGES'.$sProductsList;
|
dheghel2008-06-02 13:57 | @treewood |
treewood (OpenSolution)2008-06-03 07:44 | dheghel - if You want it in every category then go to admin panel and add this images to categories |