Alokai

A

Alokai

Join the community to ask questions about Alokai and get answers from other members.

Join

I want to add light/dark mode switcher in Vuestorefront

I want to add a light/dark mode switcher on the Vuestorefront website. Please some code documentation on where to place the code. Please have a look at this post @.rohrig , @skirianov

EOL

On December 31st, 2023, Vue 2 will reach End of Life (EOL), and Nuxt 2 will follow on June 30th, 2024. Any plans to upgrade VSF?

Https not working on the WSL2 docker magento 2 , so the VSF-API cannot communicate.

I have got Windows with WSL 2 ubuntu and docker working with WSL2. I am working with the https://github.com/markshust/docker-magento as my Magento 2 Instance. It works fine except on WSL2 the SSL certificate not being evaluated properly. So I cant make VSF-API connect to Magento API. Does anyone had something similar, if yes how do you solved it. Regards, Vyacheslav Shmal...
Solution:
Nevermind, I work it out. For those who had simmilar problem. I make a lot of changes , the latest ones where https://github.com/markshust/docker-magento/discussions/662 https://github.com/markshust/docker-magento/discussions/372...

mentor needed

Dear VSF community, i am looking for a mentor to help me create my first e-commerce store using vsf. I am self taught and am familiar with vue and tailwind. I have many questions around the overall structure of a vsf project and difficulty implementing the integrations. DM if you are interested. I am willing to pay. Thanks❤️...

How to extend getHeaders in @vue-storefront/magento-api

hi,everyone~ I'm currently using the @vue-storefront/magento-api repository, and I've noticed that each API uses the getHeaders method to set headers. However, the getHeaders method only reads three items: Content-Currency, store, and Authorization. I've noticed that each request can be configured with the customHeaders parameter, but that's not what I'm looking for....

How to Install Vuestorefront v1

I want to install Vuestorefront Version 1. I got this command "npx @vue-storefront/cli generate store" from the official document. I installed VSF by using the given command but it's installed v2.6.14. I didn't get any document for version 1. Is there any document to install VSF version 1 ? @rohrig & @skirianov...

eli5 VSF and VSF Integrations please

As a self taught aspiring developer it is easy to progress to a certain point while missing many related concepts along the way. Like building a multiplication app and not knowing where to start with a division app. A perpetual noob. I have learnt vue, tailwind and firebase. Only enough to make the few web apps and websites I wanted to make. Now I am on my journey to make my first ecommerce store.
So I stumbled on VSF. It seems great. Its made with tailwind. Okay i can understand that.
But it doesnt have any firebase tutorials. Why I ask myself? I guess because the 'firebase equivalents' that it connects to are databases with preconfigured tables with categories and products etc. Because its made for shopping. Okay makes sense. Shopify is familiar. But now it seems I have to pay for shopify. So I check out another. Sylius, magento, medusa. I look for any VSF integrations with tutorials. But now its getting even more confusing....

store creator

is it possible to add a store creator, so that users can build and add their own store to my website? like shopify if yes than what do I have to do?...

Configure SDK with environment variables

I'm trying to use dotenv to set up my sdk but it doesnt work, any sugestions?
No description

error getAvailablePaymentMethods

In the checkout step I am getting the following error { "loading": false, "networkStatus": 8, "errors": [...
No description

AddToCart function that determines whether or not to enable the "ADD TO CART" button

Hi guys!. Here again with the aim of learning. I have a question regarding the canAddToCart function. Analyzing the code and displaying the product parameter in the console, I see that it does not have the stock_status or only_x_left_in_stock keys, which is why the function returns false. Then in SimpreProduct.vue, specifically in the button (addTocart), said function is consulted, denying it, resulting in true... I'm slowly understanding all this. I would appreciate it if you could understand w...
No description

Hello guys, why does the add to cart button appear disabled?

In magento I have the stock correctly configured
No description

Magento2 Domain

Hello guys, I want to change magento's domain from magento.test to my ip so I can reach it through external network. How can I do that?...

How to add Stripe payment gateway with magento2

Hello Guys I configured stripe payment gateway in magento2 backend, but it is not reflecting in Vue storefornt frontend, please let me know if i am missing something? @rohrig...

I have to add product size chart in product page

Hello guys @rohrig i have to add product size chart in product page when i click on size open popup and dynamic product size chart from magento2...
No description

I have to enable default store view

Hello guys i have to enable default store view on the TopBar and add indian RS currency in that...
No description

Issue with getProductTemplateListQuery after change from ProductFilterInput to ProductFilterInputExt

I've run into an issue after updating my Vue Storefront Odoo integration. In the getProductTemplateListQuery, I noticed that the ProductFilterInput was changed to ProductFilterInputExtended. Originally, my query looked like this: export default gql`...