Untitled

 avatar
unknown
plain_text
a year ago
494 B
147
Indexable
{% if customer.tags contains "private" %}
{% section 'main-collection-product-grid' %}
{% else %}
<div class="page-width style_private">
  <h2>Please login to view this collection</h2>
  <a href="{{ routes.account_login_url }}">Login</a>
<!--   <a href="{{ routes.account_register_url }}">Register</a> -->
</div>
{% endif %}

.style_private{
  text-align: center;
}

.style_private a{
  text-decoration: none;
  padding: 8px 15px;
  border-radius: 5px;
  background: #efefef;
  margin: 0 5px;
}
Editor is loading...
Leave a Comment