Your account expired support, please renew to get your support.

HomePage Forums Themes Support Triply – Tour Booking WordPress Theme how to change pay later with local bank payment

Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • #25421
    shaobay
    Support Expired

    is that possible to change pay later with local bank payment. after customer make an order direct to bank account payment. thanks

    #25446

    The BA Booking plugin supports a number of payment gateways below, please refer to it: https://ba-booking.com/shop/

    #25468
    shaobay
    Support Expired

    how i can put a message in to email confirmation and after user checkout. i need to put text after user checkout the order..and automaticly send email message. thanks

    #25476

    Hi,

    You need to setup SMTP email to auto send email when booking object: https://www.wpbeginner.com/plugins/how-to-set-up-wp-mail-smtp-with-any-host-ultimate-guide/

    #25479
    shaobay
    Support Expired

    i mean this one/
    123

    i need to put some text in this area..how i can do that? thanks

    #25497

    Oh,

    Please copy file triply/template-parts/booking/confirm.php to child-theme and add your custom text.

    #25547
    shaobay
    Support Expired

    this code in to confirmation.php

      <div class="order_items_total">
                        <span class="label"><?php echo esc_html__('Total', 'triply'); ?></span>
                        <span class="amount"><?php echo BABE_Currency::get_currency_price($total); ?></span>
                    </div>
                    <div class="order_items_total">
                        <span class="label"><?php echo esc_html__('Amount Paid', 'triply'); ?></span>
                        <span class="amount"><?php echo BABE_Currency::get_currency_price($prepaid_received); ?></span>
                    </div>
                    <div class="order_items_total">
                        <span class="label"><?php echo esc_html__('Amount Due', 'triply'); ?></span>
                        <span class="amount amount-total"><?php echo BABE_Currency::get_currency_price($amount_to_pay); ?></span>
                    </div>
                </div>
            </div>
        </div>
        <?php
    } //// end if is_order_valid

    how i can put this image source in to the bottom page? where i should put this code? with php language.

    example : https://abc.com/images/cat.jpg

    thanks

    #25575

    You can add custom code to the bottom of the above code:

    <div class="order_items_total">
                        <span class="label"><?php echo esc_html__('Total', 'triply'); ?></span>
                        <span class="amount"><?php echo BABE_Currency::get_currency_price($total); ?></span>
                    </div>
                    <div class="order_items_total">
                        <span class="label"><?php echo esc_html__('Amount Paid', 'triply'); ?></span>
                        <span class="amount"><?php echo BABE_Currency::get_currency_price($prepaid_received); ?></span>
                    </div>
                    <div class="order_items_total">
                        <span class="label"><?php echo esc_html__('Amount Due', 'triply'); ?></span>
                        <span class="amount amount-total"><?php echo BABE_Currency::get_currency_price($amount_to_pay); ?></span>
                    </div>
                </div>
            </div>
        </div>
    <div class="custom-image"><img src="https://abc.com/images/cat.jpg"></div>
        <?php
    } //// end if is_order_valid
    #25617
    shaobay
    Support Expired
    This reply has been marked as private.
    #25627

    Hello,

    Please send Admin web account for me again, I need to check your code.

    #25643
    shaobay
    Support Expired
    This reply has been marked as private.
    #25646

    Hi,

    I fixed this issue, please recheck: https://prnt.sc/R4fb9Edx8u8d

    #25650
    shaobay
    Support Expired

    i check on site.. image not center.
    abc
    open in chrome. thanks

    #25665

    Please delete all caches on your browser and recheck.

    #25692
    shaobay
    Support Expired

    million thanks.\
    and its possible to make this wider?
    abcd

    just that.
    thanks

    • This reply was modified 1 year, 9 months ago by shaobay.
Viewing 15 posts - 1 through 15 (of 18 total)

You must be logged in to reply to this topic.