forked from alaguraj/odoo-testing-addons
implement Uber delivery fee integration on checkout page and update Docker container naming conventions
This commit is contained in:
parent
46ef774508
commit
04ca9cda6a
@ -23,8 +23,8 @@
|
|||||||
|
|
||||||
<!-- Custom Checkout Page Logic -->
|
<!-- Custom Checkout Page Logic -->
|
||||||
<template id="chennora_checkout_custom" inherit_id="website_sale.checkout" name="Chennora Checkout Custom" priority="99">
|
<template id="chennora_checkout_custom" inherit_id="website_sale.checkout" name="Chennora Checkout Custom" priority="99">
|
||||||
<!-- Add error banner -->
|
<!-- Add error banner before the navigation buttons -->
|
||||||
<xpath expr="//div[hasclass('oe_cart')]" position="before">
|
<xpath expr="//t[@t-call='website_sale.navigation_buttons']" position="before">
|
||||||
<div id="uber_error" class="alert alert-danger d-none my-3" role="alert"></div>
|
<div id="uber_error" class="alert alert-danger d-none my-3" role="alert"></div>
|
||||||
</xpath>
|
</xpath>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user