@vibinflogesoft wrote:
Hi,
I need to create a wishlist on ionic3 magento application.When i added to wishlist the button should have to change color.But while reloading the page it looks like the same,any one can help me on this?
Here is my code
HTMLTS
addtoWishlist(a){ console.log(a); if(a==true){ if(this.customerid){ this.wishListSer.addtoWishlist(this.customerid,this.productid) .subscribe((res:any)=>{ console.log(res); if(res.sucess=true){ this.messageSer.addedToWishlist(); } }) } this.heart_clicked=true; }else{ this.heart_clicked=false; } }
Posts: 1
Participants: 1