implement Uber delivery fee integration on checkout page and update Docker container naming conventions

This commit is contained in:
Alaguraj0361 2026-04-06 20:57:07 +05:30
parent 46ef774508
commit 04ca9cda6a

View File

@ -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>