Search found 3 matches
- 29 Nov 2023, 08:04
- Forum: Laravel package
- Topic: Admin Js file extension to project
- Replies: 2
- Views: 4084
Re: Admin Js file extension to project
An update to this issue: Was able to find out the cause of this issue, when we extend a vue js file from vendor to our project. Both instances will run at same time which will cause conflicts and we won’t be able to see any error in console
When i tried to comment whole inside vendor folder, its ...
When i tried to comment whole inside vendor folder, its ...
- 29 Nov 2023, 07:25
- Forum: Laravel package
- Topic: Admin Js file extension to project
- Replies: 2
- Views: 4084
Admin Js file extension to project
how to extend file "npkmarket\vendor\aimeos\ai-admin-jqadm\js\apps\price.js " to Aimeos Laravel Project ? .
We have this custom package folder, so i have tried copy pasting this file to \packages\npk\themes\admin\jqadm\price.js but it didn't work.
Also tried to mention file path inside manifest ...
We have this custom package folder, so i have tried copy pasting this file to \packages\npk\themes\admin\jqadm\price.js but it didn't work.
Also tried to mention file path inside manifest ...
- 15 Nov 2023, 06:21
- Forum: Help
- Topic: Saving Basket Issue
- Replies: 1
- Views: 3217
Saving Basket Issue
I'm not able to save basket in most of the cases, sometime when clicking on save basket it calls to backend with url /en/shop/basket?b_action=save which reloads the page. How does this work, can you help me locate the ajax call which supports this functionality ?