Navigation

    Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Groups
    1. Home
    2. General Discussion
    Log in to post

    General Discussion

    • J

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

      5
      1
      Votes
      5
      Posts
      555
      Views

      R

      Hi, You can check this one - https://github.com/bagisto/bagisto/commit/aa1a5451bd94a874f36e5b252195f25cc8be5027 commit - aa1a545 Thanks
    • R

      Laravel 5.8
      • rabol  

      2
      0
      Votes
      2
      Posts
      355
      Views

      We will update the laravel version 5.8 for bagisto and will release in our next major update.
    • M

      Integration of CMS Lavalite within Bagisto
      • maheshb  

      2
      0
      Votes
      2
      Posts
      355
      Views

      R

      Hi @maheshb We will check & then update you. 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
      196
      Views

      R

      give width & then apply this one.
    • K

      Adding a cart rule condition
      • KevLav  

      2
      0
      Votes
      2
      Posts
      63323
      Views

      R

      Hi, We will release this feature in next release & you need to edit source code for it. Thanks
    • K

      how can I change list of My Account after sign into Bagisto e-commerce
      • Keerthi  

      3
      0
      Votes
      3
      Posts
      146
      Views

      K

      Hi, Thank you so much.........!
    • K

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

      5
      0
      Votes
      5
      Posts
      387
      Views

      K

      Hi, Thank you so much.......!
    • M

      Theam changes
      • Mr.full  

      4
      0
      Votes
      4
      Posts
      303
      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
    • K

      redirect to custom login page on session expire?
      • karkiswapnil  

      5
      0
      Votes
      5
      Posts
      394
      Views

      R

      Hi @ghermans We have resolved this issue, kindly pull from bagisto repository. Thanks
    • M

      Video in Product Gallery
      • maheshb  

      3
      0
      Votes
      3
      Posts
      196
      Views

      M

      Thanks Rahul for quick reply. Any suggestions for doing so.
    • S

      How to identify between seller and customer
      • selvaraj  

      7
      0
      Votes
      7
      Posts
      388
      Views

      S

      @rahul Hmm yes
    • R

      Adding new type of user in Bagisto!
      • RK REZA  

      1
      0
      Votes
      1
      Posts
      8812
      Views

      No one has replied

    • K

      order statuses in OrderDataGrid
      • karkiswapnil  

      4
      0
      Votes
      4
      Posts
      319
      Views

      K

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

      Order Tracker
      • RK REZA  

      2
      0
      Votes
      2
      Posts
      149
      Views

      R

      Hi @RK-REZA As you know this project is opensource & any one can customise it so you need to implement this by own. Thanks
    • H

      In orders section store image
      • haseena  

      2
      0
      Votes
      2
      Posts
      167
      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
    • D

      Undefined Menu issue in sidebar in profile
      • dsharma  

      5
      0
      Votes
      5
      Posts
      587
      Views

      D

      very helpful. Thankyou so much Regards Deepak Sharma
    • P

      Datagrid not found
      • ppstech  

      5
      0
      Votes
      5
      Posts
      306
      Views

      P

      @rahul thanks, its working now
    • P

      Document not uploading
      • ppstech  

      4
      0
      Votes
      4
      Posts
      143
      Views

      R

      Hi @ppstech Try this one - if (request()->hasfile('file')) { $filenameWithExt = request()->file('file')->getClientOriginalName(); //get file name $filename = pathinfo($filenameWithExt, PATHINFO_FILENAME); //get extension $extenson = request()->file('file')->getClientOriginalExtension(); // filename to store $fileimagetostore = $filename.'_'.time().'.'.$extenson; //upload the image $criddoc_path = request()->file('file')->storeAs('public/new_documents/type_one',$fileimagetostore); } else{ $fileimagetostore = "Nodoc.jpg"; } Thanks
    • H

      How can i do RTL this?
      • hChamran  

      8
      0
      Votes
      8
      Posts
      418
      Views

      H

      I find it and created fa language. You can see to this page.