{#
This file is part of EC-CUBE
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
<div class="item_price">
<p class="ec-productRole__priceRegularPrice"><span>{{ '通常価格'|trans }}:</span>{{ Product.getPrice01IncTaxMin|price }}<span>{{ '(税込)'|trans }}</span></p>
<p class="price02-default">
{% if Product.hasProductClass %}
{% if Product.getPrice02Min == Product.getPrice02Max %}
<em>{{ Product.getPrice02IncTaxMin|price }}</em>
{% else %}
<em>{{ Product.getPrice02IncTaxMin|price }} ~ {{ Product.getPrice02IncTaxMax|price }}</em>
{% endif %}
{% else %}
<span>{{ '標準卸価格'|trans }}:</span><em>{{ Product.getPrice02IncTaxMin|price }}</em><span>{{ '(税込)'|trans }}</span>
{% endif %}
</p>
</div>