Skip to content
This repository has been archived by the owner on Aug 30, 2018. It is now read-only.

Commit

Permalink
Merge pull request #541 from discolabs/540_pricing_markup
Browse files Browse the repository at this point in the history
Closes #540: Return schema.org-compliant pricing information.
  • Loading branch information
cshold committed May 24, 2016
2 parents 28831f9 + ddf2b49 commit f94f1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/product.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
</select>

<span class="visually-hidden">{{ 'products.general.regular_price' | t }}</span>
<span id="ProductPrice" class="h2" itemprop="price">
<span id="ProductPrice" class="h2" itemprop="price" content="{{ current_variant.price | divided_by: 100 }}">
{{ current_variant.price | money }}
</span>

Expand Down

0 comments on commit f94f1d8

Please sign in to comment.