Add warning message if there's no delivery method available
This commit is contained in:
@@ -49,6 +49,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Message if no order or no address
|
// Message if no order or no address
|
||||||
|
.deliveries-warning,
|
||||||
.address-warning,
|
.address-warning,
|
||||||
.orders-warning {
|
.orders-warning {
|
||||||
clear: both;
|
clear: both;
|
||||||
|
|||||||
@@ -139,6 +139,7 @@
|
|||||||
{/form_field}
|
{/form_field}
|
||||||
</div>
|
</div>
|
||||||
{/loop}
|
{/loop}
|
||||||
|
{elseloop rel="deliveries"}<div class="deliveries-warning">{intl l="<strong>Sorry!</strong> We are not able to give you a delivery method for your order."}</div>{/elseloop}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user