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
    • K

      Shop by filter not changing.
      • karkiswapnil

      4
      0
      Votes
      4
      Posts
      2181
      Views

      admin

      Right now if you have created any select or multi-select kind of attribute and chosen Yes to show in layered navigation, it will appear in filter. If you do not want to show attributes in layered navigation just edit as No.

    • J

      Are this is a bug or something i miss?
      • jonathantyar

      5
      1
      Votes
      5
      Posts
      4584
      Views

      R

      Hi,

      You can check this one -
      https://github.com/bagisto/bagisto/commit/aa1a5451bd94a874f36e5b252195f25cc8be5027

      commit - aa1a545

      Thanks

    • P

      This topic is deleted!
      • ppstech

      1
      0
      Votes
      1
      Posts
      5
      Views

      No one has replied

    • J

      nav bar text how to wrap (word-break: break-word;)
      • javkhlantugs

      2
      0
      Votes
      2
      Posts
      2949
      Views

      R

      give width & then apply this one.

    • K

      How to add side views of product from admin login
      • Keerthi

      5
      0
      Votes
      5
      Posts
      2047
      Views

      K

      Hi,

      Thank you so much.......!

    • M

      Theam changes
      • Mr.full

      4
      0
      Votes
      4
      Posts
      3720
      Views

      R

      Hi @Mr-full

      To Change button, text etc, you can create theme for front-end or you can override view files.
      We have did changes for admin logo, kindly take pull from our repository.

      Please follow below link for theme creation & view overriding.

      https://bagisto.com/en/create-custom-theme-in-bagisto/

      https://forums.bagisto.com/topic/39/how-to-create-custom-theme-in-bagisto/10

      https://forums.bagisto.com/topic/221/how-to-override-view-file-in-bagisto

      Thanks

    • M

      Video in Product Gallery
      • maheshb

      3
      0
      Votes
      3
      Posts
      3197
      Views

      M

      Thanks Rahul for quick reply.

      Any suggestions for doing so.

    • K

      order statuses in OrderDataGrid
      • karkiswapnil

      4
      0
      Votes
      4
      Posts
      2036
      Views

      K

      Also where is the part where total due is changed after completed?
      Thanks in advance.

    • H

      In orders section store image
      • haseena

      2
      0
      Votes
      2
      Posts
      1271
      Views

      R

      Hi @haseena

      You need to customise for it & can do as -

      Add column 'image' in oder_item table. Insert base image when order gets placed. Show this image where you want.

      This is the way, you can achieve it.

      If you only want to show images for order without inserting, then ca do as -

      Every order is place for product & product have images. So if you want to product images at order page then can retrieve according to product & need not to do above thing.

      Thanks

    • P

      Datagrid not found
      • ppstech

      5
      0
      Votes
      5
      Posts
      3927
      Views

      P

      @rahul
      thanks, its working now

    • H

      How can i do RTL this?
      • hChamran

      8
      0
      Votes
      8
      Posts
      4716
      Views

      H

      I find it and created fa language.

      You can see to this page.

    • K

      Merging projects / updating?
      • karkiswapnil

      2
      0
      Votes
      2
      Posts
      2674
      Views

      R

      Hi @karkiswapnil

      We have created packages for this project & recommend everyone to create own package if wants to add any feature in current bagisto and not to change core system because custom changes will be erase in updated version.

      Using Package, You can override model, views & benefit of package is that when new version
      release then you just need to place your package in core package & provide entry in app.php (Config) & composer.json file.

      Thanks

    • S

      Marketplace override theme
      • selvaraj

      14
      0
      Votes
      14
      Posts
      6259
      Views

      R

      Hi @selvaraj

      Please create a ticket for same at https://bagisto.uvdesk.com/en/customer/create-ticket/ with your order Id.

      Thanks

    • R

      Bagisto - Base table or view not found: 1146
      • randy_johnson

      3
      0
      Votes
      3
      Posts
      3047
      Views

      R

      @rahul it is the latest version. Company name is the name of my company I want to create, I just changed it to this on here.

    • M

      Redirect user to his channel
      • Mattia

      4
      0
      Votes
      4
      Posts
      1283
      Views

      R

      Hello,

      You can use * (all) in zip code field and it will work for all.

      Thanks

    • P

      Client side validation not working
      • ppstech

      2
      0
      Votes
      2
      Posts
      2695
      Views

      R

      Hi @ppstech

      You will get validation errors upon losing focus and/or form submission.

      Thanks

    • M

      Bagisto slider
      • Mr.full

      2
      0
      Votes
      2
      Posts
      2486
      Views

      R

      Hi @Mr-full

      While creating & editing slider, there is a field called content ( https://prnt.sc/ouhei3 ), you can provide you link in this field using source code. ( https://prnt.sc/ouhe8q )

      Thanks

    • M

      How to make slider with new product on home page?
      • Mr.full

      3
      0
      Votes
      3
      Posts
      2786
      Views

      R

      Hi @Mr-full

      We don't get you, can you explain more.

      Thanks

    • D

      Fetching nested categories
      • dsharma

      2
      1
      Votes
      2
      Posts
      2615
      Views

      R

      Hi @dsharma

      getVisibleCategoryTree() is returning all category in nested form, so you can create a recursive function which check each category whether they have children or not & this function will be run until they don't have children & store result.

      Thanks

    • M

      Coupons
      • Mr.full

      2
      0
      Votes
      2
      Posts
      763
      Views

      B

      Well, to add extra conditions of your choice will be a bit tough to implement but in next release we will add a provision to inflict rules with outer system conditions that will resolve to boolean outputs only.

      But for your current bagisto version you can apply and create a new action by pushing a new Action class in config('discount-rule.cart') and make a new action class or override the previous classes and place your customer first sale condition.

      And remember the key is zero discount never gets presented on cart they are ignored.

      Regards,
      Prashant.