0

I have a button that adds a product to the wishlist. After it has been clicked i want it to have "isEnabled" state when user returns to the same product page again.

Tom Harrington
  • 69,312
  • 10
  • 146
  • 170

1 Answers1

0

Did you try to use a boolean to handle it? If not try it.