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

      Setup Default Sort
      • dan3460

      4
      0
      Votes
      4
      Posts
      1097
      Views

      P

      Hey @dan3460 ,

      There is an issue in filter sort by, which is raised issue on bagisto respository. We are working on it and you can get any update on below link.

      https://github.com/bagisto/bagisto/issues/2856

      Thanks

    • A

      PWA - Tests
      • alissonalberini

      1
      0
      Votes
      1
      Posts
      323
      Views

      No one has replied

    • H

      Need category response in other language than English
      • heena123

      5
      0
      Votes
      5
      Posts
      1041
      Views

      H

      @Vaishali-Agarwal
      its implemented but now want to change response in different language of the category api.like one english and other language is arabic in my app .So for arabic I want to return arabic response for category api.So any helpful steps?

    • _

      call a function of one component to another component
      • _developer_12

      1
      0
      Votes
      1
      Posts
      360
      Views

      No one has replied

    • S

      Format Date picker on admin panel - flatpickr
      • sebastian

      2
      0
      Votes
      2
      Posts
      948
      Views

      S

      Hi @sebastian ,

      If you want to change only dashboard filter date format then you need to override bagisto vue datetime.vue component,
      please follow these link
      https://github.com/bagisto/bagisto/issues/1992

      after that only need to change the format ref - https://flatpickr.js.org/examples/

      And if you want to change whole admin section date format which is your requirement Y-m-d to d.m.Y, then simply update some code of datetime.vue which is inside packages/Webkul/Ui/src/Resources/assets/js/components/datetime.vue

      then simply run npm run watch for compiling the vue assets inside the Ui package root.

      Thanks

    • A

      Error on installing and updating packages
      • aroobaarooj499

      3
      0
      Votes
      3
      Posts
      1137
      Views

      A

      @Vaishali-Agarwal thanks!

    • O

      Initial items per page on frontend
      • ottopodo

      1
      0
      Votes
      1
      Posts
      361
      Views

      No one has replied

    • M

      Changing authentication methods??
      • MizanRifat

      2
      0
      Votes
      2
      Posts
      428
      Views

      V

      @MizanRifat
      Ya sure, please follow laravel doc https://laravel.com/docs/7.x/sanctum#api-token-authentication

    • Y

      Why is image being mirroring in storage\app\public?
      • YX

      2
      0
      Votes
      2
      Posts
      578
      Views

      S

      Hi @YX ,

      this is bagisto folder structure if you want to change that location then have a look of imagecache.php inside the app folder,
      ref - https://stackoverflow.com/questions/39154484/how-to-change-storage-path-in-laravel-5-3-to-public

      Thanks.

    • S

      creating new module
      • sanjana singh

      4
      0
      Votes
      4
      Posts
      911
      Views

      V

      Hi, yes can do this .please refer this
      https://bagisto.com/en/step-by-step-guide-for-bagisto-module-development/

    • M

      Broken Category Tree
      • MolinaKevin

      2
      0
      Votes
      2
      Posts
      526
      Views

      V

      Hi,
      You can find the FixTree() function by searching inside your package.
      Also if u want to search throughout the project then press Ctrl+shift+F

    • O

      Custom language files
      • ottopodo

      5
      0
      Votes
      5
      Posts
      1654
      Views

      O

      @rahul Thank you I added:
      $this->loadTranslationsFrom(DIR . '/../Resources/lang', 'shop');
      to my service provider Boot Method and my language files in package Resources/lang and it works. 👍

    • N

      How to create a custom theme for datagrids
      • niug

      3
      0
      Votes
      3
      Posts
      945
      Views

      P

      yes, in this way you can develop your own custom theme for datagrids.

    • B

      Want to customize shopping address of customer.
      • Bappi Saha

      2
      0
      Votes
      2
      Posts
      535
      Views

      V

      @Bappi-Saha
      same query already raise https://forums.bagisto.com/topic/1396/want-to-hide-some-field-on-shipping-address

    • N

      Assign Tax at Shipping method
      • niug

      2
      0
      Votes
      2
      Posts
      679
      Views

      R

      Hi @niug

      You need to override cart facades for it, in this facades override calculateItemsTax function, which is responsible to calculate the tax of item and in this function add your amount with tax.

    • M

      Tax rate
      • Marco

      4
      0
      Votes
      4
      Posts
      1197
      Views

      M

      @Vaishali-Agarwal

    • T

      How to edit Success. Thank you message?
      • trishiab

      2
      0
      Votes
      2
      Posts
      511
      Views

      V

      @trishiab
      could you please tell me which message do you want to edit.
      Share the screenshot.

      Thanks

    • O

      API authentication to access all orders with status processing
      • ottopodo

      2
      0
      Votes
      2
      Posts
      672
      Views

      R

      Hi @ottopodo

      We have created orders API but is only for customers not for customers.
      For the admin, you need to create this one.

    • M

      Bagisto installtion problem SQLSTATE[42S02]
      • Mr4FX

      7
      0
      Votes
      7
      Posts
      1432
      Views

      M

      how ? how can i make a package and what about variables on the dasboard how can i put on the package please if you have any tutorial explain how please help

    • Z

      Override views not working
      • zakybaraq

      3
      0
      Votes
      3
      Posts
      906
      Views

      Z

      @shubhwebkul ah got it, thank you