• Plugin/path:

    duracelltomi-google-tag-manager/integration/woocommerce.php:799

    Issue:

    wc_enqueue_js(...)

    is deprecated since WooCommerce 10.4.0.

    Required change:

    Replace with wp_add_inline_script() using the appropriate GTM4WP frontend/data-layer script handle.

    Current behavior to preserve:

    • sets window.gtm4wp_checkout_products
    • sets window.gtm4wp_checkout_value
    • supports checkout tracking / begin checkout data layer logic

    Acceptance criteria:

    • no wc_enqueue_js() call remains in GTM4WP
    • checkout tracking still receives checkout products and value
    • no WooCommerce deprecation notice appears on checkout

You must be logged in to reply to this topic.