Alokai

A

Alokai

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

Join

Storefront docs for Nuxt 3 and Vue 3?

Hello We are thinking about using Vue Storefront to our e-commerce platform Does it support Vue 3 and Nuxt 3 at the moment? Can we find somewhere current Storefront docs for this stack? This one seems obsolette https://docs.alokai.com/v2/getting-started/introduction.html...

Magento2 Storefront: Global CSS change does not work

Working with the tutorial: https://www.youtube.com/watch?v=p5RFu0Pc7xM Although doing the same steps, changing with global colors does not work for me like in the video. The ' @import "@storefront-ui/shared/styles/helpers/_colors.scss"; ' in the .scss-file from the assets-directory is not working as ' cannot find mixin 'generate-color-variants' '. Also the modification does not work:...

Deploying on vercel

Hi, It looks like the main nuxt allokai repository is front+server that is not deployable on vercel. Is there a light-version of it that has just front-end? I have laravel for backend and would like to use only Nuxt 3 frontend with vsf? ...

Storefront and Middleware Hosting Best Practices and Sizing Recommendations?

Working with a client who has selected Alokai open source version to be deployed on their Azure environment. I am working to figure out the infrastructure architecture for the Storefront and Middleware components, and resource sizing. I haven't bene able to find much in the way of best practices and recommendations for production infra architecture and sizing, etc... We're planning on using Docker images and AKS, but as far as things like resource sizing, separation of Storefront from Middleware, NGINX in the same container as the Node apps or separate, general best practices, known bottlenecks or gotchas, etc... I haven't seen anything. Does anything like this exist? Thanks!...

Is it possible to use payment methods in Vue Storefront like in Magento?

I recently integrated Magento with Mercado Pago and needed it to work on vuestorefront, but unlike Magento it doesn't do the entire payment process, it just pulls up the payment method without making it.
No description

I have a problem installing VSF2 on my computer, I want to start developing my website, but I can't

◇ ⚙️ Choose an integration template: │ Odoo │ ◇ 🙌 Node.js version is compatible │...

buildModule with updated package

i want integrate magento with nuxt3 boiler plate i've updated dependencies, now i've error on buildModule(middlewareModule<Endpoints>,{...} ``` No overload matches this call. web:dev: Overload 1 of 2, '(module: ModuleInitializerWithMandatoryOptions<{ connector: Methods<WithoutContext<typeof import("~/storefront-nuxt3-boilerplate/node_modules/@vue-storefront/magento-api/lib/api/index")>>; context: { ...; }; }, Options<...>>, moduleOptions: Options<...>, extension?: object | ... 1 more ... | undefined, extensionOptions?: object | undefined): { ...; } & object', gave the following error. ...

VSF - Magento2 : Event observer for the place order

I want to call a 3rd party API that triggers SMS notifications after a customer places an order. Which is the best event I can choose? I have tried checkout_submit_all_after, checkout_onepage_controller_success_action, and sales_order_place_after. None of these events have fired.

Vue Storefront 2 integration for Magento 2 or boilerplate nuxt3

Hello, I need to do an integration for Magento, what is the best choice between these 2 versions? do you have magento2 integration with vue3/nuxt3? because I think if I use vsf integration with the cli in vue2/nuxt2, the migration would be very complex, if not impossible.

vuestorefront memory Leak Issues on Production

vuestorefront production environment memory exceeds 2GB, causing 502 502 Bad Gateway. How can I solve this problem? This is the package.json of the project...
No description

Magento integration and pageBuilder

Hello, We want use Alokai magento integration and we have forced to use pageBuilder of magento. in your enterprise version do you have components and / or integration for this? is it in development?...

I'm building Magento VSF. What's the difference between Alokai and VSF's doc? Looks similar

As stated in the title. I got these two documentation that make me a bit confused: 1. Alokai doc https://docs.alokai.com/integrations/magento/getting-started/magento 2. VSF doc https://docs.alokai.com/magento/installation-setup/installation.html VSF doc seems to be more clear for me. But I want to know what's the difference between those two? Also which use case should I use one? Thanks!...

How to use a custom integration

I am creating a custom integration for my new project with a Sylius backend I followed the quick-start and used the boilerplate template. I created several api endpoints and tested them using the playground. This is my setup for now https://github.com/JDR-BOOST/alokai-sylius The next step is to start my new vue storefront project so i initiated a new project using ...

How to upload the project build in cPanel?

I need to upload the project to a server, the idea is that magento and vuestorefront are part of the same domain, moreover, I would like to generate a build and be able to play in cPanel's public_html as I have done on other occasions with other technologies. However, when generating the build with yarn build (the same happens with yarn generate to generate static files), it gives me 3 directories (client, server and api) and a nuxtrc file. Would it be possible? I was a bit lost with the generated files, after all I looked in several places and unfortunately I didn't find anything that really helped on this occasion as it's not exactly the same as a nuxt build....

Questions after Alokai rebranding

After the rebranding and introducing new terminology/project names, some things are a bit confusing. Some questions: There's a repository: https://github.com/vuestorefront/vue-storefront 1. I understand it's the open source VSF 2. Is the open source version unofficially dead and only way to use Vue/Alokai Storefront is to go Enterprise?...

Problem with Custom Integration

Hello! I am new to Vue 3 and Nuxt 3 and am interested in the Alokai Custom Integration to connect our REST APIs to it and see how far we can go from there. I've downloaded the Nuxt 3 Boilerplate project and was following the wrong tutorial (Vue 2 Boilerplate Tutorial) at first. At some point, realized that the tutorial was wrong and so moved onto the guide here instead https://docs.alokai.com/middleware/guides/getting-started....

storefront-nuxt3-boilerplate - magento api integration

hello all, i want to start with boilerplate and add magento sdk it's possible or not, i don't understand installation, cause errors. ERROR(vue-tsc)...

can i in one component set all checkout state related values?

I want set all checkout state related values and redirect user to checkout#reviewOrder route, is this possible?