Guys,
Please what are WHMCS $email [customer & non-customer] , $product_ids and $product_names global variable that one can use with Facebook Pixel?
For an example, these are purchase variables for:
Shopify:
'{{ total_price | money_without_currency }}','currency':'USD'
Magento:
<?php echo $amount; ?>
WooCommerce:
<?php echo $order->get_order_total(); ?>
Squarespace:
{orderGrandTotal}
BigCommerce:
%%ORDER_SUBTOTAL%%;
Thanks