Plugin Directory

Changeset 2291754


Ignore:
Timestamp:
04/25/2020 08:44:23 PM (6 years ago)
Author:
expresscheckout
Message:

Adding version 1.0.1

Location:
wc-express-checkout
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wc-express-checkout/tags/1.0.1/templates/woocommerce/express-checkout/checkout/thankyou.php

    r2291751 r2291754  
    101101                        <div class="d-flex justify-content-between align-items-center h5 mb-0">
    102102                            <strong>Order Total</strong>
    103                                  <?php
    104                                  $currency_code = $order->get_currency();
    105                                  $currency_symbol = get_woocommerce_currency_symbol( $currency_code );
    106                                  ?>
    107                             <span><?php echo $currency_symbol . $order->get_formatted_order_total(); ?></span>
     103                            <span><?php echo $order->get_formatted_order_total(); ?></span>
    108104                        </div>
    109105                    </div>
  • wc-express-checkout/trunk/templates/woocommerce/express-checkout/checkout/thankyou.php

    r2291751 r2291754  
    101101                        <div class="d-flex justify-content-between align-items-center h5 mb-0">
    102102                            <strong>Order Total</strong>
    103                             <?php
    104                             $currency_code = $order->get_currency();
    105                             $currency_symbol = get_woocommerce_currency_symbol( $currency_code );
    106                             ?>
    107                             <span><?php echo $currency_symbol . $order->get_formatted_order_total(); ?></span>
     103                            <span><?php echo $order->get_formatted_order_total(); ?></span>
    108104                        </div>
    109105                    </div>
Note: See TracChangeset for help on using the changeset viewer.