Stripe payment gateway Integration in VSF
We have a Headless website using Magento2 as a backend and Vue Storefront 1 as a Frontend.
We need to integrate below in my Vue Storefront 1 Frontend.
1. Stripe Payment Gateway connection.
2. Stripe Tax Calculation in Frontend.
Currently we are trying to use below stripe module for the integration, but we are open to use any other module or way for the setup...
cloudways hosting
Anyone have experience with cloudways I wanted to setup a Magento 2 vue storefront setup but I don't want to waste ti.e if they aren't a good fit. I need something that has management or support
Reset Password is redirecting
Hello @rohrig @skirianov
When I click on 'Forget Password' to reset the password in my Vue Storefront project, the email is sent successfully, but the link redirects to Magento 2 instead of Vue Storefront as desired...
Usage issue
Vue storefront provides composable components to build e-commerce stores faster? Can I use it like a UI library, e.g. naive UI, and then deploy my front end to e-commerce without any payments etc.?
Deploy Vuestorefront with Docker
Hi community,
I am trying to understand the deployment part.
So I have a vuestorefron application running React/Next.js...
Solution:
hey, when you init SDK you are providing it middleware URL, right?
example:
const { ct } = initSDK({ ...
VSF 1 scss media mixin
Hello. Does this code make sense in terms of performance? Or will both of these CSS rules be collected by webpack and end up in a common style file? Does it make sense to write mixim for a phone? or simply writes: I’ll write a style, and for the desktop, for example, I’ll redefine it in a for-desktop mixin.
1: .product {
@include for-mobile {
flex: 1 1 50%;
}...
Multi-theme in vue storefront2
Hi, using @vue-storefront/magento-theme 1.3.1 how do I create a theme? There is not src/themes folder like in vsf1.
Let's say we have a b2b and b2c both under one Magento backend is it possible two have two themes and one inheriting from the other?...
is tailwind css already installed with vsf UI 2?
here, i wana ask something that we know that vsf has builtin vsf 2 configration that we can to make out website looking good but my concrn is i would like to use tailwind css that is with vsf UI 2 can we use it there is vsf??
How to change favicon?
How do I change favicon in vue storefront?
I have added favicon.png to static folder and this is what I have added in nuxt.config.js:
link: [
{
rel: "icon",...
BasePath old custome-boilerplate-integration
Hi,
i tried adding a basePath as mentioned here https://docs.vuestorefront.io/v2/getting-started/layouts-and-routing.html#changing-base-path
But also all calls to the composables will be rerouted too and therefor stop working....
VSF-Adyen Migration clarification
Hi,
We're currently trying to upgrade our VSF-Adyen module (in a Nuxt 2 project) to the latest version (with the new sdk methods) and it seems that we also need to upgrade VSF-middleware to v3.X.
Would we also need to upgrade our other libraries (namely commercetools and contentful) to the new middleware/SDK scheme?
If so what would be the best way to proceed and if not what would you recommend to make the different packages and middlewares work seamlessly?...
Problem installing Tailwindcss and Storefront UI
Hi, I'm trying to install tailwind and UI as described here: https://docs.storefrontui.io/v2/vue/getting-started.html using yarn add -D @nuxtjs/tailwindcss @storefront-ui/vue
but I get the following error: error [email protected]: The engine "node" is incompatible with this module. Expected version ">=18". Got "16.20.2"
I tried using an older version of tailwind (5.3.5) but I still get the same error.
The Nuxt version found in vuestorefront package.json is 2.15.8 but Tailwind needs >3. Which version is suitable? Thanks
@vue-storefront/magento-theme V1.3.1...
Add SearchProduct params or variables
Hi, i need to pass extra params or variables to useProduct search params to get price depending on customerGroupId, is it possible ?
await searchProducts({ slug: route.value.params.slug, customQuery: {...
await searchProducts({ slug: route.value.params.slug, customQuery: {...
Vuestorefront for Shopify?
Hi, Is vuestorefront still available for Shopify? I saw the repository as archived.
How to extension api for VSF
I was added extension on middleware.config.js like:
` integrations: {
magento: {
location: '@vue-storefront/magento-api/server',...
Custom graphQL query
Need to create a custom query inside a custom module to fetch and display data from Magento 2.
The data comes from a custom Magento module that exposes a simple entry list via graphQL.
Using Apollo sandbox I can view the response but I cannot seem to be able to find a step by step guide to achieve implementing the query in my module.
Links I followed...
When I reload the checkout page it automatically redirects to the home page.
When I reload the checkout page it automatically redirects to the home page. How to come when I reload the page it's still on the checkout page in VSF ?
VSF/ Magento product image sizing
Does anyone know how VSF/ Nuxt Image handles Magento product images? Magento has multiple product image sizes available for product image: regular, thumbnail, small, etc. but uploading multiple sizes of the same images seems so 90's.
My understanding is that VSF/ Nuxt Image can request a local static image and resize it with IPX or a cloud image processor like IMGIX, but its unclear to me whether it can request an image from the Magento catalog from another server and process it.
Does anyone know if its possible to use VSF/ Nuxt to resize a magento catalog image? If so, do you have any pointers/ tips that you can share on how to set it up properly? Thanks!...
My understanding is that VSF/ Nuxt Image can request a local static image and resize it with IPX or a cloud image processor like IMGIX, but its unclear to me whether it can request an image from the Magento catalog from another server and process it.
Does anyone know if its possible to use VSF/ Nuxt to resize a magento catalog image? If so, do you have any pointers/ tips that you can share on how to set it up properly? Thanks!...
Can Vue Storefront?
Can Vue Storefront be hosted on my own server? If so where it the informant on that and how can we begin to host headless Vue Storefront on my own server?