Last active
November 27, 2020 13:57
-
-
Save adhadse/5fad84725419818b8ccced98657db787 to your computer and use it in GitHub Desktop.
HTML syntax to store product ID and Action
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!- ALong with other HTML --> | |
<button type="button" class="btn btn-light btn-block border mt-2 update-wishlist" data-action="add" data-product="{{ product.productID }}"> | |
<span class="text"> Add to Wishlist</span> | |
</button> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment