Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Follow this docs, https://devdocs.bagisto.com/1.x/advanced/create-payment-method.html
D
Thank you for your response, but can you give me an example source code? please
T
Thanks. It is fixed now. It got distorted suddenly and now it is fixed.
This is some kind of customization, please check the whatsapp docs whichever you need to implement.
Please follow the single thread.
This issue is fixed in the master version.
Thanks for the response.
Yes, you can. You just need to customize the code.
A
@devansh-webkul yeah I have done a lot of rnd but the problem is that It is running on a live server. If I take latest clone, then what about my configurations and setting running on my live machine?
I have also dealt with facebook login, don't forget to clear .env cache with php artisan
Check this, https://stackoverflow.com/questions/6515781/can-we-have-a-language-other-than-english-in-a-url
But in the product also this carousel is used.
This is the product collection component in which we are using the same carousel component, https://github.com/bagisto/bagisto/blob/9b7727397d1e7e6dccca39dddc60ec9963bbeaac/packages/Webkul/Velocity/src/Resources/assets/js/UI/components/product-collections.vue#L15
No one has replied
It is already loaded from the themes folder.
S
Yes, It's work but I change on /resources/themes/velocity/views/home
Thank you very much.
I just shared the package file for reference but you need to do the changes in the second one which you are actually doing.
So that the latest updates won't get conflict.
You can check laravel scheduler, just one cron needs to setup everything will be handled by this, https://laravel.com/docs/8.x/scheduling
Just update your php.ini file.
Just delete the lock file and then run composer install.
N
HI @ILDaviz , Excactly, you need to define your service provider after the default modul service provider to override the existing models. Thanks!