I am developing a custom wishlist app and have added a wishlist icon to the product detail page (PDP) using a theme extension app. The wishlist data is being saved to Prisma successfully. However, I need guidance on how to display the wishlisted products on the Shopify store frontend.
Topic summary
A developer is building a custom wishlist app for Shopify and has successfully implemented the wishlist icon on product detail pages using a theme extension. The wishlist data is being saved to Prisma (a database ORM) without issues.
Current Challenge:
- Needs guidance on displaying the saved wishlisted products on the Shopify storefront
- Seeking the proper implementation approach for frontend display
Status:
The discussion remains open with another developer experiencing similar implementation difficulties, indicating this is a common challenge without a clear documented solution yet.
1 Like
I’m trying to do the same, but I’m facing many issues and can’t find the correct way to implement it. What is the proper approach for this?