Home > widget-integration > CartController > getCartItemButtonSelectors
CartController.getCartItemButtonSelectors() method
Get cart item button selectors Override to use different button selectors for custom themes
Signature:
protected getCartItemButtonSelectors(): {
quantityButtons: string;
quantityInput: string;
removeButton: string;
};
Returns:
{ quantityButtons: string; quantityInput: string; removeButton: string; }
Object with selector strings for cart item buttons