WilHatfield
Admin
 Admin
| Posts: 17 |  | Karma: 0
|
Re: How do I send users to BASK screen after add one to basket - 2005/10/30 10:26
Look for a tag like this in the PROD page template under Product Display Layout. So go to Stores > Your store name > Pages. Click on the PROD section. In the tabs click on Product Display Layout.
Find: [code:1:3ba3b3f742]input type="hidden" name="Screen" value="PROD"[/code:1:3ba3b3f742]
Replace with: [code:1:3ba3b3f742]input type="hidden" name="Screen" value="BASK"[/code:1:3ba3b3f742]
Then whenever someone adds a product it will take them to the BASK screen instead of back to the originating product.
Wil
|