Files
kupshop/bundles/KupShop/GTMBundle/Ecommerce/PhotoInteract.php
2025-08-02 16:30:27 +02:00

13 lines
296 B
PHP

<?php
namespace KupShop\GTMBundle\Ecommerce;
class PhotoInteract extends AbstractEcommerce
{
public function getData(&$dataContainer)
{
$dataContainer->event = 'photoInteract';
$dataContainer->product = $this->productLoader->getData($this->pageData['product']);
}
}