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

      Need category response in other language than English
      • heena123

      5
      0
      Votes
      5
      Posts
      1461
      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
      527
      Views

      No one has replied

    • S

      Format Date picker on admin panel - flatpickr
      • sebastian

      2
      0
      Votes
      2
      Posts
      1224
      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
      1446
      Views

      A

      @Vaishali-Agarwal thanks!

    • O

      Initial items per page on frontend
      • ottopodo

      1
      0
      Votes
      1
      Posts
      535
      Views

      No one has replied

    • M

      Changing authentication methods??
      • MizanRifat

      2
      0
      Votes
      2
      Posts
      610
      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
      828
      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
      1249
      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
      736
      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
      2249
      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. :+1:

    • N

      How to create a custom theme for datagrids
      • niug

      3
      0
      Votes
      3
      Posts
      1277
      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
      771
      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
      885
      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
      1560
      Views

      M

      @Vaishali-Agarwal

    • T

      How to edit Success. Thank you message?
      • trishiab

      2
      0
      Votes
      2
      Posts
      751
      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
      924
      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
      1915
      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
      1216
      Views

      Z

      @shubhwebkul ah got it, thank you

    • V

      e-commerce pwa push-notification tab not displaying
      • valpuia

      6
      0
      Votes
      6
      Posts
      2189
      Views

      A

      Hello valpuia.

      Partially it is fixed. You can use topic and Legacy Server Key from the admin panel.
      For rest of the credentials, you can add the to code for now.

      Files:
      1. push-notification.js
      location: PWA/src/Resources/assets/js/plugins/push-notification.js
      Line: 5

      2. service worker.js
      location: PWA/publishable/pwa/service-worker.js
      Line: 201-207, 212.

      Than run "php artisan vendor:publish --force". This will publish your assets to public folder. That's it.

    • bala

      i couldn't change the currency format
      • bala

      6
      0
      Votes
      6
      Posts
      1618
      Views

      Z

      @Vaishali-Agarwal thanks it works