Home > widget-integration > RecommendationWidgetController > handleGoToProductDetail

RecommendationWidgetController.handleGoToProductDetail() method

Handles navigation to product detail page. Builds product URL with variant and navigates to the product page.

Signature:

protected handleGoToProductDetail(target: HTMLElement): void;

Parameters

Parameter

Type

Description

target

HTMLElement

The clicked element

Returns:

void