Need to make sure customers are not adding the same item to their cart again? Let them know the item is already added to their cart.
Once you add the code snippet below, you can check to see if the item is already in the cart and add a warning message on the add to cart button.
Where To Put The Code Snippet?
This code snippet should go in your active theme’s functions.php file.
Add it to the bottom of the file, before any closing ?> characters.
It’s always a good idea to take a backup of your functions.php file in case anything goes wrong – you can just copy the old code back in again.
Was this article helpful?
YesNo