Viewing 1 post (of 1 total)
  • Author
    Posts
  • kyovev Friend
    #171796

    Hello, this is the content of the file components/com_virtuemart/themes/ja-zeolite/templates/checkout

    [PHP]

    <?php
    if( !defined( ‘_VALID_MOS’ ) && !defined( ‘_JEXEC’ ) ) die( ‘Direct Access to ‘.basename(__FILE__).’ is not allowed.’ );

    ps_checkout::show_checkout_bar();

    echo $basket_html;

    $varname = ‘PHPSHOP_CHECKOUT_MSG_’ . CHECK_OUT_GET_PAYMENT_METHOD;
    echo ‘<h4>’. $VM_LANG->_($varname) . ‘</h4>’;

    echo ps_checkout::list_payment_methods( $payment_method_id );

    ?>
    [/PHP]

    this (1) echo $basket_html; is responding for the basket with the products.

    this (2) echo ps_checkout::list_payment_methods( $payment_method_id ); is responding for the payment methods.

    if i put code (2) above code (1) it looks however i want but it does not work. So what should i do to make it work?

Viewing 1 post (of 1 total)

This topic contains 1 reply, has 1 voice, and was last updated by  kyovev 12 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum