KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: Sony George on July 02, 2009, 05:11:05 pm

Title: option to automatically remove the item from wish list when adding to cart
Post by: Sony George on July 02, 2009, 05:11:05 pm
Dear Konakart team,

For example, i have 2 items in my wish list and an empty cart, i move the 2 items to cart from wish list,
with out checking the remove check box in wish list screen, now i have 2 items in cart and the same 2 items in wish list too...
does konakart have the option to automatically remove the item from wish list when adding to cart ???

regards

Title: Re: option to automatically remove the item from wish list when adding to cart
Post by: trevor on July 02, 2009, 05:25:36 pm
You can do that with a simple customization of the struts action class.
Title: Re: option to automatically remove the item from wish list when adding to cart
Post by: Sony George on July 02, 2009, 05:48:51 pm
ok thanks trevor,

i thought like an options in admin panel, like Store Configuration-->Display Coupon Entry Field option.

regards,
Title: Re: option to automatically remove the item from wish list when adding to cart
Post by: trevor on July 02, 2009, 06:05:04 pm
In the customisation you could easily add your own config variable to make the functionality configurable. When you add config variables they are automatically picked up by the admin app so that they can be set through the admin app UI.