add container names to docker-compose and implement custom checkout address layout with fulfillment selection

This commit is contained in:
Alaguraj0361 2026-04-09 22:51:22 +05:30
parent 4c80bdf027
commit d95e1235d2

View File

@ -436,8 +436,8 @@
<template id="chennora_hide_shipping_on_payment" inherit_id="website.layout" name="Chennora Hide Shipping on Payment">
<xpath expr="." position="inside">
<style>
/* Hide any row or div that contains shipping info in the checkout */
.js_shipping, .shipping_address, #shipping_and_billing {
/* Hide any row or div that contains shipping info or delivery methods in the checkout */
.js_shipping, .shipping_address, #shipping_and_billing, #delivery_carrier, #delivery_method, .js_delivery_carrier {
display: none !important;
}
</style>