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

      Override view not working?
      • valpuia

      3
      0
      Votes
      3
      Posts
      903
      Views

      V

      Thanks @rahul

    • C

      Api for multivendor sellers
      • cmpengineers

      14
      0
      Votes
      14
      Posts
      3249
      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
      545
      Views

      R

      Hi @valpuia

      We have solved this issue.

    • S

      Adding 3 new fields on Signup page
      • sheelaw

      4
      0
      Votes
      4
      Posts
      933
      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
      544
      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
      1386
      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
      1841
      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
      692
      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
      2978
      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
      1072
      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
      528
      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
      652
      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
      698
      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
      26716
      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
      582
      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

    • E

      Auto populating variant info
      • estabanz

      1
      0
      Votes
      1
      Posts
      356
      Views

      No one has replied

    • M

      How to show only PWA instead of bagisto store in root url
      • maxipain

      2
      0
      Votes
      2
      Posts
      547
      Views

      A

      Hello maxpain
      It's not directly possible from bagisto.
      What you can do is, Park your domain name (https://anfac.co.ke/) under domain settings of (anfac.co.ke/mobile)

    • I

      Changing theme default for another
      • isaac9

      3
      0
      Votes
      3
      Posts
      746
      Views

      I

      @rahul Thanks!

    • S

      Editing Add Product Page
      • shaiv-webkul

      1
      0
      Votes
      1
      Posts
      537
      Views

      No one has replied

    • E

      Push changing from git repo to digitalocean for bagisto
      • eolykab

      2
      0
      Votes
      2
      Posts
      789
      Views

      R

      HI @eolykab

      You can add your git repo to your this repo and can take pull from there as you need to changes the code from git.
      Like -

      git remote add name path git pull name branch name

      Note - You need configure git o your server.
      name - Can be anything like origin.