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
|
||||
.deliveries-warning,
|
||||
.address-warning,
|
||||
.orders-warning {
|
||||
clear: both;
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user