vuestorefront / shopify

Vue Storefront 2 integration for Shopify
https://docs.vuestorefront.io/shopify
MIT License
150 stars 84 forks source link

useUserShipping and userShippingGetters does not work. #365

Open AnnaBrights opened 2 years ago

AnnaBrights commented 2 years ago

Hello. I have a problem, loading addresses does not work when using onSSR(async () => { await loadUserShipping(); }); the request does not fly. But two strange addresses appear from some index.ts file (john@gmail.com and havaka@gmail.com) and the message Mocked: load appears in the console. Adding an address doesn't work either. I did it like useUserBilling, userBillingGetters, everything works fine there. Help me please!

Integration with Shopify.

What version of Vue Storefront are you using?

2.5.6

Code of Conduct

filipsobol commented 2 years ago

Hi @AnnaBrights, which e-commerce integration are you using?

AnnaBrights commented 2 years ago

Hi @AnnaBrights, which e-commerce integration are you using?

Hi, @filipsobol! Integration with Shopify

filipsobol commented 2 years ago

It looks like this feature is currently mocked (see this file).

I transferred this issue to the Shopify integrations repository so the maintainers could see it.