getProductFilterTypes(); ?>
getFilterTemplatesContent(); if (isset($wdr_product_filter_templates) && !empty($wdr_product_filter_templates)) { foreach ($wdr_product_filter_templates as $wdr_filter_template) { echo $wdr_filter_template; } } $wdr_product_conditions = $base->getProductConditionsTypes(); ?>
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'; ?>