Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. General Discussion
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • S

      Add to cart 4040 not found.
      • Shirah

      5
      0
      Votes
      5
      Posts
      396
      Views

      S

      Thank you! It's working now!

    • S

      Supplier confirm password
      • Shirah

      3
      0
      Votes
      3
      Posts
      220
      Views

      S

      Ok. Sure. Thank you!

    • J

      Best Way to Modify Route & Controller
      • jc

      7
      0
      Votes
      7
      Posts
      872
      Views

      Z

      Please any code example how can override the controller and route Please sent best away to extend controller webkul?

    • D

      Why bagisto docs is so deprecated?
      • danimai379

      2
      0
      Votes
      2
      Posts
      114
      Views

      V

      @danimai379
      Well if you are looking for the bagisto internal functionality, hopefully this guide help you to understand the code structure and API's
      https://devdocs.bagisto.com/
      https://devdocs.bagisto.com/1.x/api/

    • K

      The name of variant product doesn't appear in the original editconfig product
      • khawala

      7
      0
      Votes
      7
      Posts
      539
      Views

      V

      @khawala
      it seems you have done some customization in code, if yes please raise your ticket at support@bagisto.com

    • H

      Product api doesn't returns bundle product options
      • harismansoor

      6
      0
      Votes
      6
      Posts
      507
      Views

      V

      @harismansoor
      ya sure, you may create the PR

    • M

      This topic is deleted!
      • Marco

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • C

      modify addresses in different files
      • cmpengineers

      9
      0
      Votes
      9
      Posts
      633
      Views

      C

      @devansh-webkul

      this is an awesome answer, thank you very much for your help

      best regards

    • K

      Product cache images
      • Karthik

      5
      0
      Votes
      5
      Posts
      521
      Views

      V

      @Karthik
      Great!
      Thanks for the update!

    • M

      Undefined index: sku Bulkupload
      • Marco

      4
      0
      Votes
      4
      Posts
      355
      Views

      V

      Hi @Marco
      we have never experienced such type of issue but in your case as shown in xls file, first cell value of sku column contain the captial letter which is not allowed as SKU is case sensitive , it does not contain any special character and capital letter.

      Thanks

    • M

      test file .xls
      • Marco

      2
      0
      Votes
      2
      Posts
      120
      Views

      V

      @Marco
      communicating over here https://forums.bagisto.com/topic/1894/undefined-index-sku-bulkupload

    • Z

      This topic is deleted!
      • zainawan99

      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • P

      Customizing routes
      • pedrolopes10

      2
      0
      Votes
      2
      Posts
      142
      Views

      D

      please share the screenshot for that so i can understand what actually you want.

    • T

      hide out of stock items
      • tootta

      2
      0
      Votes
      2
      Posts
      181
      Views

      devansh-webkul

      Hi,

      Do you completely want to hide the product which is out of stock?

    • K

      how the customer can access his payed virtual product
      • khawala

      2
      0
      Votes
      2
      Posts
      198
      Views

      V

      @khawala
      for the membership card, you can use virtual type product.
      rest your query is unclear, please describe me in detail.

    • C

      How to Get top Selling Products and Categories
      • courage

      2
      0
      Votes
      2
      Posts
      508
      Views

      D

      @courage said in How to Get top Selling Products and Categories:

      i've also looked into the products repository folder but cant find anything relating to that. I have also noticed its only available on the admin dashboard controller but i want to use it on the shop and cant figure out how to do that

      Please go through the shop route in velocity package front-route.php file in http folder.

      Route::get('/fancy-category-details/{slug}', 'ShopController@fetchFancyCategoryDetails')->name('velocity.fancy.category.details');

      this route is for the hot category

    • S

      Error while adding Categories image
      • SourabhAkash

      2
      0
      Votes
      2
      Posts
      182
      Views

      S

      Wanted to add it is happening when I am selecting parent category while adding category.

    • Z

      How can add bread crumbs front store view?
      • zainawan99

      2
      0
      Votes
      2
      Posts
      290
      Views

      V

      @zainawan99
      you may get the hint from this link if you want to implement bread crumbs https://laravel-news.com/laravel-breadcrumbs-package

    • M

      recursively call categories
      • mannansamcom

      2
      0
      Votes
      2
      Posts
      153
      Views

      devansh-webkul

      Hi @mannansamcom,

      Well, as per the recursive you need to fully customize it. For e.g.,

      You already mentioned the component i.e. packages/Webkul/Velocity/src/Resources/assets/js/UI/components/sidebar.vue. You are getting full categories with its child categories from sharedRootCategories method.

      The major challenge you will face is the template part i.e. design. You need to do a recursive loop till categories.children not equal to the blank array.

      For better information, you can console log the categories in formatCategories method.

    • Z

      How can make a mega menu with full width?
      • zainawan99

      3
      0
      Votes
      3
      Posts
      178
      Views

      Z

      @Vaishali-Agarwal but I m asking you how can make a full-width mega menu?