Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Items are showing on the wishlist page #36

Open
kingsley91au opened this issue Jun 29, 2022 · 2 comments
Open

No Items are showing on the wishlist page #36

kingsley91au opened this issue Jun 29, 2022 · 2 comments

Comments

@kingsley91au
Copy link

Hi there,

There are no items showing on the wishlist page, could you please help?

Kingsley

@Andyrei
Copy link

Andyrei commented Aug 12, 2022

What error are you getting on the console?

@dlerm
Copy link
Owner

dlerm commented Jul 12, 2023

@kingsley91au Hey The classname selector for your product card snippet may differ from theme to theme. If you view the product card snippet file you are using, you should find the classname on the outer most element in the snippet. Once you have that classname, update the Wishlist.js file in the selectors variable to reference the new classname.

Example:
Product card classname: product-item (this will likely be different for you)

const selectors = {
  button: '[button-wishlist]',
  grid: '[grid-wishlist]',
  productCard: '.product-item', // updated to match my product card classname
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants