order_factory ) ) { $the_order = WC()->order_factory->get_order( $pip_order_id ); if ( $the_order ) { $currency = $the_order->get_currency(); if ( ! $currency && isset( $_COOKIE['_wcml_order_currency'] ) ) { $currency = $_COOKIE['_wcml_order_currency']; } } } return $currency; } }