Navigation

    Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Naresh-webkul
    3. Best
    N
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Best posts made by Naresh-webkul

    • RE: How can I change theme and write own html for front-end section not the admin panel?

      Hi,
      @yaser-az .you can try these following commands
      1- composer dump-autoload
      2- php artisan route:cache
      3-php artisan view:clear

      posted in Modules
      N
      Naresh-webkul
    • 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

      posted in General Discussion
      N
      Naresh-webkul
    • RE: Image in Cart not showing

      Hello @ehdava and @valpuia ,

      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.

      posted in Bug Report
      N
      Naresh-webkul
    • RE: Invoice Header.

      Helloi @Johann ,
      just comment /remove the limit from the following file :
      packages/Webkul/Admin/src/Http/Controllers/DashboardController.php

      remove the limit from the getStockThreshold() method .

      Thank you.

      posted in Modules
      N
      Naresh-webkul