Not able to find wish list data

Topic summary

A developer is troubleshooting a wishlist feature implementation on a Shopify store. They’ve identified a container named “data-wishlist-container” that is populating with data, but cannot locate the source of this data.

Code provided:

  • HTML markup for wishlist page structure
  • Includes headers for product image, name, unit price, and remove options
  • Contains translation support for multilingual functionality
  • Shows wishlist content and pagination elements

Current issue:
The data appears in the container, but the origin/source is unclear.

Response received:
Another user asks for clarification about whether the question concerns customer data or the JavaScript code responsible for the wishlist functionality, suggesting the developer should look for JavaScript code rather than just HTML markup.

Status: The discussion remains open with the developer awaiting further guidance on locating the data source.

Summarized with AI on November 19. AI used: claude-sonnet-4-5-20250929.

Not able to find wishlist data from wishlist page.

These is a container name “data-wishlist-container” in this data are getting but don’t know where it is coming from.

Here is my code.

{{ 'wishlist.general.product_image' | t }}

{{ 'wishlist.general.product_name' | t }}

{{ 'wishlist.general.unit_price' | t }}

{{ 'products.product.add' | t }}

{{ 'cart.general.remove' | t }}

{% comment %} {{ 'wishlist.general.share_wishlist' | t }} {% endcomment %}
    1 Like

    Hi @Pawansharma0007

    Are you talking about the customer’s data? Or the code responsible to have the wishlist? You should look for a javascript code. The code you added is just HTML