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

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

      5
      1
      Votes
      5
      Posts
      621
      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
      209
      Views

      R

      give width & then apply this one.

    • K

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

      3
      0
      Votes
      3
      Posts
      182
      Views

      K

      Hi,

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

    • K

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

      5
      0
      Votes
      5
      Posts
      426
      Views

      K

      Hi,

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

    • M

      Theam changes
      • Mr.full

      4
      0
      Votes
      4
      Posts
      334
      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
      460
      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
      211
      Views

      M

      Thanks Rahul for quick reply.

      Any suggestions for doing so.

    • R

      Adding new type of user in Bagisto!
      • RK REZA

      1
      0
      Votes
      1
      Posts
      8854
      Views

      No one has replied

    • K

      order statuses in OrderDataGrid
      • karkiswapnil

      4
      0
      Votes
      4
      Posts
      355
      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
      161
      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
      179
      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
      616
      Views

      D

      very helpful.

      Thankyou so much

      Regards
      Deepak Sharma

    • P

      Datagrid not found
      • ppstech

      5
      0
      Votes
      5
      Posts
      328
      Views

      P

      @rahul
      thanks, its working now

    • P

      Document not uploading
      • ppstech

      4
      0
      Votes
      4
      Posts
      157
      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
      456
      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
      156
      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
      734
      Views

      R

      Hi @selvaraj

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

      Thanks

    • H

      How can i have Jalali flatpicker?
      • hChamran

      2
      0
      Votes
      2
      Posts
      108
      Views

      R

      Hi @hChamran

      You can explore this links for same -

      https://packalyst.com/packages/package/sajjadrad/jalali

      https://github.com/morilog/jalali

      https://github.com/jalaali/jalaali-php

      Thanks

    • R

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

      3
      0
      Votes
      3
      Posts
      222
      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.