woocommerce / google-listings-and-ads

Sync your store with Google to list products for free, run paid ads, and track performance straight from your store dashboard.
https://woo.com/products/google-listings-and-ads/
GNU General Public License v3.0
47 stars 21 forks source link

[GTIN] Prepare GTIN with the correct format before sending it to MC #2649

Closed puntope closed 3 weeks ago

puntope commented 1 month ago

Changes proposed in this Pull Request:

This PR prepares the GTIN for sending data to MC by removing everything but numbers.

Before this PR. When setting a GTIN in Inventory with dashes (which is an accepted format) it fails when syncing that product. This PR fixes that.

Detailed test instructions:

  1. Add a GTIN in inventory like 0000-0000 (use the dashes)
  2. Sync the product in Connection test page
  3. The product is successfully synced.

Additional details:

Changelog entry

Tweak - Prepare GTIN with the correct format before sending it to MC