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

      Logistics Integration
      • Reece

      2
      0
      Votes
      2
      Posts
      413
      Views

      admin

      Hi @Reece

      You can for sure integrate any logistics API using this devdocs: https://devdocs.bagisto.com/create_shipping_method.html

    • M

      Page crashes when attaching a custom stylesheet to the active theme
      • manatech

      2
      0
      Votes
      2
      Posts
      406
      Views

      shubhwebkul

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

    • D

      Setup Default Sort
      • dan3460

      4
      0
      Votes
      4
      Posts
      866
      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
      223
      Views

      No one has replied

    • H

      Need category response in other language than English
      • heena123

      5
      0
      Votes
      5
      Posts
      778
      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
      248
      Views

      No one has replied

    • S

      Format Date picker on admin panel - flatpickr
      • sebastian

      2
      0
      Votes
      2
      Posts
      784
      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
      907
      Views

      A

      @Vaishali-Agarwal thanks!

    • O

      Initial items per page on frontend
      • ottopodo

      1
      0
      Votes
      1
      Posts
      241
      Views

      No one has replied

    • M

      Changing authentication methods??
      • MizanRifat

      2
      0
      Votes
      2
      Posts
      305
      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
      390
      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
      723
      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
      408
      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
      1247
      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
      785
      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
      414
      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
      508
      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
      963
      Views

      M

      @Vaishali-Agarwal

    • T

      How to edit Success. Thank you message?
      • trishiab

      2
      0
      Votes
      2
      Posts
      354
      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
      542
      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.