Hello!
We started playing around with Vue Storefront (based on Shopify). We use the default project data for the moment. Only, we notice that on the demo version proposed by you or the version that can be installed locally, we do not know how to access the view of a product. Error: this page could not be found. Why ?
I'm afraid it will do it to me when I use my real data π
Same error in your demo: https://shopify-pwa.aureatelabs.com/
...
VueStorefront + Amplience
https://docs.vuestorefront.io/amplience/guide/usage.html
I'm following this doc to start an usage with Amplience, I've already installed the libs and created the content in amplience
NOW, I'm trying to fetch the content from the CMS but the documentations ins't clear enough
At content rendering section I've copied RenderContent.vue to <root>/cms/...
Complete ecommerce backend implementation
Hi Team,
I want to build an ecommerce website using VSF (https://github.com/vuestorefront/vue-storefront) and custom backend API which handles all the calls to get, update and delete ( products, wishlist, place order, make payment). Can anyone help in steps I need to follow.
So far I see that I need to follow Custom integration creation using CLI. But after creating it how to integrate to VSF and Do I need to define all the hooks?...
Products won't show - [VSF][Error]
I am using Vue Storefront with Shopify Integration and I keep getting an error in the command line and also the browser. In the browser when ever I click the product or the category I get broken link "An error occured -Please go back or try again" in the command line the error is
" [VSF][error]: useFacet/useFacet/search Cannot read properties of undefined (reading 'products')
...
...
Error on Vue+Laravel routing.
Hello, Do you have experience on this error?
ChunkLoadError: Loading chunk resources_js_components_frontend_pages_user_security-settings_vue failed.
(error: http://localhost/lekit/store/screwfix-fraserburgh-fwnry/public/frontend/js/chunks-162/resources_js_components_frontend_pages_user_security-settings_vue.d5a29fdb48757fb6.js)
...
What's the implication of using/ not using Storefront UI components in the Figma design?
I am discussing with my UIUX designer about the use of Storefront UI 2 components in the design in Figma. At our stage of the design (wireframing), how much of these components/ how essential is it to incorporate these components into Figma? My view is it is essential, but I could be wrong. Its the first time my designer comes across VSF/ SFUI.
I mentioned to her- Vue Storefront provides these components in a Figma file that can be integrated into the design. I've asked the designer at the beginning to incorporate these customizable blocks/ components for speed of implementation/ accessibility down the road. She said that they originally followed the guidelines, with a divider, carousel, arrows, box, and footer, but said that as the needs changed, she customized the design to better meet the requirements.
I said that Storefront UI are customizable components that's done within the Vue Storefront framework for a few benefits- load speed optimization, speed of implementation for the developer, US WCAG accessibility requirements met. I asked for clarifications on what customization means- that if she is taking the components/ layouts/ blocks/ themes/ style and customizing them, its ok. If she is starting from scratch or using non-Storefront UI components, I believe it will mean the developer will have a harder time implementing the design and have to re-do some of the work that you guys did with the SFUI components. Storefront UI blocks also meet US WCAG accessibility requirements. If we aren't using Storefront UI blocks, then I need to have separate WCAG reviews, which is unnecessary if we just use Storefront UI blocks....
Correctly using vuex in custom integration boilerplate
Hello again π
i want to create a vuex store in the custom integration boilerplate. I already have an index.js file inside the stores folder and created a file named
userShipping.js
with following content:
```...Vue / Nuxt 3 support
Hi guys,
I donβt know if this was already discussed before but is storefront starting support for Vue / Nuxt 3?...
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?
...