nalincah
AAlokai
•Created by nalincah on 7/28/2023 in #🙋|general-help
General question(s) about the "new" Storefront/UI/Boilerplate
Hi folks, a week a ago I did my first steps with the "old" Storefront (vue2, nuxt2) but after some chats here, I learned, that there is a new Version (coming). For example the Storefront UI (just did introduction on the page with nuxt3 and tailwind) and there is also some a kind of middleware (Boilerplate/SDK), I also played with that, thinking I need it for the old Storefron (I was wrong?!).
At first I thought I can't use the new version, because the is no complete Nuxt3 Storefront yet, just the components (there is only one written in React). But it turns out I just need a public list of Products (frontend) from a private ElasticSearch Instance (through middleware?) in the first place, so the Storefront UI ProductCard is enough. I just need to fetch the data
How do I integrate my clean Nuxt3/Storefront UI project with the Boilerplate? Just run two node instances? Or can I integrate the Boilerplate in my nuxt3 project (server side)
Do I even need the Boilerplate or can I just create some custom PHP middleware (we have no node developers here) with some endpoints, or do I miss lot of nice features from the boilerplate?
20 replies
AAlokai
•Created by nalincah on 7/19/2023 in #🙋|general-help
Don't know how to customize theme
I've created a new Integration with this documentation https://docs.vuestorefront.io/v2/integrate/integration-guide.html#create-a-theme.
I also fetched some products on a newly create page in
packages/theme/pages
but how do I customize the Homepage? I find Home.vue
only in _theme
folder3 replies
AAlokai
•Created by nalincah on 7/19/2023 in #🙋|general-help
Middleware needs to authenticate with SAML against Sylius Shop
Is there a way to use SAML with the Middleware? Currently it's a Sylius Shop v1.10 that uses SAML to authenticate the User
1 replies
AAlokai
•Created by nalincah on 7/18/2023 in #🙋|general-help
Where is UseProduct Interface mentioned in the Documentation?
In the documentation the
UseProduct
Interface is mentioned here https://docs.vuestorefront.io/v2/integrate/integration-guide.html#implement-useproduct-functionality but I can't find it, just useProductFactory
which looks similar5 replies