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

      Cant get new logo and front page changes updated
      • sheelaw

      8
      0
      Votes
      8
      Posts
      1051
      Views

      R

      Hi @sheelaw

      Please go through with following article - https://github.com/the-control-group/voyager/issues/3585

      and https://stackoverflow.com/questions/39496598/laravel-5-3-storagelink-symlink-protocol-error

      Thanks

    • E

      what is the correct url format in marketplace?
      • ehdava

      5
      0
      Votes
      5
      Posts
      310
      Views

      E

      hi @rahul ,

      okay thanks, i'll test it after the file_put_contents error is resolve

    • E

      error on live server The stream or file "/var/www/html/wkwk/storage/logs/laravel.log" could not be opened: failed to open stream: Permission denied
      • ehdava

      6
      0
      Votes
      6
      Posts
      1775
      Views

      R

      Hi @ehdava

      ok.

    • A

      Add, edit attibute not returning error and currency usd can't be deleted
      • arko

      8
      0
      Votes
      8
      Posts
      602
      Views

      admin

      The last php version on which bagisto works is 7.2

    • K

      Edit Catelog category doesn't work in other languages
      bugs • • KevLav

      5
      0
      Votes
      5
      Posts
      699
      Views

      K

      Thanks! @rahul

    • E

      error occured after edit seller profile
      • ehdava

      10
      0
      Votes
      10
      Posts
      609
      Views

      admin

      1 is not a valid Order ID. Also, we replied on the ticket that you raised. Please let us know the valid Order ID there.

    • M

      #1227 - Access denied; you need (at least one of) the SUPER privilege(s) for this operation
      • mahbubrajiv

      2
      -1
      Votes
      2
      Posts
      486
      Views

      J

      This issue is raised open git hub, solution will be provided soon.You can take followup from here
      https://github.com/bagisto/bagisto/issues/2015

    • K

      Refund amount has to be 0?
      bugs • • KevLav

      3
      0
      Votes
      3
      Posts
      531
      Views

      N

      Hi @KevLav ,

      This is because The most money available to refund is $4.20, and total of your refund is greater then the available refund.

      If you have any query rearding this feel free to let us know.

      Thank you

    • E

      return only JSON after edit profile (laravel marketplace multi vendor)
      • ehdava

      2
      0
      Votes
      2
      Posts
      215
      Views

      R

      Hi @ehdava

      Can you elaborate more as we don't get you.

      Thanks

    • S

      Getting issue in bagisto v0.1.6 Alpha
      • sanjana singh

      2
      0
      Votes
      2
      Posts
      218
      Views

      J

      @sanjana-singh
      Please use the latest version of bagisto- https://github.com/bagisto/bagisto/tree/v0.2.2

    • N

      Errors unresolved after upgrading version to v0.2.2.
      • nilofer

      2
      0
      Votes
      2
      Posts
      128
      Views

      J

      @nilofer
      I have checked on your website, everything seems to be fine.Please check it once, in case of any doubt you can raise your query here.
      For order confirmation email please check your email configuration in .env file.

    • N

      No horizontal scrollbar for screen resolution at 100% on PRODUCT > Add Variants Page.
      • nilofer

      2
      0
      Votes
      2
      Posts
      165
      Views

      J

      @nilofer
      This issue has been fixed in master branch.Please take a pull
      https://github.com/bagisto/bagisto/tree/master

    • HombreGeek

      About Translation and its variables
      • HombreGeek

      3
      0
      Votes
      3
      Posts
      325
      Views

      HombreGeek

      @prateek-webkul Hello! I hope everythings is ok with you.

      Continuing the work with my spanish translation I've found another issue, that you should be considered.

      As an Admin trying to edit a customer, to change his o her status to active or inactive; This part shows a two a hard core words, "Actived" and "Blocked".

      This two words came from this file:

      packages\Webkul\Admin\src\DataGrids\CustomerDataGrid.php

      in the lines 82 and 85, as followings:

      'wrapper' => function ($row) { if ($row->status == 1) { return 'Activated'; // line 82 inm CustomerDataGrid.php } else { return 'Blocked'; // line 85 in CustomerDataGrid.php } }

      To be able to change this two word my spanish language, I did the following:

      'wrapper' => function ($row) { if ($row->status == 1) { return trans('admin::app.datagrid.active'); // line 82 replaced } else { return trans('admin::app.datagrid.inactive'); // line 85 in CustomerDataGrid.php } }

      Then I added these two properties - values pairs in the datagrid array, which is in my spanish translation file:

      packages\Webkul\Admin\src\Resources\lang\es\app.php 'datagrid' => [ . . . 'active' => 'Activo', 'inactive' => 'Inactivo', . . . ],

      Please consider it to future updates to make easier the translation to other language.

      Have nice day!

    • H

      customer activation email, order email and other email are not sending.
      • Hassy

      3
      0
      Votes
      3
      Posts
      214
      Views

      H

      yes i configure it with my smtp smtp-pulse.com

    • H

      Displaying the exception when i create, edit and delete the item
      • Hassy

      6
      0
      Votes
      6
      Posts
      324
      Views

      J

      @Hassy
      This issue was in version 0.2.2 with php 7.4 and has been fixed in our latest master branch.

      Please take a pull from - https://github.com/bagisto/bagisto/tree/master

    • H

      yes i make it
      • Hassy

      9
      0
      Votes
      9
      Posts
      480
      Views

      R

      Hi @Hassy

      We can solve it here, kindly take pull from master branch then check again and make sure that you are using right credentials.

      Thanks

    • M

      Error localization (with diacritic mark)
      • Mariusz

      1
      0
      Votes
      1
      Posts
      153
      Views

      No one has replied

    • H

      Not able sign in without adding product into cart
      • Hassy

      4
      0
      Votes
      4
      Posts
      226
      Views

      J

      @Hassy
      There is compatibility issue in bagisto v0.2.2 with php 7.4.
      If you want to use bagisto on php 7.4 please take a latest pull from - https://github.com/bagisto/bagisto/tree/master or else you can use v0.2.2 on php 7.2.

    • R

      Previously selected category not showing in product edit page
      • RK REZA

      4
      0
      Votes
      4
      Posts
      462
      Views

      J

      @RK-REZA
      https://github.com/bagisto/bagisto/issues/1977

    • B

      Error when adding new product
      • Bhima

      8
      0
      Votes
      8
      Posts
      543
      Views

      B

      Hi @aayush-bhatt172
      Can you please guide me on how to implement the NTMLService in bagisto?
      Thanks