Home > widget-integration > CartController > getCartActionButtonSelectors

CartController.getCartActionButtonSelectors() method

Get cart action button selectors Override to use different button selectors for custom themes

Signature:

protected getCartActionButtonSelectors(): {
		viewCart: string;
		checkout: string;
		close: string;
	};

Returns:

{ viewCart: string; checkout: string; close: string; }

Object with selector strings for cart action buttons