</span></p>
					<br class="clear" />
				<?php 
            }
            ?>
				<?php 
            if ($_smarty_tpl->getVariable('product')->value->ecotax != 0) {
                ?>
					<p class="price-ecotax"><?php 
                echo smartyTranslate(array('s' => 'include'), $_smarty_tpl);
                ?>
 <span id="ecotax_price_display"><?php 
                if ($_smarty_tpl->getVariable('priceDisplay')->value == 2) {
                    echo Product::convertAndFormatPrice($_smarty_tpl->getVariable('ecotax_tax_exc')->value);
                } else {
                    echo Product::convertAndFormatPrice($_smarty_tpl->getVariable('ecotax_tax_inc')->value);
                }
                ?>
</span> <?php 
                echo smartyTranslate(array('s' => 'for green tax'), $_smarty_tpl);
                ?>

						<?php 
                if ($_smarty_tpl->getVariable('product')->value->specificPrice && $_smarty_tpl->getVariable('product')->value->specificPrice['reduction']) {
                    ?>
						<br /><?php 
                    echo smartyTranslate(array('s' => '(not impacted by the discount)'), $_smarty_tpl);
                    ?>

						<?php 
                }