{# # Frontend Pricing Table Template # # @package WC_Tier_Package_Prices # @var object product # @var array tiers # @var array packages # @var bool restrict_to_packages #}
{% if tiers is not empty %} {% include 'frontend/tier-pricing-table.twig' with {'product': product, 'tiers': tiers} %} {% endif %} {% if packages is not empty %} {% include 'frontend/package-pricing-display.twig' with {'packages': packages, 'restrict_to_packages': restrict_to_packages|default(false)} %} {% endif %}