{{ session.stockrecord.partner.name }}
{{ product.get_title }}
{% block product_stock_record %} {% if not product.is_group %}{% include "catalogue/partials/stock_record.html" %}
{% trans "Free shipping" %}
{% trans "For all orders over $300" %}
{{ product.description|safe }}
{% endif %} {% endblock %} {% if not product.is_group %} {% block product_basket_form %}{% trans "Please select your varieties" %}
{% for child in product.children.all %} {% purchase_info_for_product request product as child_session %}{{ child.attribute_summary }}
{% include "catalogue/partials/child_stock_record.html" with product=child %}{% trans "You can get an email alert when this product is back in stock." %}
{% include "catalogue/partials/alerts_form.html" with product=child %} {% endif %}{% trans "Product Information" %}
{% trans "UPC" %} | {{ product.upc }} |
---|---|
{% trans "Product class" %} | {{ product.get_product_class.name }} |
{% trans "Price (excl. tax)" %} | {{ session.price.excl_tax|currency }} |
{% trans "Price (incl. tax)" %} | {{ session.price.incl_tax|currency }} |
{% trans "Availability" %} | {{ session.availability.message }} |
{{ av.attribute.name }} | {{ av.value }} |
{% trans "Num reviews" %} | {{ reviews.count|default:0 }} |
{% trans "This product does not have any reviews yet" %} - {% trans "be the first to write one" %}.
{% else %} {% for review in reviews|slice:":3" %} {% include 'catalogue/partials/review.html' %} {% endfor %} {% endif %}{% trans "Recommended items" %}
-
{% for product in products %}
- {% render_product product %} {% endfor %}