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

      layout customization
      • vitorma30

      2
      0
      Votes
      2
      Posts
      247
      Views

      S

      Hi @vitorma30 ,

      Some informative and userful links

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

      official documentation here..
      https://devdocs.bagisto.com/

      Thanks

    • A

      What is the functionality of 'End Other Rules'
      • Ankit patel

      5
      0
      Votes
      5
      Posts
      415
      Views

      J

      Hi @valpuia
      We will have our next release by this month.

    • V

      Project folder structure
      • vitorma30

      2
      0
      Votes
      2
      Posts
      275
      Views

      ghermans

      Maybe this can help you https://laravel.com/docs/5.6/structure

    • V

      Email cannot send while creating product shipping
      • valpuia

      2
      0
      Votes
      2
      Posts
      183
      Views

      R

      Hi @valpuia

      We are checking this at our end.

      Thanks

    • K

      Image not showing in backend although it shows in backend.
      • karkiswapnil

      7
      0
      Votes
      7
      Posts
      1053
      Views

      R

      Hi @karkiswapnil

      Please go through with this one - https://www.a2hosting.com/kb/developer-corner/php/using-php.ini-directives/php-maximum-upload-file-size

      Thanks

    • V

      Override view not working?
      • valpuia

      3
      0
      Votes
      3
      Posts
      362
      Views

      V

      Thanks @rahul

    • C

      Api for multivendor sellers
      • cmpengineers

      14
      0
      Votes
      14
      Posts
      877
      Views

      R

      Hi @cmpengineers

      Now it is working fine.

      Thanks

    • V

      Route [auth.login] not defined in Admin/CMS after session time out
      • valpuia

      2
      0
      Votes
      2
      Posts
      265
      Views

      R

      Hi @valpuia

      We have solved this issue.

    • S

      Adding 3 new fields on Signup page
      • sheelaw

      4
      0
      Votes
      4
      Posts
      444
      Views

      S

      All good Prashant. I got it 🙂

      Thanks for your help.

    • V

      How to realize automatic opening of a mini-cart after adding / removing product?
      • Volodymyr

      2
      0
      Votes
      2
      Posts
      171
      Views

      R

      Hi @Volodymyr

      We have already fire an event after product adding ( checkout.cart.add.after ) and removing ( checkout.cart.delete.after ), you can listen this event and can perform desired action.

      Thanks

    • P

      fatal error
      • Poonam Kharka

      6
      0
      Votes
      6
      Posts
      395
      Views

      S

      Hi @Poonam-Kharka ,

      You can simple inspect and find the all scripts and styles of the whole page.

      for more details please read dev docs
      https://devdocs.bagisto.com/create_package.html#how-to-create-package

      Thanks

    • M

      Slider Images Were Not loading in Front End ?
      • mummaditharun

      4
      0
      Votes
      4
      Posts
      1072
      Views

      S

      I've also had this problem, still not fix in my site LoTECH.

    • R

      How to show image in navigation?
      • RK REZA

      2
      0
      Votes
      2
      Posts
      259
      Views

      N

      Hello @RK-REZA ,

      just replace the following code with your code :

      <img :src="url+'/public/storage/'+this.item.image" alt="">

      thank you

    • P

      Hello
      • Poonam Kharka

      13
      0
      Votes
      13
      Posts
      687
      Views

      N

      Can you please provide screenshots of your event listener,and event service provider.

      Thank you.

    • K

      Class Webkul\Product\Repositories\ProductRepository does not exist
      • karkiswapnil

      4
      0
      Votes
      4
      Posts
      327
      Views

      R

      Hi @karkiswapnil

      You are using very old version of bagisto, kindly install latest one.

      Thanks

    • A

      Add quantity in related products and add another product type beside simple and configureable product
      • arko

      2
      0
      Votes
      2
      Posts
      251
      Views

      R

      Hi @arko

      While editing product you can add related product.
      We will soon provide feature to add new product type in our application so that any one could add new product type.
      For views, you can follow given link - https://forums.bagisto.com/topic/221/how-to-override-view-file-in-bagisto
      For quantity in decimal, you need to customise it and we will look into this and in future will add decimal quantity.

      Thanks
      Rahul Shukla

    • R

      Upgrade concerns
      • rabol

      2
      0
      Votes
      2
      Posts
      191
      Views

      R

      Hi rabol,

      Bagisto is already ready for production.

      We have revamp whole discount package (#2006). The changes in this pull will remove all old table of catalog rule and cart rule but you did not change it manually.

      You can normally take pull from master branch to upgrade it.

      Thanks
      Rahul Shukla

    • R

      Product price incl tax
      • rabol

      2
      0
      Votes
      2
      Posts
      291
      Views

      R

      Hi @rabol

      For right now , you can create a attribute for pretax, so when product will be created you can fill amount in this field.

      We have fired two event in function collectTotals() ( calculate total amount of cart ) named as
      checkout.cart.collect.totals.before and checkout.cart.collect.totals.after.

      You can listen this event and can add this attribute value ( pretax ) to cart amount.

      Thanks

    • Y

      How To Create Package ?
      • youssefboudaya

      29
      0
      Votes
      29
      Posts
      5528
      Views

      R

      Hi

      May I suggest that you create a 'bolier-plate' for a new package and put it on github, I'm sure that it would help a lot.

      Thanks

    • R

      Why is State mandatory on tax rate
      • rabol

      2
      0
      Votes
      2
      Posts
      175
      Views

      admin

      https://forums.bagisto.com/topic/1122/state-field-should-not-mandatory-when-creating-a-new-tax-rate

      You can take follow-up on this