Guest User

Untitled

a guest
Dec 17th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. diff --git a/design/themes/responsive/templates/addons/lite_checkout/components/buttons/place_order.tpl b/design/themes/responsive/templates/addons/lite_checkout/components/buttons/place_order.tpl
  2. index 3becfc74c8..d5971eb0fd 100644
  3. --- a/design/themes/responsive/templates/addons/lite_checkout/components/buttons/place_order.tpl
  4. +++ b/design/themes/responsive/templates/addons/lite_checkout/components/buttons/place_order.tpl
  5. @@ -5,8 +5,12 @@
  6. {if $but_id}id="{$but_id}"{/if}
  7. >
  8. {capture name="order_total"}
  9. + {if $cart.payment_surcharge && !$take_surcharge_from_vendor}
  10. + {$_total = $cart.total + $cart.payment_surcharge}
  11. + {/if}
  12. +
  13. {include file="common/price.tpl" value=$_total|default:$cart.total}
  14. {/capture}
  15.  
  16. {__("lite_checkout.place_an_order_for", ["[amount]" => $smarty.capture.order_total])}
  17. -{if $but_id}<!--{$but_id}-->{/if}</button>
  18. \ No newline at end of file
  19. +{if $but_id}<!--{$but_id}-->{/if}</button>
Add Comment
Please, Sign In to add comment