• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
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 26 May 2020, 16:35

    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 27 May 2020, 10:10

      @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 27 May 2020, 17:40 Reply Quote 0
      • W
        William Hatanaka @Vaishali Agarwal last edited by 27 May 2020, 17:40

        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 28 May 2020, 04:47

          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 29 May 2020, 06:31 Reply Quote 0
          • W
            William Hatanaka @shaiv-webkul last edited by 29 May 2020, 06:31

            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 29 May 2020, 11:20

              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
              3 out of 6
              • First post
                3/6
                Last post