Skip to content

Commit

Permalink
Merge pull request #976 from matomo-org/KB-1120-fix-etracker-debug-mode
Browse files Browse the repository at this point in the history
Fixes etracker Ecommerce Debug Mode checkbox not working, #KB-1120
  • Loading branch information
AltamashShaikh authored Jan 17, 2025
2 parents e4fadfb + e4e4326 commit 97a83f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Template/Tag/EtrackerTag.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ public function getParameters()
$this->makeSetting('etrackerTransactionDebugMode', false, FieldConfig::TYPE_BOOL, function (FieldConfig $field) use ($trackingType) {
$field->title = Piwik::translate('TagManager_EtrackerTagTransactionDebugModeTitle');
$field->title = 'etracker Ecommerce Debug Mode';
$field->customFieldComponent = self::FIELD_VARIABLE_COMPONENT;
$field->condition = 'trackingType == "transaction"';
}),
$this->makeSetting('etrackerAddToCartProduct', '', FieldConfig::TYPE_STRING, function (FieldConfig $field) use ($trackingType) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1365,10 +1365,6 @@
<introduction />
<condition>trackingType == &quot;transaction&quot;</condition>
<fullWidth>0</fullWidth>
<component>
<plugin>TagManager</plugin>
<name>FieldVariableTemplate</name>
</component>
</row>
<row>
<name>etrackerAddToCartProduct</name>
Expand Down

0 comments on commit 97a83f0

Please sign in to comment.