{# # Frontend Tier Pricing Table Template # # @package WC_Tier_Package_Prices # @var object product # @var array tiers #}
| {{ 'Quantity'|__('wc-tier-package-prices') }} | {{ 'Price per Unit'|__('wc-tier-package-prices') }} | {{ 'You Save'|__('wc-tier-package-prices') }} |
|---|---|---|
|
{{ tier.min_qty|esc_html }}+
{% if tier.label is defined and tier.label is not empty %}
{{ tier.label|esc_html }} {% endif %} |
{{ wc_price(tier.price)|raw }} | {% if savings > 0 %} {{ wc_price(savings)|raw }} ({{ savings_percent|round(2) }}%) {% else %} - {% endif %} |