duracelltomi / gtm4wp

Google Tag Manager plugin for WordPress
https://gtm4wp.com/
GNU General Public License v3.0
147 stars 95 forks source link

Fix: Reference Error due to Typo in Variable Name #340

Closed Sakuk3 closed 7 months ago

Sakuk3 commented 7 months ago

Issue:

When attempting to update the cart count, a Uncaught ReferenceError: product_data is not defined error occurred.

Cause:

The error stemmed from a typo in the variable name being used.

Solution:

This pull request resolves the issue by correcting the variable name to match its intended reference.

Changes Made:

duracelltomi commented 7 months ago

Thanks for the bugfix!