getOption('woo_enabled_display_data_to_orders') || !isset($orderId)) return; include_once "function-helper.php"; $order = wc_get_order($orderId); $data = array(); $dataAnalytics = array(); if(isWooUseHPStorage()) { // WooCommerce >= 3.0 if($order) { $data = $order->get_meta( 'pys_enrich_data', true ); } } else { // WooCommerce < 3.0 if(get_post_meta($orderId, "pys_enrich_data", true)) { $data = get_post_meta($orderId, "pys_enrich_data",true); } } if($data && is_array($data)) : ?> ' . esc_html($landingPage) . ''; } else { echo ''; } ?> ' . esc_html($lastLanding) . ''; } else { echo ''; } ?>
FIRST VISIT
Landing Page: ' . esc_html($landingPage) . '
Traffic source:
LAST VISIT
Landing Page: ' . esc_html($lastLanding) . '
Traffic source:
Client's browser time
Hour:
Day:
Month:

No data