You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens because the cart items don't contain a category ID, which is what our related products relies on. So, you're at a URL like https://camp.samples.amp.dev/product-details?productId=M0871 instead of https://camp.samples.amp.dev/product-details?categoryId=men-shorts&productId=M0871.
The text was updated successfully, but these errors were encountered:
This happens because the cart items don't contain a category ID, which is what our related products relies on. So, you're at a URL like
https://camp.samples.amp.dev/product-details?productId=M0871
instead ofhttps://camp.samples.amp.dev/product-details?categoryId=men-shorts&productId=M0871
.The text was updated successfully, but these errors were encountered: