Change Add To Cart Button Text on button click

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Hi,

is it possible to change the text on the "Add To Cart" button when you click it to say something like "Added To Cart".

Thanks in advance
6 years ago
Yes it is possible with JavaScript or jQuery.

You have to bind JS with each product box.

When button click at that time you have to replace current text with new one.

You can validate also like if current product is added to cart after text will have been changed.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.