getConditionsTemplatesContent();
if (isset($wdr_product_conditions_templates) && !empty($wdr_product_conditions_templates)) {
foreach ($wdr_product_conditions_templates as $wdr_conditions_template) {
echo $wdr_conditions_template;
}
}
$render_saved_condition = false;
include'SubtotalPromotion.php';
include'QuantityPromotion.php'; ?>