You are here

public function CommerceGoogleTagManagerActionRemoveFromCart::getCommerceEventName in Commerce Google Tag Manager 7.2

Return value

string

Overrides CommerceGoogleTagManagerBaseAction::getCommerceEventName

1 call to CommerceGoogleTagManagerActionRemoveFromCart::getCommerceEventName()
CommerceGoogleTagManagerActionRemoveFromCart::execute in includes/rules/CommerceGoogleTagManagerActionRemoveFromCart.php
Executes the action.

File

includes/rules/CommerceGoogleTagManagerActionRemoveFromCart.php, line 34
This file contains the "Send Remove From Cart event to GTM" action definition.

Class

CommerceGoogleTagManagerActionRemoveFromCart
@file This file contains the "Send Remove From Cart event to GTM" action definition.

Code

public function getCommerceEventName() {
  return 'removeFromCart';
}