Home > widget-integration > CartDrawerRecommendationController > clearErrorMessage

CartDrawerRecommendationController.clearErrorMessage() method

Clear error message from a recommendation item.

Signature:

protected clearErrorMessage(productItem: HTMLElement | null): void;

Parameters

Parameter

Type

Description

productItem

HTMLElement | null

The recommendation product item element

Returns:

void