Google/facebook login integration is not related to this error, you just need to setup the app's valid client_ID or client_secret keys in .env file
you may also refer to this guide https://bagisto.com/en/social-login-for-bagisto/
Just go to this path packages/Webkul/Shop/src/Config/menu.php and comment your downloadable product array.
And run php artisan config:cache.
Important Note
This will just hide the downloadables. To completely remove you need to remove all the traces like packages/Webkul/Velocity/src/Resources/views/shop/customers/account/downloadable_products, routes files and many more.
Hi @Megalight as @devansh-webkul already mentioned it is possible to remove the themes if you have knowledge about Laravel packages and service providers.
yeah but this is not editable 😕
well I did this manually in database and it showing a lot problems .. like variant prices disappear.
I raised this issue on your git repo but no one has reached yet. I really need to do this as I already have uploaded more than 600 products.
@Vaishali-Agarwal
in bagisto\packages\Webkul\Admin\src\Resources\views\dashboard\index.blade.php
in this file the title is coming from this admin::app.dashboard.title-customers so want to find where is it in and in which file
Hi,
I am still finding a way how to route / redirect web store page to pwa store page..
say with same storepage from web front store it will be redirect to pwa ..
above use case is for mobile user .