Alokai

A

Alokai

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

Join

Problem with odoo integration doc deploy on github pages

I just changed the version of the documentation about the integration between alokai and odoo and I need to update something within .github/workflow and probably in the DockerFile content. I didn't find any tutorial on this. The previous files are probably obsolete and I need to update them. Checking magento 2 (probably the most updated doc project on github), I noticed that vuestorefrontcloud/docker/docs/Dockerfile has the following line: && sed -i "s/base: '/',/base: '/ sdk- magento2/',/g" ./.vuepress/config.js\ but I couldn't find any .vuepress path in their project. I also deleted .vuepress from the odoo project because it is no longer necessary to create the document template and md content files. Anyway. I've been looking for answers for over a week. Could anyone help?...

How to deploy Vue storefront2 project on one click

Which server is best for this Vuestorefront2, easy to deploy or maintaine. please share document on it.

Vue magento storefront brand attribute

I have installed a new module for brands in magento. In the vue frontend, I need to get the brand name and brand logo for a particular product. But now, I can retrieve only brand id. How can I get the other details? Brand is a custom attribute. Can we get the brand name and logo using id from Vue ?...

I want frontend as Nextjs and backend I am using Magento2

For headless website I a using Vue-storefront 2, I want frontend in Nextjs and Magento2 I am using in backend. How its possible to use Ntexjs for frontend. and how to deploy on server on click.

How to start vue storefront with NextJS without using enterprise version?

I'm following the guide https://docs.alokai.com/guides/alokai-essentials/alokai-next-js/create-project but this guide required us to contact saler to can use the enterprise version. How can I do without using enterprise version?...

How to use a newly created Custom Integration

Hi experts, I've just created a custom integration using this documentation https://docs.alokai.com/integrations/custom/quick-start and I'm wondering how I can use this custom integration into an existing Alokai project ? I think I understood that the documentation referes to this github repo https://github.com/vuestorefront/integration-boilerplate but I'm kind of stuck now. ...

Alokai middleware custom integration

Hello, I'm currently working on a project (example) to improve my skills on alokai. I currently have 2 integrations in my middleware (magento and contentful). I'm looking to create a new middleware integration to retrieve...
No description

Prestashop integration

Hi, will there be a PrestaShop integration available in the future?

Page not found error for alokai-store deployment on Amplify/Vercel

Hi Team, I am adding this post to seek help in alokai-store deployment on Amplify / Vercel. Currently, I can deploy the app successfully but getting error "Page not found" Kindly provide the appropriate solution for this issue....

Custom integration - turbo cannot find binary path

Hello, I ran into a bit of an issue with both just running "npx @vue-storefront/cli create integration" (found here: https://docs.alokai.com/integrations/custom/quick-start), as well as using the boilerplate from "https://github.com/vuestorefront/integration-boilerplate" directly (cloning it and trying to run it) Using the npx command prompts me to choose a name, the framework and the package manager....

yarn version incorrect despite choosing version 2

I am getting this error when running the CLI
Yarn version is incompatible. Please make sure you use Yarn version >= 1 and <3.
Yarn version is incompatible. Please make sure you use Yarn version >= 1 and <3.
...

Typo in storefront UI

Having a typo ecomerce on the storefront UI main page. https://alokai.com/product/storefront-ui...
No description

How do you implement a payment gateway?

How do you implement a payment gateway?

Connect magento2 to nuxt3 boilerplate

Hello friends. I downloaded a template for Nuxt 3 and am trying to connect Magento 2 to it(https://github.com/vuestorefront/storefront-nuxt3-boilerplate). In docs i see that step.(see pic1), but i suppose that works only for VSF 2? I dont have that dependency in package.json. So what i need to pass to integrations field inside middleware.config ? How to configure connections between magento and this boilerplate?...
No description

Vuestorefront and Odoo

Has anyone successfully gotten vuestorefront for odoo to work in recent weeks/months? https://github.com/vuestorefront-community/odoo Running into several dependency issues and saw on Discord that the open source versions are not working well, if at all, at the time being. Before I dig into this further, looking to see what your experiences are working with this recently, for Odoo....

Trying to add Storefront UI in nuxt 3

in my newly created nuxt 3 project. I just added tailwindcss which works perfectly fine. Then I wanted add a UI library and opted for Storefront UI because in my work they are using so I thought it will help me get my hands dirty. I followed all the steps they have mentioned in the documentation but at the end I get following error. ``` WARN Using postcss.config.js is not supported together with Nuxt. Use options.postcss instead. You can read more in https://nuxt.com/docs/api/nuxt-config#postcss. 7:36:41 PM ...
No description

add magento api endpoint

hello all, iwant add new api endpoint to magento integration, what is the best way, do you have an example? thanks