Alokai

A

Alokai

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

Join
Rrobertoc08963/6/2024

Is it possible to switch commerce engine?

Hi there! I'm new to VSF, and i'm looking for a solution that allow me to change commerge engine in the future. For example, let's say I use VSF with a custom ui using the SAP integration.. is it possible in future to switch to Salesforce, without the need to change all the integrations, logics etc? Let me know if the question it's no clear ...
CCaroline3/1/2024

apiState.setCartId()失败是什么原因

apiState.setCartId()失败是什么原因
Ttiziodiquartiere2/29/2024

I can't create Magento SDK

I followed this documentation for Magento integration: https://docs.vuestorefront.io/integrations/magento/getting-started/quick-start After i've installed sdk package, magento module and created SDK file, i get the following error for magentoModule imported from @vue-storefront/magento-sdk `...
SBSimran Baliyan2/28/2024

ERPNext and Vue Storefront Integration

Any ERPNext and Vue Storefront Integration available?
Bbastianhilton2/27/2024

nuxt 3 support

Now that Vue 2 is deprecated any idea when Vue Storefront will be upgraded to support nuxt 3 and Vue 3? I've been upgrading the project on my side however there are lots of modules that depends on Vue 2
LJlmmortan Joe2/24/2024

New endpoint doesn't show up in methods

When I create a new endpoint with the CLI, it's not adding it to the /pages/methods folder so it doesn't show up on the boilerplate tester. This issue describes it as well https://github.com/vuestorefront/integration-boilerplate/issues/18 Am I doing something wrong or should I look to fix it?...
SShri2/24/2024

Vue Storefront OSS deployment

Hey folks!! I am following the steps in this guide: https://docs.vuestorefront.io/cookbook/oss-deployment-guide I have gotten to the last step and have finished setting up my github repo with the SSH keys and the updated deploy.sh script. Am I supposed to clone the vue-storefront repo found here:...
Aalice2/23/2024

How to configure different request url for different languages

Hi, everyone. I just started learning vue-storefront magento, if magento has more than one language and different languages have more than one request url, how to configure the api url in middleware.config.js?
No description
Aalice2/21/2024

The button to add to cart is disabled, !canAddToCart is true,

Hi everybody🖐️ The button to add to cart is disabled, !canAddToCart is true, I checked node_modules/@vue-storefront/magento-api/server/api/productDetails/productDetailsQuery .d.ts simple product Missing stock_status and only_x_left_in_stock. Missing stock_status and only_x_left_in_stock, fields returned in request....
No description
AAzuken2/19/2024

Unable to override default font family

Hi everyone, I'm trying to override Storefront UI Typography default font family, I've tried many variations but only Tailwind seems to apply it, typography classes is still using "Red Hat Display" font... Am I missing something ? My TailwindCSS configuration : ```typescript...
Bbastianhilton2/19/2024

storefront-nuxt3-boilerplate startup issues

I have downloaded the nuxt3 boilerplate and i'm attempting to start it up from the root directory, however i'm getting this error root task dev (turbo run dev) looks like it invokes turbo and might cause a loop. Am i suppose to start it from the web directory?...
AAltamash2/19/2024

I got this error when i try to register an account

My project is in Vsf1 and backend is in magento2 when i try to register an account i got an this type of error
No description
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