[temp-fix] missing product image

This commit is contained in:
Rushabh Mehta 2015-05-09 12:17:59 +05:30
parent 6752b31091
commit 20a41b52cd

View File

@ -5,7 +5,7 @@
{%- if website_image -%}
<img class="product-image" style="width: 80%; margin: auto;" src="{{ website_image }}">
{%- else -%}
{% include 'templates/includes/product_missing_image.html' %}
<div style="width: 80%; height: 120px; background-color: #F7FAFC;"></div>
{%- endif -%}
</a>
</div>