**/ $sMetadataVersion = '1.1'; $aModule = [ 'id' => 'tag-manager', 'title' => 'bestlife Tag Manager', 'description' => 'Tag Manager integration for OXID eShop: Google, Matomo and Yandex', 'thumbnail' => '../bestlife.png', 'version' => '0.2.0 ( 2018-12-03 )', 'author' => 'Marat Bedoev, bestlife AG', 'email' => 'oxid@bestlife.ag', 'url' => 'https://github.com/vanilla-thunder/oxid-module-tag-manager', 'extend' => [ // http ref & co 'oxorder' => 'bla/tag-manager/application/extend/oxorder_blatm', 'oxsession' => 'bla/tag-manager/application/extend/oxsession_blatm', // ref Anpassung für Shopgate 'ShopgatePluginOxid' => 'bla/tag-manager/application/extend/ShopgatePluginOxid_blatm', // ecommerce tracking 'oxviewconfig' => 'bla/tag-manager/application/extend/oxviewconf_blatm' ], 'files' => [ 'blatm_events' => 'bla/tag-manager/application/files/blatm_events.php', ], 'events' => [ 'onActivate' => 'blatm_events::onActivate' ], 'templates' => [], 'blocks' => [ // refs [ 'template' => 'order_overview.tpl', 'block' => 'admin_order_overview_checkout', 'file' => '/application/views/admin/blocks/admin_order_overview_checkout.tpl' ], [ 'template' => 'email/html/order_owner.tpl', 'block' => 'email_html_order_owner_orderemail', 'file' => '/application/views/blocks/email_html_order_owner_orderemail.tpl' ], // tag manager js [ 'template' => 'layout/base.tpl', 'block' => 'head_meta_robots', 'file' => '/application/views/blocks/base_head_meta_robots.tpl' ], // tag manager nojs [ 'template' => 'layout/base.tpl', 'block' => 'theme_svg_icons', 'file' => '/application/views/blocks/theme_svg_icons.tpl' ], // detail + add to cart [ 'template' => 'page/details/inc/productmain.tpl', 'block' => 'details_productmain_title', 'file' => '/application/views/blocks/ee/detail.tpl' ], // impression [ 'template' => 'widget/product/listitem_grid.tpl', 'block' => 'widget_product_listitem_grid_tobasket', 'file' => '/application/views/blocks/ee/impression.tpl' ], [ 'template' => 'widget/product/listitem_infogrid.tpl', 'block' => 'widget_product_listitem_infogrid_tobasket', 'file' => '/application/views/blocks/ee/impression.tpl' ], [ 'template' => 'widget/product/listitem_line.tpl', 'block' => 'widget_product_listitem_line_tobasket', 'file' => '/application/views/blocks/ee/impression.tpl' ], // checkout [ 'template' => 'page/checkout/basket.tpl', 'block' => 'checkout_basket_main', 'file' => '/application/views/blocks/ee/s1_cart.tpl' ], [ 'template' => 'form/user_checkout_change.tpl', 'block' => 'user_checkout_change', 'file' => '/application/views/blocks/ee/s2_user.tpl' ], [ 'template' => 'form/user_checkout_register.tpl', 'block' => 'user_checkout_register', 'file' => '/application/views/blocks/ee/s2_user.tpl' ], [ 'template' => 'form/user_checkout_noregister.tpl', 'block' => 'user_checkout_noregister', 'file' => '/application/views/blocks/ee/s2_user.tpl' ], [ 'template' => 'page/checkout/payment.tpl', 'block' => 'checkout_payment_main', 'file' => '/application/views/blocks/ee/s3_payment.tpl' ], [ 'template' => 'page/checkout/order.tpl', 'block' => 'checkout_order_main', 'file' => '/application/views/blocks/ee/s4_order.tpl' ], [ 'template' => 'page/checkout/thankyou.tpl', 'block' => 'checkout_thankyou_main', 'file' => '/application/views/blocks/ee/s5_thankyou.tpl' ] ], 'settings' => [ [ 'group' => 'bla_tm_Main', 'name' => 'bla_gtm_id', 'type' => 'str', 'value' => '' ], [ 'group' => 'bla_tm_Main', 'name' => 'bla_tm_productlistcategories', 'type' => 'select', 'value' => '0', 'constraints' => '0|1|2' ], [ 'group' => 'bla_tm_Main', 'name' => 'bla_mtm_id', 'type' => 'str', 'value' => '' ], [ 'group' => 'bla_tm_Main', 'name' => 'bla_ym_id', 'type' => 'str', 'value' => '' ], [ 'group' => 'bla_tm_Main', 'name' => 'bla_tm_defaultref', 'type' => 'str', 'value' => '123456' ], [ 'group' => 'bla_tm_Main', 'name' => 'bla_tm_shopgateref', 'type' => 'str', 'value' => 'SHOPGATE' ] ] ]; /* todo: modified: application/translations/de/blagtm_lang.php modified: application/views/blocks/base_head_meta_robots.tpl modified: application/views/blocks/ee/impression.tpl modified: application/views/blocks/ee/s5_thankyou.tpl modified: application/views/blocks/email_html_order_owner_orderemail.tpl modified: application/views/blocks/theme_svg_icons.tpl */