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

wishlist page product title and product price can't show #35

Open
vasu-kanani opened this issue Jun 1, 2022 · 1 comment
Open

wishlist page product title and product price can't show #35

vasu-kanani opened this issue Jun 1, 2022 · 1 comment

Comments

@vasu-kanani
Copy link

In prestige theme add wishlist code and do some changes but in wishlist page product title and product price can't show please check

@TarmiBen
Copy link

if it's still useful, in the product-card-template view comes the render of the product template and sends the product there
{%- render 'product-card', product: product -%}

However, it sends "product" but in your product-card it may be defined differently, in my case it receives it with the name "product_card_product" and it would be as follows
{%- render 'product-card', product_card_product: product -%}

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

2 participants