Muhammad Usman
Muhammad Usman
AAlokai
Created by Muhammad Usman on 4/23/2024 in #🙋|general-help
why query data is mot being change?
currently i m working with vue storefront that is being use magento2 as backend and as cms also here i added images to top categories of app like men ,women but its not displaying i checked gql query that is responsible of getting categories from db image was missing there i added it there but its not being update dont know why here is my code base:
const fragmentCategory = fragment CategoryFields on CategoryTree { is_anchor name position product_count uid url_path url_suffix image } ; export default query categoryList { categories { items { ...CategoryFields children { ...CategoryFields children { ...CategoryFields children { ...CategoryFields } } } } } } ${fragmentCategory} ; tell what i can to achieve my requirement??
2 replies
AAlokai
Created by Muhammad Usman on 3/21/2024 in #🙋|general-help
how to update gql query??
currently i m working with vue storefront that is being use magento2 as backend and as cms also here i added images to top categories of app like men ,women but its not displaying i checked gql query that is responsible of getting categories from db image was missing there i added it there but its not being update dont know why here is my code base:
const fragmentCategory = fragment CategoryFields on CategoryTree { is_anchor name position product_count uid url_path url_suffix image } ; export default query categoryList { categories { items { ...CategoryFields children { ...CategoryFields children { ...CategoryFields children { ...CategoryFields } } } } } } ${fragmentCategory} ; tell what i can to achieve my requirement??
1 replies
AAlokai
Created by Muhammad Usman on 3/19/2024 in #🙋|general-help
what is alokai?
today i got surprised to see the headline "vsf is now Alokai" what is meant by this i could not figureout, what going on what is going to change what aboutt the people working with vue storefront code is it going to change the code please someone tell me a out this..
7 replies
AAlokai
Created by Muhammad Usman on 2/14/2024 in #🙋|general-help
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?
4 replies
AAlokai
Created by Muhammad Usman on 2/1/2024 in #🙋|general-help
how to add external checkout in vue storefront?
No description
11 replies
AAlokai
Created by Muhammad Usman on 12/11/2023 in #🙋|general-help
is tailwind css already installed with vsf UI 2?
here, i wana ask something that we know that vsf has builtin vsf 2 configration that we can to make out website looking good but my concrn is i would like to use tailwind css that is with vsf UI 2 can we use it there is vsf??
6 replies