Skip to content

Commit

Permalink
Improve addresses selection logic during checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Mar 21, 2017
1 parent 28d2e5f commit 41fb6cd
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,4 +1,4 @@
{% if order.customer is not empty and order.customer.addresses|length > 0 %}
{% if app.user is not empty and app.user.customer is not empty and app.user.customer.addresses|length > 0 %}
<div class="ui fluid floating dropdown labeled search icon button address-book-select">
<i class="book icon"></i>
<span class="text">{{ 'sylius.ui.select_address_from_book'|trans }}</span>
Expand Down

0 comments on commit 41fb6cd

Please sign in to comment.