Sky
Sky
AAlokai
Created by Sky on 12/8/2023 in #🙋|general-help
How to change favicon?
How do I change favicon in vue storefront? I have added favicon.png to static folder and this is what I have added in nuxt.config.js: link: [ { rel: "icon", type: "image/x-icon", href: "/favicon.png", }, { rel: "shortcut icon", type: "image/x-icon", href: "/favicon.png", }, ]
1 replies
AAlokai
Created by Sky on 9/27/2023 in #🙋|general-help
Error accessing grand_total at orderGetters.ts
I have problem accessing grand_total at orderGetters.ts, line 6: export const getGrandTotal = (order: CustomerOrder): number => order?.total?.grand_total?.value ?? 0; This is the api query called in order page, there is no order.total.grand_total, there is only order.grand_total. Please advice on this. Thank you.
4 replies
AAlokai
Created by Sky on 9/18/2023 in #🙋|general-help
Not displaying the correct row total in cart page
No description
8 replies