shopify icon indicating copy to clipboard operation
shopify copied to clipboard

Vue Storefront 2 integration for Shopify

Results 20 shopify issues
Sort by recently updated
recently updated
newest added

### What is your question / Please describe your issue The Storefront API have rate limits based on users' IP so it cannot be used in the server-side. Taking this...

### Expected Behavior According to in the [document](https://docs.vuestorefront.io/shopify/guide/use-content.html#contentgetters) Sample code for: ``` import { onSSR } from '@vue-storefront/core'; import { useContent, contentGetters, useRoute } from '@vue-storefront/shopify'; export default { setup()...

bug

### Expected Behavior For this to be production ready I think it's fair to have at least the essential types like `UserAddress`, `Product` etc. implemented. Right now they are useless...

bug

## How I resolved it - changed /github/ to /pull-requests Fixed broken link in the README.md file to point to the correct link ## Description The open PR link was...

### Provide a description of requested docs changes Documentation Issue: "Open PR" link in README.md took me to github 404. ## How I resolved it - changed /github/ to /pull-requests...

documentation

### What is your question / Please describe your issue I refer to the VSF documentation for Extending GraphQL queries to debug my code. But it doesn't seem to work,...

### Expected Behavior I tried to unplug SFUI components from my clean install with yarn and npm. https://docs.storefrontui.io/?path=/docs/getting-started-development-guide-pull-off-components--page ### Actual Behavior Unfortunately I always get the same error: ``` ......

bug

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...

### What is your question / Please describe your issue Hello everybody! I'm working on a project of VSF with Shopify and after I added a lot of currencies and...

### Expected Behavior Hello after a project creation with Shopify integration (with command `npx @vue-storefront/cli init`), the `ResetPassword.vue` **file is totally empty**. If I create the project with another integration,...

bug