|
|
@ -300,7 +300,7 @@ |
|
|
|
<span class="">Continue Shopping</span> |
|
|
|
</a> |
|
|
|
<a role="button" t-if="website_sale_order and website_sale_order.website_order_line" |
|
|
|
class="btn btn-primary float-right d-none d-xl-inline-block" |
|
|
|
class="btn btn-primary float-end d-none d-xl-inline-block" |
|
|
|
href="/shop/checkout?express=1"> |
|
|
|
<span class="">Process Checkout</span> |
|
|
|
<span class="fa fa-chevron-right"/> |
|
|
@ -374,11 +374,11 @@ |
|
|
|
<div class="oe_structure clearfix mt-3" id="oe_structure_website_sale_payment_1"/> |
|
|
|
|
|
|
|
<t t-if="website_sale_order.amount_total"> |
|
|
|
<div t-if="acquirers or tokens" id="payment_method" class="mt-3"> |
|
|
|
<div t-if="providers or tokens" id="payment_method" class="mt-3"> |
|
|
|
<h3 class="mb24">Pay with</h3> |
|
|
|
<t t-call="payment.checkout"> |
|
|
|
<t t-set="footer_template_id" t-value="'website_sale.payment_footer'"/> |
|
|
|
<t t-set="submit_button_label" t-value="'Pay Now'"/> |
|
|
|
<t t-set="submit_button_label" >Pay Now</t> |
|
|
|
</t> |
|
|
|
</div> |
|
|
|
<div t-else="" class="alert alert-warning"> |
|
|
@ -388,7 +388,7 @@ |
|
|
|
</div> |
|
|
|
</t> |
|
|
|
|
|
|
|
<div t-if="not acquirers" class="mt-2"> |
|
|
|
<div t-if="not providers" class="mt-2"> |
|
|
|
<a role="button" class="btn-link" |
|
|
|
groups="base.group_system" |
|
|
|
t-attf-href="/web#action=#{payment_action_id}"> |
|
|
@ -469,12 +469,12 @@ |
|
|
|
<tbody> |
|
|
|
<tr> |
|
|
|
<td colspan="2"> |
|
|
|
<t t-esc="order.get_portal_last_transaction().acquirer_id.name"/> |
|
|
|
<t t-esc="order.get_portal_last_transaction().provider_id.sudo().name"/> |
|
|
|
</td> |
|
|
|
<td class="text-right" width="100"> |
|
|
|
<td class="text-end" width="100"> |
|
|
|
<strong>Total:</strong> |
|
|
|
</td> |
|
|
|
<td class="text-right" width="100"> |
|
|
|
<td class="text-end" width="100"> |
|
|
|
<strong t-field="order.amount_total" |
|
|
|
t-options="{'widget': 'monetary', 'display_currency': order.pricelist_id.currency_id}"/> |
|
|
|
</td> |
|
|
|