add container names to docker-compose and implement custom checkout address layout with fulfillment selection
This commit is contained in:
parent
4c80bdf027
commit
d95e1235d2
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user