sampsu - But You want basket with allready defined products and after redirect to ordersDelivery page or You want if someone add product to basket to redirect to ordersDelivery?
sampsu
2007-02-19 20:06
I want basket where is allready defined products / product and after redirect to ordersDelivery page.
But it should not affect the normal shopping in my store.
3. You need to define $aProductsToAdd variables. As You see You have 2 products allready defined. Array( 2, 1 ); this means that product with ID 2 will be added with quantity 1. Array( 3, 2 ); means product with ID 3 will be added with quantity 2. 4. You should change link in templates/page.tpl to basket from ?p=ordersBasket to ?p=ordersBasket&sOption=defined
Works? Please tell me that it works ... it takes me lot time :/