AbanteCart Community

General Topics => General Discussion => Topic started by: Varganito on September 23, 2011, 04:10:31 AM

Title: How to Remove Wishlist?
Post by: Varganito on September 23, 2011, 04:10:31 AM
Hi to all!
Im loving AbanteCart Cart and the easy of use and ease to theme. I cant find anywhere in the admin to disable the wishlist functionality - Can anybody help me out or point me in the right direction?
Many thanks!
Title: Re: How to Remove Wishlist?
Post by: Basara on December 28, 2011, 02:11:13 AM
Hi, Varganito.
what version do you use? Abantecart still have not wishlist functionality (it is in roadmap  ;))
Title: Re: How to Remove Wishlist?
Post by: James on December 28, 2011, 04:56:54 AM
Hi, Varganito.
what version do you use? Abantecart still have not wishlist functionality (it is in roadmap  ;))

Basara, a Wish list will be of great use. what are the chances of it being there in the next release?
Title: Re: How to Remove Wishlist?
Post by: abantecart on December 28, 2011, 06:06:15 AM
I think someonce develops wishlist as an extension. It was not on our road map and will not be part of core as of yet.
Title: Re: How to Remove Wishlist?
Post by: laura458 on January 14, 2025, 06:10:48 PM
I was snooping around on my site page source, and I saw a script for a wish list?

 let wishlist_add_url = 'https://mysite/index.php?rt=product/wishlist/add';
 let wishlist_remove_url = 'https://mysite/index.php?rt=product/wishlist/remove';

Any infor on that?
Title: Re: How to Remove Wishlist?
Post by: Basara on January 15, 2025, 01:43:11 AM
I was snooping around on my site page source, and I saw a script for a wish list?

 let wishlist_add_url = 'https://mysite/index.php?rt=product/wishlist/add';
 let wishlist_remove_url = 'https://mysite/index.php?rt=product/wishlist/remove';

Any infor on that?
Hello.
The script you found is part of the JavaScript in your theme that enables the wishlist functionality. The wishlist_add_url and wishlist_remove_url variables are used to add and remove items from the wishlist.
Title: Re: How to Remove Wishlist?
Post by: laura458 on January 15, 2025, 12:08:05 PM
I did not see anything to implement a wishlist on admin side when installing.
Title: Re: How to Remove Wishlist?
Post by: Basara on January 16, 2025, 02:00:52 AM
I did not see anything to implement a wishlist on admin side when installing.
Hello
The wishlist feature is already implemented and available for logged-in customers.
Title: Re: How to Remove Wishlist?
Post by: laura458 on January 16, 2025, 02:06:07 PM
OOooh! Dang! Didn't even see that! Thank you Basara!