Home > widget-integration > FilterController > renderTierDiscountBundleForSearchPage

FilterController.renderTierDiscountBundleForSearchPage() method

Shows or hides the tiered bundle on the search page based on the latest API response.

Reads dynamicBundles from filterStore (updated after every filter/sort/pagination request) and drives the tier-discount container accordingly: - Tiered bundle present → dispatch boost-sd-tier-discount-search-reinitialize so the helper re-renders the widget with current data. - No tiered bundle → reset and clear the container so stale content is removed.

Signature:

protected renderTierDiscountBundleForSearchPage(): void;

Returns:

void