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).
R
Hello
Route file and controller link is mentioned below.
https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Shop/src/Http/Controllers/ProductsCategoriesProxyController.php#L63
https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Shop/src/Http/routes.php#L308
Thanks Rahul Shukla
Hello @PyramidHead
According to your web.php file, your views should be residing in the given path - resources\views\themes\default\views\products-listing
Make sure, your view exist there and then after run following command -
and check again.
Hello,
We have created a separate file for exception handling.
https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Core/src/Exceptions/Handler.php
and this is bind -
https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Core/src/Providers/CoreServiceProvider.php#L52
you need to remove given line code and it will work according to you.
Note -> We don't advice you to change in core packages, it will create a problem on a new version.
V
@csmehra In the latest version of bagisto, it doesn't exist. you may also check the demo site https://demo.bagisto.com/
@harismansoor refer to this link if you want to customize it https://github.com/bagisto/bagisto/issues/2822
As per your requirement, module is already developed, you can purchase this from here https://bagisto.com/en/extensions/laravel-ecommerce-login-by-mobile-number/
@bala you can easily add your category or sub category on Homepage. just click on here https://forums.bagisto.com/topic/1950/how-to-show-sub-category-items-in-home-page-in-velocity and check the solution.
S
It's okey. I found a solution already. Thank you!!!
Hi @William-Hatanaka,
Can you share with me both the screenshot of request data that you are sending in postman and as well as with the guzzle client?
Hi @Gniewoj,
Can you share with me the middleware class which you want to override?
@bala routes are working fine when I checked. https://prnt.sc/vv09ti
kindly check again in an incognito browser, this is a session issue,
@carsgalo you need to set the email configuration in .env file for sending mails, as mention here https://forums.bagisto.com/topic/1146/gmail-smtp-configuration
D
@PyramidHead I was having the same problem with the default theme so i just did this btw i was making custom theme. so here is my solution.
f1cb2515-3def-467f-a352-a0de1c4807b1-image.png
yeah sure
@devansh-webkul thanks for taking your time i fixed it.
@devansh-webkul i have renamed styles to theme now it works Thank you for your help
M
@rahul So whats wrong with using the one i posted.
@Shirah which bagisto version you are currently using?
Hi @raouf415,
You need to pass the default_value key,
A
@Vaishali-Agarwal Thanks
@khawala if you want the user input in attribute then add input type attribute instead of select attribute and show them in product page