nicarcola2007-04-25 17:47 | I work with V1.4 loaded. In admin I can change products. Before I do that I can select the products in a (sub)category. But after I saved the changed product I come back in the list of all products. What I want is come back on the page with the selected (sub(category. Where and how can I change that??? » Quick.Cart v1.x |
treewood (OpenSolution)2007-04-26 08:37 | nicarcola - first problem is that You can select more then one category. I can give You only suggestion how to view products list for first selected category on list.
header( 'Location: '.$_SERVER['PHP_SELF'].'?p='.$aActions['g'].'List&sOption=save' );
and replace to:
header( 'Location: '.$_SERVER['PHP_SELF'].'?p='.$aActions['g'].'List&sOption=save&iCategory='.$_POST['aCategories'][0] );
|
nicarcola2007-04-27 20:29 | I dont know what yopu mean by the fact that I can select more than one category. Becaiuse I can only select one catecory at a time. Normally you can select more itmes by holding down the shift or cntrl button. But it results in just one. So, please can you make yourself clear to me. |
merci![]() 2007-04-30 10:01 | nicarcola- firstly really you are able to select more than one category. You can see this in demo version: |