Alokai

A

Alokai

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

Join
IIIgnat Insarov2/16/2024

Are there any storefront templates out there I can use for demonstration purposes?

I am working on a closed source back end offering similar to PrestaShop in functionality. One of the features we wish to offer is integration with Vue Storefront. I have already written an SDK module and an API client that I have talking to the https://github.com/vuestorefront/storefront-nuxt3-boilerplate front end. However, this front end is not fully alive. It has one specific category and one specific product hard-coded into it. While it was easy to make it display whatever products I serve it from our back end, it still only displays one category because the relevant SDK method does not accept any arguments — the name of the category is hard-coded. There are other hard-coded pieces all over the code base as well. I want to do a great presentation to my colleagues and stakeholders, and for that I need a front end where people can actually click on links and walk between different categories. This is certainly not beyond me to implement myself, but it would be ideal if I can integrate with a complete, fully working front end instead. This would reinforce the appreciation of flexibility and efficiency that Vue Storefront can potentially offer....
TThuis2/15/2024

during this temporary transition fase, how to?

What is the best way, to get up and running using vsf2, magento, nuxt3, storefront-ui using tailwind... i am so lost?!
No description
MUMuhammad Usman2/14/2024

How to use vsf nuxt3 version?

i just watched new workshop where core team was using nuxt3 with vue storefront, now i m curious about how to us the latest version of vue storefront?
Aahmad_latif_systems2/14/2024

Usage of SDK in frontend

I'm unable to use sdk in frontend, I added one API endpoint in sdk and want to fetch data and display on frontend, needs guide on how can I utilize it on frontend. Following this link but I think its not providing enough detail https://docs.vuestorefront.io/sdk/getting-started...
EeMe2/12/2024

nuxt vuestorefrontui

Can I use vuestorefrontui with another ui library like ui.nuxt? I need more reusable components like notifications, modals etc.
TTomy2/12/2024

How to Deploy Vue Project in Nuxt to my Ubuntu Server

i configured my server using pm2 and apache2 but when loading using the ip address it doesn't fetch data from the backend but when i test1 in the server machine by localhost:3002 it working fine ,test2 access in the server machine by the server actual ip:3002 same issue doesn't fetch data from backed Please help me :vsf:...
DRDarren R2/7/2024

Canonical Links have forward slash encoded which breaks the page

Hi. The Canonical Links that get added to the head have the forward slashes encoded to %2F You can see this on the production demo (https://demo-magento.vuestorefront.io/default/women/tops-women/hoodies-and-sweatshirts-women.html): <link data-n-head="ssr" data-hid="i18n-can" rel="canonical" href="/default/women%2Ftops-women%2Fhoodies-and-sweatshirts-women.html">...
AAltamash2/7/2024

I got an error when i try to start my vue storefront project

Hello @skirianov @rohrig i got an error when i try to start my VSF1 project please check once...
No description
Ppramos2/5/2024

What happened to VSF and Vendure integration?

Hello all, I've been up and down the channels looking for some info on integrating vendure with the latest VSF but am coming up empty due to channel consolodation. From what it looks like is,... I have to do a custom integration? Is this correct despite vendure being listed on the init? Is the only thing missing for a nuxt 3 (latest vsf) a vendure integration? Can someone fill me in on why official support is no longer available between the two open source stacks? I realize I'm asking a couple o...
MUMuhammad Usman2/1/2024

how to add external checkout in vue storefront?

hey, i m working on vue storefront and i wana use external checkout like i wana use the magento 2 checkout i followed your guide but i ended up with an error that is
No description
DRDarren R1/31/2024

GET error Error when product goes out of stock

We have set up our Magento config so that out-of-stock products are not visible on the website. If we go to a URL of a product that has become out of stock instead of getting a 404 error we get "Cannot GET /product-url-here'. The console log shows...
AALI1/31/2024

custom query to change customer password

Hi, I'm trying to change password for an existing cutomer using graphql mutations. I have a vsf2nuxt3 app and I just implemented user authentication. Now, I want to implement change password feature for a user. I am trying changeCustomerPassword method from magento sdk. I am able to change password successfully but graphql returns me the fields that I do not require I want it to return the fields that I have written in my custom query. below is my code: ``` const changePasswordInput: ChangeCustomerPasswordInput = {...
SSam1/30/2024

vsf adyen-commercetools express checkout flow

The v5 module only implements the new adyen session api, however express payments require the advanced flow (same as the older api from v4 of the module). Is there a plan to reintroduce the advanced flow back in to the v5 module now that adyen have reversed their decision to remove support for it?
Mmaderlock1/29/2024

Where is the demo / a theme?

I've read a lot of documentation, and I can't find where frontend pages connecting the UI and SDK are put together. The website talks about "starting with the demo" as an accelerator. Which sounds like a good idea, but there does not seem to be a repo for this. Where is the demo? There are some older "themes" but those don't seem to be up to date any more. So to start a new site with e.g. Magento, we would want the Magento integration for the middleware, and the demo to give an initial integration of UI and SDK, correct?...
Kkantro1/25/2024

storefront-nuxt3-magento2 integration

I have installed in my local machine storefront-nuxt3-boilerplate and then implement a custom magento integration following the docs instruction. After yarn dev I have this good feedback ```...
No description
Aalice1/25/2024

Magento 2 Docker image error

I'm using npx @vue-storefront/cli m2-only to generate the magento2 pwa project, but encountered an error while installing Magento 2 Docker image. Error: ENOENT: no such file or directory, open 'magento/src/auth.json.sample' Code: ENOENT...
DRDarren R1/24/2024

GraphQL queries are using POST, should be GET

We have noticed that all our GraphQL queries are using POST, and not GET. We have the below default setting in our middleware.config. ``` customApolloHttpLinkOptions: {...
Hhaiderpk1/23/2024

navigation guard

When i refresh a product page, an error is thrown of navigation guard. This error is getting triggered either i land from home page to product page or even perform a simple refresh on homepage. Vuestorefront version = 1.11.0...
No description
ステファノ1/18/2024

VSF 1.12.3

Hello, anyone can help for an issue on VSF v1?
Yyeetski1/18/2024

New project Magento integration setup with CLI not working

Replicate npx @vue-storefront/cli init Magento integration template INstall Magento 2 locally ------------------------------------------------------...
Solution:
Make sure you can run docker without sudo
No description