• hello i have created an advanced conversions where i have once value and the currency. the problem is that i need this format:
    fbq(‘track’, ‘Purchase’, {
    value: <?php echo $order->get_order_total(); ?> ,
    currency: ‘EUR
    });

    but it is not output like this.

    around <?php echo $order->get_order_total(); ?> there are quotes therefore the php code is not executed how can I change this?
    https://ibb.co/RCtJbRw

The topic ‘dynamic values problems’ is closed to new replies.