-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mediacode und Shopgate rausgenommen.
Diese beiden Features passen nicht in dieses Modul. Das Modul bla-mediacode stellt bereits diese Features bereit und passen dort auch besser rein. Im Warenkorb item_price hinzugefügt für FB Pixel Verwendung.
- Loading branch information
Klaus Weidenbach
authored and
Klaus Weidenbach
committed
Dec 17, 2018
1 parent
fb34961
commit 0f58e47
Showing
9 changed files
with
26 additions
and
229 deletions.
There are no files selected for viewing
33 changes: 0 additions & 33 deletions
33
copy_this/modules/bla/tag-manager/application/extend/ShopgatePluginOxid_blatm.php
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
copy_this/modules/bla/tag-manager/application/extend/oxorder_blatm.php
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
copy_this/modules/bla/tag-manager/application/extend/oxsession_blatm.php
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 0 additions & 20 deletions
20
.../modules/bla/tag-manager/application/views/admin/blocks/admin_order_overview_checkout.tpl
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 0 additions & 23 deletions
23
...is/modules/bla/tag-manager/application/views/blocks/email_html_order_owner_orderemail.tpl
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,42 +15,26 @@ | |
|
||
$sMetadataVersion = '1.1'; | ||
$aModule = [ | ||
'id' => 'tag-manager', | ||
'title' => '<strong style="color:#95b900;font-size:125%;">best</strong><strong style="color:#c4ca77;font-size:125%;">life</strong> <strong>Tag Manager</strong>', | ||
'description' => 'Tag Manager integration for OXID eShop: Google, Matomo and Yandex', | ||
'thumbnail' => '../bestlife.png', | ||
'version' => '0.2.0 ( 2018-12-04 )', | ||
'author' => 'Marat Bedoev, bestlife AG', | ||
'email' => '[email protected]', | ||
'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' | ||
], | ||
'id' => 'tag-manager', | ||
'title' => '<strong style="color:#95b900;font-size:125%;">best</strong><strong style="color:#c4ca77;font-size:125%;">life</strong> <strong>Tag Manager</strong>', | ||
'description' => 'Tag Manager integration for OXID eShop: Google, Matomo and Yandex', | ||
'thumbnail' => '../bestlife.png', | ||
'version' => '0.2.0 ( 2018-12-04 )', | ||
'author' => 'Marat Bedoev, bestlife AG', | ||
'email' => '[email protected]', | ||
'url' => 'https://github.com/vanilla-thunder/oxid-module-tag-manager', | ||
'extend' => [ | ||
// 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' => [ | ||
// tag manager js | ||
[ | ||
'template' => 'layout/base.tpl', | ||
|
@@ -153,29 +137,13 @@ | |
'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 | ||
*/ | ||
*/ |