Skip to content

Commit

Permalink
Merge pull request #390 from gautampanday/sku-text-add
Browse files Browse the repository at this point in the history
Added text SKU where we show SKU
  • Loading branch information
tarunbhardwaj committed Jul 28, 2015
2 parents 02537a9 + f104c64 commit 47f2ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/webshop/product.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
</h3>
{% if product.code %}
<h4>
<small class="product-code" itemprop="identifier" content="sku:{{ product.code }}">{{ product.code }}</small>
<small class="product-code" itemprop="identifier" content="sku:{{ product.code }}">SKU:{{ product.code }}</small>
</h4>
{% endif %}
{% endblock product_name_price %}
Expand Down

0 comments on commit 47f2ef7

Please sign in to comment.