Re: Wish list functionality in products listing page.

2021-07-29 Thread Salima Begum
Hi all, Here I have an issue based on the product id we are saving into the wish list table. if that particular id is deleted from the product table in the wishlist that particular product will be there right. how to handle wishlist functionality in this case. On Thu, Jul 29, 2021 at 6:16 PM

Re: Wish list functionality in products listing page.

2021-07-29 Thread DJANGO DEVELOPER
I think you have to save the products in your wishlist feature just by doing the same way as we do in saving things in django On Thu, Jul 29, 2021 at 10:07 AM Salima Begum wrote: > Hi all, > In my project I want to implement wishlist functionality in products > listing pages. > Is there any

Wish list functionality in products listing page.

2021-07-28 Thread Salima Begum
Hi all, In my project I want to implement wishlist functionality in products listing pages. Is there any django packages to implement in my project and any ideas please let me know Thank you ~Salima -- You received this message because you are subscribed to the Google Groups "Django users"