• Total waste of time.

    Got fatal error: PHP Fatal error: Call to undefined function…

    Not only did it give a fatal error, but it also crashed my GA eComm tracking at the same time! So – no FB conversion tracking and no GA eComm tracking while this plugin was enabled.

    Disappointing!

Viewing 3 replies - 1 through 3 (of 3 total)
  • I too received a Fatal Error on a site on the checkout page as the call was to a newer WooCommerce function to grab Order ID. Line 88 gets the order ID on the thank you page WooCommerce 2.2+ uses

    wc_get_order($order_id)
    My store was running WC 2.1 still which uses

    new WC_Order($order_id)

    I made a quick change to the integration.php file on line 188 in the plugin’s includes directory and everything is working.

    Plugin Author Tareq Hasan

    (@tareq1988)

    @cellbubble So you are still not using WooCommerce 2.2+. It’s been a long time?

    Thread Starter cellbubble

    (@cellbubble)

    That’s correct, I’m not using WC 2.2.

    Is that a requirement for this plugin to work? I don’t recall seeing that anywhere…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Didn't work and crashed Google Analytics eComm tracking’ is closed to new replies.