Alvin Konda
Alvin Konda
Hi, Thanks for your reply! Sorry but i cant find that file anywhere into my Vuetify PWA template, either `workboxOptions` i cant find. Can you please give more details Thnx...
Thnx, i tried but it seems to not work plus it is only for production mode as well. Clearly this is a bug with this template, which needed to be...
clearly a bug with the template. I'm waiting to be solved.
Interesting, I'm just noticing that. There might be issues if the users want to add other icons that are not on that list, but still, we have to go on...
> Using `.count` instead of `.size` solves this issue for me. Interesting, It seems `ProductListDrop` is not a type of array.
@bakura10 Can you please show an example of how are you calling the main product info from the product page? The code i'm using ``` const res = await fetch('/products/test-product?sections=main-product')...
Thank you, @bakura10, but the issue is that I need to get the `main-product` which is in the PDP, from other pages. E.g. to build the "Quick View" functionality. But...
Why not use the default global npm command? I'm using this and is working very fast `sass --watch public/scss/style.scss public/style.css`
Just use the uncompressed version, or better yet properly compress it using a tool like this to save some KB https://jscompress.com/
Hi Jorge, You are right, we have modified a bit the bootstrap scss codes which you can check here https://github.com/kondasoft/ks-bootshop/blob/master/src/bootstrap.scss The most important changes are the spacing utiliies`p-`, `m-` and...