No data is sent to GA4 due to number formatting localizations and posting as form_params instead of JSON

Created on 30 September 2025, 5 days ago

Problem/Motivation

- Purchases are never displayed in GA4 because the module does not send that in JSON format in the request.
- Some localizations format numbers differently, and we use comma as a decimal. That means the number formatter will send 153,24 EUR as a price instead of 153.24 EUR.
- the shipping and tax prices are 0 always, the variables do not save the results of the Price adding method calls and therefore they do not increment the 0.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡ΈπŸ‡°Slovakia kaszarobert

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024