fix(product-listing): fix variant selection in website

This commit is contained in:
Rushabh Mehta
2018-08-16 09:22:33 +05:30
parent 7e36aa4162
commit 8705371ef0
12 changed files with 734 additions and 675 deletions

View File

@@ -43,8 +43,6 @@
<br>
<div class="item-attribute-selectors">
{% if has_variants and attributes %}
{{ attributes }}
{#
{% for d in attributes %}
{% if attribute_values[d.attribute] -%}
@@ -69,7 +67,6 @@
{%- endif %}
{% endfor %}
#}
{% endif %}
</div>
<br>

View File

@@ -1,16 +1,6 @@
{% extends "templates/web.html" %}
{% block header %}<h1>{{ _("Products") }}</h1>{% endblock %}
{% block breadcrumbs %}
<div class="page-breadcrumbs" data-html-block="breadcrumbs">
<ul class="breadcrumb">
<li>
<span class="fa fa-angle-left"></span>
<a href="/me">{{ _("My Account") }}</a>
</li>
</ul>
</div>
{% endblock %}
{% block header %}<h1>{{ name }}</h1>{% endblock %}
{% block page_content %}
<div class="item-group-content" itemscope itemtype="http://schema.org/Product">