Add warning message if there's no delivery method available

This commit is contained in:
touffies
2013-11-19 09:30:35 +01:00
parent 15ff5e422e
commit 5b653cca32
2 changed files with 2 additions and 0 deletions

View File

@@ -49,6 +49,7 @@
}
// Message if no order or no address
.deliveries-warning,
.address-warning,
.orders-warning {
clear: both;

View File

@@ -139,6 +139,7 @@
{/form_field}
</div>
{/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>