1
General Discussion / Re: How to Remove Wishlist?
« on: Today at 01:43:11 AM »I was snooping around on my site page source, and I saw a script for a wish list?Hello.
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?
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.