Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Bagisto Update Responsibility

    General Discussion
    2
    6
    352
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      Ming Zhang last edited by

      Hi Bagisto team!
      We're currently customizing and developing new packages for Bagisto. However, whenever we pull from gitHub to start project in other env, we encounter unexpected errors due to the new updates.
      For instance, the lang file path has been changed and we need to adjust it accordingly (since the "addresses/index.blade.php" file has been deleted and the directory has been changed to "address/").
      The code:
      Shop::app.checkout.onepage.addresses.billing.billing-address
      should be changed to:
      Shop::app.checkout.onepage.address.billing-address
      In addition to this, we've encountered various minor issues as well. However, we hope that our customized packages won't cause any problems for you.
      We're always working on the master branch. We've considered moving to the version 2.1 branch, and we would like to hear your advice on what would make sense.
      What do you suggest? Is it not a good option to use the master branch for customizing packages?
      Thank you for your time and we look forward to your kind reply.
      Best regards, Ming

      ashish2409 1 Reply Last reply Reply Quote 0
      • ashish2409
        ashish2409 @Ming Zhang last edited by

        @Ming-Zhang
        hello there may I know are you using master branch or stable branch -> V2.1.2

        In case you are using master branch for customization I would recommend you to use Branch V2.1.2 as in master branch continuous changes occur and V2.1.2 is stable so you can perform your work very easily.

        In case you have any other doubt you can reach out to use anytime.

        M 1 Reply Last reply Reply Quote 0
        • M
          Ming Zhang @ashish2409 last edited by

          @ashish2409

          Thank you for your kind reply!
          I was using master branch, And I will use stable branch V2.1.2 from today.
          And I want to ask a question, in env, I set QUEUE_DRIVER as a sync, and others set this as a database.
          And we met some differences.
          Could you tell me what is default setting for bagisto?

          ashish2409 1 Reply Last reply Reply Quote 0
          • ashish2409
            ashish2409 @Ming Zhang last edited by ashish2409

            @Ming-Zhang,

            In another scenario, suppose you need a source of solution, you can refer to the master code. This will provide you with many ideas to work on your customization.

            The Sync Driver essentially follows requests instantly. However, if you are using any other driver like Redis, etc., then you need to run the php artisan queue:listen command."

            M 1 Reply Last reply Reply Quote 0
            • M
              Ming Zhang @ashish2409 last edited by Ming Zhang

              @ashish2409

              Thank you!
              And I will ask you again when I meet unexpected error.

              ashish2409 1 Reply Last reply Reply Quote 0
              • ashish2409
                ashish2409 @Ming Zhang last edited by

                @Ming-Zhang

                Thanks
                Looking ahead for the same. We would love to help you at the best.

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post