AbanteCart Community
General Topics => General Discussion => Topic started 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!
-
Hi, Varganito.
what version do you use? Abantecart still have not wishlist functionality (it is in roadmap ;))
-
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?
-
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.
-
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?
-
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.
-
I did not see anything to implement a wishlist on admin side when installing.
-
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.
-
OOooh! Dang! Didn't even see that! Thank you Basara!