No content to show
User Activity
Hi !I'm trying to get an estimate cost of shipping in my Hydrogen app.For that, I add a cart line item, which creates a cartId. const result = await context.cart.addLines([
{
merchandiseId: variantId,
quantity: 1,
},
]);I then ...
Hey !I know it's been a while, but I'm facing the exact same issue and I haven't been able to find a solution yet.Did you work it out ?Thanks !
Hi !I know it's been a few months now, but I'm facing a similar issue.Have you been able to find where the problem was coming from ?Thanks !
Hey !Have you been able to fix this ?I'm having the exact same problem.I also went here: https://github.com/Shopify/shopify-app-template-remixbut wasn't able to find anything related.Thanks !
Hi !It's been a long time since you posted this, but I'm facing the same problem.Have you been able to make your app appear in the dropdown ?If so, how did you do it ?Thanks !