support

Author Topic: How to Remove Wishlist?  (Read 14148 times)

Offline Varganito

  • Newbie
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
How to Remove Wishlist?
« 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!

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 6070
  • Karma: +284/-2
    • View Profile
Re: How to Remove Wishlist?
« Reply #1 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  ;))

Offline James

  • Jr. Member
  • **
  • Posts: 91
  • Karma: +9/-0
    • View Profile
Re: How to Remove Wishlist?
« Reply #2 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?
echo $james;

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4365
  • Karma: +301/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: How to Remove Wishlist?
« Reply #3 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.
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline laura458

  • Newbie
  • *
  • Posts: 38
  • Karma: +1/-0
    • View Profile
Re: How to Remove Wishlist?
« Reply #4 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?

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 6070
  • Karma: +284/-2
    • View Profile
Re: How to Remove Wishlist?
« Reply #5 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.

Offline laura458

  • Newbie
  • *
  • Posts: 38
  • Karma: +1/-0
    • View Profile
Re: How to Remove Wishlist?
« Reply #6 on: January 15, 2025, 12:08:05 PM »
I did not see anything to implement a wishlist on admin side when installing.

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 6070
  • Karma: +284/-2
    • View Profile
Re: How to Remove Wishlist?
« Reply #7 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.

Offline laura458

  • Newbie
  • *
  • Posts: 38
  • Karma: +1/-0
    • View Profile
Re: How to Remove Wishlist?
« Reply #8 on: January 16, 2025, 02:06:07 PM »
OOooh! Dang! Didn't even see that! Thank you Basara!

 

Powered by SMFPacks Social Login Mod