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 -->
|
||||
<template id="chennora_checkout_custom" inherit_id="website_sale.checkout" name="Chennora Checkout Custom" priority="99">
|
||||
<!-- Add error banner -->
|
||||
<xpath expr="//div[hasclass('oe_cart')]" position="before">
|
||||
<!-- Add error banner before the navigation buttons -->
|
||||
<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>
|
||||
</xpath>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user