Best way to use the SFUI Figma Design Kit
Hi, I was wondering what is the best practice to use the StorefrontUI Figma Design Kit? Currently I'm looking at v2.4 but I guess it will be updated in the future. Is there a way to use this Design Kit and receive automatic updates of the components or do we need to 'duplicate to drafts' and use it 'locally' and update the component manually whenever there is an update?
Paypal wrong redirect after successful payment
Hey Guys i am using Vue Storefront with the PWA Shopware solution.
But after checkout with PayPal I get redirected to the root domain of the shopware sever itsefl and not to the hostet PWA Storefront Domain.
I have a few suggestions already but wasnt able to fix it.
One hint could be that my front end https://home-5013243924.app-ionos.space/ still gives me a domain error:" …[Error][Shopware PWA] There is no domain configuration for "home-5013243924.app-ionos.space" - add this host to config and run domains configuration."...

Hello all!
We are a young web agency very comfortable with vue and nuxt.
We have to create our first store and we really want something that we can customize according to our wishes.
Is it easy to do with Vue Storefront? Or is it more complicated than that? (modify the structure of a component for example)
Thank you for your help...
Help with TS
In one day after starting Yarn Dev, I started getting such a message in the console, however, I did nothing in this part of the application (like my colleague too ^^)

[shopware6] Tailwindcss
Hello together,
someone got already TailwindCSS into Shopware PWA integrated?
Greetings...
Syncing carts between liquid theme and shopify custom storefront
Hey I have an online shop hosted at root domain but also part of the shop there is a configurator is hosted on a custom storefront on a subdomain.
Now I faced a problem where the carts between these instances are not synct. If the user is on the root domain puts items in the cart, then switches to the custom storefront make their personalized configuration of the product, then checks out he only has the personalized configuration in his cart not the items he added in the liquid theme.
Are there possible solutions to make both carts sync?
Thank you guy ❤️...
[Shopware PWA] apiInstance.invoke.patch return's 500 error
Hey together,
i have an Issue with the invoke.patch function:
which is returning me ```Uncaught (in promise) ...
Input type file doesn't show filename
Hi,
I have a form for uploading a file. I'm using the SfInput component and the validation provider from vee-validate. The form is working correctly, as I can successfully send one or multiple files.
```javascript
<ValidationProvider
name="files"...
Sending File to api - Custom Boilerplate Integration
Hi,
i'm trying to send a file to our backend. We're using the custom boilerplate integration.
I'm accessing the file using
...
Integration with Liferay
Hi! I want to write an Integration with Liferay (both Commerce and CMS Part). Where to start? I followed the documentation page which lead me here
Default product price data fetching
I have noticed that when fetching product data, most data is fetched on the server, but the price data is fetched on the client.
For example, on the category page, the product data is fetched first on the server, including the price_range. Then on the client, another query is made, this time only for the price_range, updating the product object.
What is the point of fetching the product data separately on the client?
What is the point of fetching product data twice, once on the server and once on the client?
...
figma file for storefront ui 2.3?
Is there a figma file for storefront ui 2.3 components? I have the 2.2 but want to use the latest if it is available.
https://www.figma.com/file/7APRfAoRBRwsZeu07wN5Vg/Storefront-UI-%7C-Design-Kit-v2.2-(public)?type=design&node-id=22913-91045
Thanks...
Vue Storefront / LiveStory integration
Hello, please I'm looking for assistance in order to embed a Layout from LiveStory into Vue Storefront.
Need to add one js script into the head and another into a component.
Thanks in advance...
CLI commands
I know it's in beta, but does anybody have any experience with
npx @vue-storefront/cli generate store
actually working?
I tried to run it a couple of days ago and it got stuck on the screen attached. I killed it after something like 4 hours.
I was also wondering how generate store
is different from init
. My understanding is that the first one should just generate a Magento store.
Is the second one supposed to do the same thing or does it add anything extra?...
Local Setup
Hi, guys. I'm trying to set things up according to https://docs.vuestorefront.io/magento/installation-setup/installation.html.
Magento is up and running, GraphQL is enabled and working.
My .env looks like this:
```
VSF_NUXT_APP_ENV=development...
Can't get rid of my page's scrollbar
JS/Vue 3: I already tried overflow:hidden, overflow-y:hidden, background-color:transparent, web-kit stuff. The scroll bar disappears, but not the strip that it is located. What can I do about it?

I get an error after initialization, when testing the demo on the local
I start the project following the documentation, but an error occurs at the beginning and integration with Shopify does not work
Node.js version - 16.14...

Where to host the final application
Hey guys Iam new to vue storefront, a question regarding the hosting of the final storefront. Can I host it on shopify? Or do I need to host it anywhere else? If so what is the best hosting solution? Hope the question isn't that stupid xD
Custom integration example/docs
There was mention that updated example & docs for custom integrations were coming late May... What's the status of this?
We are about to kickoff development and can't drag our feet in discovery anymore. I need to have confidence that we are building in a future-proof fashion, as this is a significant $ project....
SfGallery dosen't set width and height.
Here my component, sets default width and height (422x664). Same for thumbs (160x160 default values)
`` <SfGallery
v-if="productGallery"
:images="productGallery"
:imageWidth="500"...