You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.5 KiB
35 lines
1.5 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data>
|
|
<!-- Restriction Template view -->
|
|
<template id="credit_error_details" name="Credit Details">
|
|
<t t-call="website.layout">
|
|
<div class="oe_structure">
|
|
<div class="container">
|
|
<div>
|
|
<h2>
|
|
Order
|
|
<t t-esc="name"/>
|
|
Is Not Confirmed
|
|
</h2>
|
|
</div>
|
|
<br/>
|
|
<div>
|
|
<p style="padding-top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-serif; color: red; width: 100%; border-collapse:separate;">
|
|
You Don't Have Enough Credit Balance in your account, Your Online payment has not been
|
|
successfully completed, You go back and pay with another payment method and compete your
|
|
transaction
|
|
</p>
|
|
</div>
|
|
<form action="/shop/payment">
|
|
<br/>
|
|
<div>
|
|
<button type="submit" class="btn btn-primary">Return To Payment</button>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</t>
|
|
</template>
|
|
</data>
|
|
</odoo>
|
|
|