= 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)) : ?>
| FIRST VISIT | |
| Landing Page: | =$data['pys_landing']?> |
|---|---|
| Traffic source: | =isset($data['pys_source']) ? $data['pys_source'] : ""?> |
| LAST VISIT | |
| Landing Page: | =$lastLanding?> |
| Traffic source: | =isset($data['last_pys_source']) ? $data['last_pys_source'] : ""?> |
| Client's browser time | |
| Hour: | =$userTime[0]?> |
| Day: | =$userTime[1]?> |
| Month: | =$userTime[2]?> |