When you scan the barcode it doest add product to the cart at all. When you look at the source from inspect it says taxes iterable
Please advise
- GSAnswered
Now this happened
Attachments - MSAnswered
Hello,
Failed to decode downloaded font" means the font is corrupt, or is incomplete (missing metrics, necessary tables, naming records, and many other reasons).
The icon fonts can be downloaded from
https://github.com/view-design/ViewUI/tree/master/dist/styles/fonts
and the icon path is set in themodules/MPS/Resources/less/index.less
Thank you
- GSAnswered
Hi there if I run npm run mps:h, styles working fine (until I stop it) as soon as I stop it all css are not working and also if I run npm run mps:p, styles NOT working How can I build the code with working styles every time when I build the code and run mls:p? Thank you so much
- GSAnswered
Mps:p not mls:p sorry typing mistake
Basically every time when I build the code icons and fonts crashes and this happens, see the attached images please
- MSAnswered
Hello,
Yes,
npm run mps:h
is just for development. You should build the app withnpm run mps:p
If the style is not working, then there might be something wrong with dependencies or setup or it might be cache. You can try clear browser cache.
Are you trying with node 18+? If not, please try the latest node version.
Thank you
- Login to Reply