matomo-org / tag-manager

Free Open Source Matomo Tag Manager - A simple way to manage and maintain all of your (third-party) tags on your website.
https://matomo.org
GNU General Public License v3.0
170 stars 58 forks source link

Shorten inline helptext for ecommerce checkbox, #PG-3647 #833

Closed araichyk closed 2 months ago

araichyk commented 2 months ago

Description:

This PR addresses the overly long description for the "Is Ecommerce View" checkbox when creating or editing a Matomo Analytics tag with Pageview tracking type. The changes include:

  1. Shortening the existing description text to improve readability.
  2. Implementing conditional text based on whether the setup is cloud-based or on-premises.

Addresses PG-3647

Review

araichyk commented 2 months ago

@AltamashShaikh Thank you for explaining that in detail! I've implemented the changes as suggested and pushed them up. They seem to work correctly in my local environment.

I've also created a corresponding PR for the Cloud plugin: https://github.com/innocraft/plugin-Cloud/pull/905.