Example #1
0
        ?>
</a>
		</td>
	</tr>
	<tr id="tr_reservation_period" style="display: <?php 
        echo $strUseStoreControl == 'Y' || $strEnableReservation == 'Y' ? 'table-row' : 'none';
        ?>
;">
		<td>
			<?php 
        echo Loc::getMessage("CAT_RESERVATION_CLEAR_PERIOD");
        ?>
		</td>
		<td>
			<?php 
        echo Sale\Configuration::getProductReserveClearPeriod();
        ?>
		</td>
	</tr>
	<?php 
    }
    if (!$useSaleDiscountOnly) {
        if (CBXFeatures::IsFeatureEnabled('CatDiscountSave')) {
            ?>
	<tr class="heading">
		<td colspan="2"><?php 
            echo Loc::getMessage("CAT_DISCOUNT");
            ?>
</td>
	</tr>
	<tr>