When a customer adds a product in their wish list to the basket I would like them to be re-directed to the Basket page instead of back to their wish list. Is this possible? The customers are getting confused because they don't realize the products have been added to their basket.
This can be accomplished by adding the token %redirect_to_basket% token to the "main template" on the "My List" tab of the module's admin. The token can be added anywhere in the template but if you have %OUI% as the first characters of the field it should be below that.
For the more knowledgeable user, you can actually have the customer redirected to any screen that you want. The token %redirect_to_basket% adds to the form the field:
<input type="hidden" name="BrokWish_Redirect" VALUE="BASK">
You can redirect the customer to whatever screen you want by changing the BASK value to any other screen. For example,
<input type="hidden" name="BrokWish_Redirect" VALUE="SFNT">
will redirect them to the store front. Of course there isn't much point to re-directing them to most pages but if you figure out a good reason you can do it!
Another option would be display a message to the customer when the product was succesfully added. You can add the conditional to the main template:
%begin_if|g.ProductsAdded|%
Products were succesfully added to your basket
%end_if%
Last update: 2007-12-31 14:30
Author: Thor
Revision: 1.0
You cannot comment on this entry
Most Recent FAQ Entries: 
- I have the module configured to add the key ... (2008-08-13 14:50)
- What is the format for the htaccess file if ... (2008-08-12 14:50)
- Is there any way to look up a customer's ... (2008-08-06 18:04)
- I am looking for a module that will allow ... (2008-08-06 18:00)
- Is it possible to display a link in Phone ... (2008-08-06 12:05)
Top 10 
- 2754 views:
Adding Tokens to Evaluate Expressions - 2697 views:
Is there a way to "Limit" the number of ... - 2654 views:
Why won't you call me for technical support? I ... - 2549 views:
Are license keys valid for more than one store? ... - 2447 views:
I'm trying to enter a license key and get ... - 2425 views:
How do I install a module? - 2286 views:
How do I check for a module upgrade? - 2254 views:
How can display and change the parameters of an ... - 2097 views:
The total on my checkout pages are not correct. ... - 1932 views:
I have select and radio type attributes in my ...
















