Hello,
I am looking for a script to add items to a database that can be found in the my account section,
The table in the database is structured:
id | user_id | slug
I want to use the ajax to update and remove it later on down the road if they want to.
The items are in a loop on the search page and I would like to also have the code added to the item details page.
Does anyone know of a code like that? or is it easy to write?
Thanks in advance!