Bagisto Forum

    Bagisto

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

      This topic is deleted!
      • RK REZA

      2
      0
      Votes
      2
      Posts
      5
      Views
    • M

      How can i add coupon code using api?
      • milan.hirapra

      7
      0
      Votes
      7
      Posts
      12942
      Views

      M

      @rahul
      Thank you so much!

    • M

      Unable to delete Slider item for non default channel
      • maheshb

      3
      0
      Votes
      3
      Posts
      250
      Views

      M

      Thank you,

      It's working now.

    • P

      Guest customer register issues
      • ppstech

      3
      0
      Votes
      3
      Posts
      323
      Views

      P

      Thank you for your clarification. Can we expect this functionality in near future?

    • J

      Impossible to create the root directory at product image upload
      • Javoke

      6
      0
      Votes
      6
      Posts
      1848
      Views

      R

      Hi @ppstech

      Please run following -

      From root of your project -

      cd public unlink storage

      From Root of Your Project

      php artisan storage:link

      Thanks

    • K

      Target [Proimage\Contact\Contracts\Contact] is not instantiable while building
      • kishnbupadhyaya

      2
      0
      Votes
      2
      Posts
      876
      Views

      R

      Did you add your model in config/concord.php?

      If not then add it like this

      \Proimage\Contact\Providers\ModuleServiceProvider::class,

      And make sure you have "implements" your Contract in your model.
      Like :

      class Contact extends Model implements ContactContract{ }
    • K

      How to solve the issue of Route [razorpay.standard.redirect] not defined in bagisto ecommerce
      • Keerthi

      2
      0
      Votes
      2
      Posts
      496
      Views

      R

      HI @Keerthi

      You need to create this route on your package, after clicking on this, action will perform and user will redirect here (https://prnt.sc/olc5mx - this is for paypal) then will redirect for payment (https://prnt.sc/olc7io - paypal screenshot).

      Thanks

    • R

      Add to cart Problem for configurable product!
      • RK REZA

      2
      0
      Votes
      2
      Posts
      510
      Views

      R

      Hi @RK-REZA

      Thanks for raising this one, we will check & update it.

      Thanks

    • R

      How to disable onhover image zoom in mobile design?
      • RK REZA

      10
      0
      Votes
      10
      Posts
      879
      Views

      R

      Thanks......

    • H

      Tax section not updating when we add the new product in cart
      • hammadweb2020

      3
      0
      Votes
      3
      Posts
      288
      Views

      R

      Hi @hammadweb2020

      Right Now tax is depends on country, state and zip (In case of all - *), so when you add product in cart or update it, tax can not update as it don't have any of these fields and during time of checkout it gets these fields so its get updated there.

      If you want to change it & want it to work beyond country, state and zip, then you can request for customisation.

      Thanks

    • N

      Import xml or csv with products
      • Norbert

      2
      0
      Votes
      2
      Posts
      512
      Views

      R

      Hi,

      We recommend you to create package for it, if you don't have, because changing in core will cause a problem with latest release.

      So, In your package create a view file, which consist to upload csv or xml, provide route to that view file with your controller (your package's controller & route).

      Now when user submit it, your controllers method should be called and write code in this controller for import.

      Now you can override product's page's index view to provide a button there so that it call your view using your route.

      In this way you can do this, if you face any issues, please write here.

      Thanks

    • ghermans

      Missing fields for companies
      • ghermans

      3
      0
      Votes
      3
      Posts
      195
      Views

      ghermans

      Hi @rahul

      i only mentioned it as a improvement for Bagisto.
      I wasn't sure if I had to report it on the forum or on the Github issues page.

      I could add the fields myself and create a pull request on Github, but only if you confirm that it would be an added value for the platform, so that I don't waste my time on functions that won't be merged

    • K

      Image not showing
      • kishnbupadhyaya

      2
      -1
      Votes
      2
      Posts
      1808
      Views

      R

      Hi @kishnbupadhyaya

      Follow this link for solution - https://forums.bagisto.com/topic/188/broken-image-logo-in-bagisto-with-causes-and-solutions

      Thanks

    • H

      Problem don't saved product
      • hChamran

      2
      0
      Votes
      2
      Posts
      256
      Views

      R

      Hi @hChamran

      When You click on 'Add Product' ( https://prnt.sc/osg1kd ), you will get this form ( https://prnt.sc/osg0gm) then after filling it, you will redirect to edit form (https://prnt.sc/osg11n).
      Fill all the details there & your product will be created.

      If you are doing so & still product is not created then take pull from master branch & make sure that you didn't changes any core file.

      Thanks

    • R

      Filter not working for custom attribute!!!
      • RK REZA

      2
      0
      Votes
      2
      Posts
      348
      Views

      R

      Hi @RK-REZA

      Please take pull from master branch. This will be resolved. You are using old one.

      Thanks

    • R

      Still buy now take only one product as quantity.
      • RK REZA

      2
      0
      Votes
      2
      Posts
      143
      Views

      R

      Hi @RK-REZA

      This is reopened & we will fix it ASAP.

      Thanks

    • R

      Error in CMS
      • RK REZA

      5
      0
      Votes
      5
      Posts
      458
      Views

      R

      Capture.PNG

    • R

      Wishlist Error!!!
      • RK REZA

      2
      0
      Votes
      2
      Posts
      176
      Views

      R

      Hi @RK-REZA

      We have noted this issue through your Facebook post & we are really thanks for your precious
      suggestion, soon we will fix this issue.

      Thanks

    • H

      Frontend Pagination list is coming wrong
      • hammadweb2020

      2
      0
      Votes
      2
      Posts
      248
      Views

      R

      Hi @hammadweb2020

      We will check this one but can you confirm one thing that did you select 'yes' in 'Visible Individually' in product edit page. (https://prnt.sc/oxzza3)

      Thanks

    • K

      How to override your Webkul controllers, repository and classes?
      • kishnbupadhyaya

      3
      0
      Votes
      3
      Posts
      1398
      Views

      K

      Hi Bagisto,

      Thanks for reply i found the solution of 2nd point. Thank you for your reply.

      Best Regards,
      Kishan Upadhyaya