Home > widget-integration > CartDrawerRecommendationController > clearSuccessMessage
CartDrawerRecommendationController.clearSuccessMessage() method
Clear success message from a recommendation item.
Signature:
protected clearSuccessMessage(productItem: HTMLElement | null): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
productItem |
HTMLElement | null |
The recommendation product item element |
Returns:
void