We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Localhost
Hydrogen
0
I'm getting error whenever I try to render orders/1289218912 inside account/orders.tsx
The problem is with
subtotalPriceV2 totalTaxV2 totalPriceV2
I managed to change them to....
subtotalPrice totalTax totalPrice
then it works!
Maybe this is related to api version I'm using?
The text was updated successfully, but these errors were encountered:
Same goes for
<Image data={{ ...lineItem.variant.image, url: lineItem.variant.image.src, }} width={96} height={96} />
lineItem.variant.image does not render image on the order page, only when I do the above.
Sorry, something went wrong.
Please fill out the issue template - this helps us get the information we need to help you.
Also please let us know which version of the Storefront API you're using.
This is on order/123123 page, i'm using the latest version.
Please provide more information. Not sure how to reproduce this problem. If it's still an issue, please re-open.
No branches or pull requests
What is the location of your example repository?
Localhost
Which package or tool is having this issue?
Hydrogen
What version of that package or tool are you using?
0
What version of Remix are you using?
0
Steps to Reproduce
I'm getting error whenever I try to render orders/1289218912 inside account/orders.tsx
Expected Behavior
The problem is with
subtotalPriceV2
totalTaxV2
totalPriceV2
Actual Behavior
I managed to change them to....
subtotalPrice
totalTax
totalPrice
then it works!
Maybe this is related to api version I'm using?
The text was updated successfully, but these errors were encountered: