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

      Export Button
      • tomatopi

      4
      0
      Votes
      4
      Posts
      263
      Views

      T

      OK. Just wanted to be sure it wasn't something I was doing wrong.

      I'm using Firefox 68.6.0 on Linux lately.

      Peter

    • I

      How to add custom input fields to checkout
      • Insight Media

      2
      0
      Votes
      2
      Posts
      671
      Views

      S

      You can simply do that by overriding customer-info.blade.php which you can find under shop->resources->views->checkout->onepage.

    • cr

      Bagisto Customization 101
      • cr

      4
      0
      Votes
      4
      Posts
      273
      Views

      S

      Hi, @cr
      I got your question exactly the velocity is a package which contains all the css and js and all functionality for the velocity theme,

      But if you want to develop a package in bagisto for default and velocity theme then you need to do compatible to your package for the velocity theme.

      Let me know if you still got some questions.

      Thanks

    • R

      Logistics Integration
      • Reece

      2
      0
      Votes
      2
      Posts
      175
      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
      174
      Views

      shubhwebkul

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

    • D

      Setup Default Sort
      • dan3460

      4
      0
      Votes
      4
      Posts
      427
      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
      132
      Views

      No one has replied

    • H

      Need category response in other language than English
      • heena123

      5
      0
      Votes
      5
      Posts
      263
      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
      120
      Views

      No one has replied

    • S

      Format Date picker on admin panel - flatpickr
      • sebastian

      2
      0
      Votes
      2
      Posts
      531
      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
      613
      Views

      A

      @Vaishali-Agarwal thanks!

    • O

      Initial items per page on frontend
      • ottopodo

      1
      0
      Votes
      1
      Posts
      107
      Views

      No one has replied

    • M

      Changing authentication methods??
      • MizanRifat

      2
      0
      Votes
      2
      Posts
      141
      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
      215
      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
      272
      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
      175
      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
      664
      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
      444
      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
      176
      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
      264
      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.