{docurl}
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
Records in this category
- I would like to have a box, when, if checked and the update button is clicked, 1 of the item would be added to the cart. I don't want the quantity box showing, but I can't seem to figure out how to make it work.
- I switched the email format to "html" but now the link that is displayed in the email using the %listlink% token no longer works (i.e. the customer can no longer click on it and have their browser take them to the page). Why is that?
- Is it possible to add prdoucts in the basket to the wish list?
- Can the %listlink% token be replaced with a "Search Friendly Links" equivalent?
- The %nameL% token displays the list owner's "shipping address" name linked to their list. How can I display the link as the billing address name instead?
- How do I keep customer from ordering out of stock items from the wishlist?
- How do I configure the module to permit purchases from the wish list?
- What are the "Display note field to customer" and "Suppress 'bill to' on customer account page" options for?
- What are the static links to link to the module's various pages?
- I am using the List Manager and Inventory Manager together. However, the List Manager is showing items in the list that are out of stock in the Inventory Manager
- 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.














