Changeset 2291754
- Timestamp:
- 04/25/2020 08:44:23 PM (6 years ago)
- 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 101 101 <div class="d-flex justify-content-between align-items-center h5 mb-0"> 102 102 <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> 108 104 </div> 109 105 </div> -
wc-express-checkout/trunk/templates/woocommerce/express-checkout/checkout/thankyou.php
r2291751 r2291754 101 101 <div class="d-flex justify-content-between align-items-center h5 mb-0"> 102 102 <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> 108 104 </div> 109 105 </div>
Note: See TracChangeset
for help on using the changeset viewer.