Miva Merchant 4 Module FAQs » Wishlist (BROK_WISHLIST)


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

Print this record Send to a friend Show this as PDF file
Please rate this entry:

Average rating: 0 out of 5 (0 Votes )

completely useless 1 2 3 4 5 most valuable

You cannot comment on this entry