Hi,
@yaser-az .you can try these following commands
1- composer dump-autoload
2- php artisan route:cache
3-php artisan view:clear
N
Best posts made by Naresh-webkul
-
RE: How can I change theme and write own html for front-end section not the admin panel?
-
RE: How to create Navigation Menus
Hi,
@shreyasi if you want to create navigation menu then you have to override the following php file with your file :
follow the path :
Webkul->Packacge->Shop->resource->views->layouts->header->nav-menu->navmenue.blade.php -
RE: Image in Cart not showing
Because there is no image saved for the product variant that's why no image in showing on the cart. You just have to edit the variant and save the image from admin panel.
Thank you.
-
RE: Invoice Header.
Helloi @Johann ,
just comment /remove the limit from the following file :
packages/Webkul/Admin/src/Http/Controllers/DashboardController.phpremove the limit from the getStockThreshold() method .
Thank you.