You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In vendor/magento/module-google-tag-manager/view/frontend/layout/catalog_category_view.xml the block_name is defined as category.products.list. But in vendor/magento/module-google-tag-manager/view/frontend/templates/js.phtml there's a for each that uses product_list. The value category.products.list should also be used in js.phtml. This is the correct name of the block.
The text was updated successfully, but these errors were encountered:
@jasperzeinstra The google tag manager is an EE only module. Please report this to the enterprise support team and work with them to get a solution. Thanks!
In
vendor/magento/module-google-tag-manager/view/frontend/layout/catalog_category_view.xml
theblock_name
is defined ascategory.products.list
. But invendor/magento/module-google-tag-manager/view/frontend/templates/js.phtml
there's a for each that usesproduct_list
. The valuecategory.products.list
should also be used injs.phtml
. This is the correct name of the block.The text was updated successfully, but these errors were encountered: