Marik![]() 2006-09-26 10:31 | I want in my productsList at my admin panel |
Marik![]() 2006-09-26 10:31 | I use StoreLight btw ;) |
treewood (OpenSolution)2006-09-26 10:43 | Marik - in products list there is no info about it. Only in product details. It is not nessesery to get this info from another file in db/ directory and have more load shop but if You know PHP You should:
if( $p == 'productsList' )
if( isset( $GLOBALS['aStoreProducts'][$aList['iProduct']] ) )
|
Marik![]() 2006-09-26 11:02 | sorry it doesn't work |
Marik![]() 2006-09-26 11:11 | Got the counting down of the stock working btw ;) |
treewood (OpenSolution)2006-09-26 11:26 | marik - then it is working or not? |
Marik![]() 2006-09-26 11:43 | No, I want to see in my Admin panel at the product_list how many product I got in one view |
treewood (OpenSolution)2006-09-26 13:57 | Marik - then edit file plugins/storeLight/actions_admin.php not plugins/storeLight/actions_client.php and change in templates/admin/products_list.tpl not templates/products_list.tpl |
Marik![]() 2006-09-26 14:22 | I knew it and did it already? |
Marik![]() 2006-09-26 14:22 | but it doesn't work :( |
Marik![]() 2006-09-26 17:11 | Treewood - Got another Idea? |
treewood (OpenSolution)2006-09-26 21:28 | Marik - for now i dont have time for test it. sorry |
Marik![]() 2006-09-27 05:41 | When do you have? |
Marik![]() 2006-09-27 21:03 | maybe I can let it see in the pricelist? |
Marik![]() 2006-10-02 12:50 | Stil no one can help me? |
treewood (OpenSolution)2006-10-02 15:57 | Marik - i am sure that it need to work. did You do it right? i am not sure about it |
Marik![]() 2006-10-02 17:40 | I get no information in my productlist |
Marik![]() 2006-10-03 13:32 | Got it at the wrong code |
treewood (OpenSolution)2006-10-03 18:04 | Marik - then edit plugins/pricesListPro/actions_admin.php and there put this $aStoreProducts = throwProductsStore( ); |
Marik![]() 2006-10-03 20:53 | it works |