Bagisto Forum

    Bagisto

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

    Payment method: bank transfer

    Knowledge Base
    3
    6
    431
    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.
    • W
      William Hatanaka last edited by

      Hello, I need to include the bank account details, but on the description of this payment method it is not possible to include html tags, so all the information became not so easy to read. And I need to show this bank account to client transfer the payment on the "receipt" email too.
      How can I do it?
      Thank you

      1 Reply Last reply Reply Quote 0
      • V
        Vaishali Agarwal last edited by

        @William-Hatanaka
        Sorry !but i am able to understand the query

        Where are you trying to add the bank account details??
        Please share some screenshot.

        Thanks

        W 1 Reply Last reply Reply Quote 0
        • W
          William Hatanaka @Vaishali Agarwal last edited by

          Hello @Vaishali-Agarwal ,
          I want to show the bank account on the description of payment method, bank transfer. I want to show this information more clearly with adding break lines like <br/>tags or using other way to make the same effect, if is possible.
          BankTransfer.png
          Thank you

          1 Reply Last reply Reply Quote 0
          • S
            shaiv-webkul last edited by

            Yes you can do it by follow up follow step.

            • Create a blade file under your package

            • In that blade file write the below code

            @if(request()->is('checkout/onepage'))
            eventBus.$on('after-checkout-payment-section-added', function() {
            // write your javascript code here to show bank account on click of payment method.
            });

            W 1 Reply Last reply Reply Quote 0
            • W
              William Hatanaka @shaiv-webkul last edited by

              Hello @shaiv-webkul ,
              Sorry, I am new user Bagisto, so I need to create a new package?
              And in this package I will create a blade file, the name of the blade file must to be a specific name or it does not matter?
              Thank you !

              1 Reply Last reply Reply Quote 0
              • S
                shaiv-webkul last edited by

                Yes you need to create a package for that, it does not matter you can give any name to it.
                Thanks

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