{# # Frontend Pricing Table Template # # @package WC_Tier_Package_Prices # @var object product # @var array tiers # @var array packages #}
{% if tiers is not empty and get_option('wc_tpp_enable_tier_pricing') == 'yes' %} {% include 'frontend/tier-pricing-table.twig' with {'product': product, 'tiers': tiers} %} {% endif %} {% if packages is not empty and get_option('wc_tpp_enable_package_pricing') == 'yes' %} {% include 'frontend/package-pricing-display.twig' with {'packages': packages} %} {% endif %}