Page History
...
Example of getGoogleTransactionInfo function:
Code Block | ||
---|---|---|
| ||
function getGoogleTransactionInfo() {
return {
currencyCode: $('#currency').val(), //order currency
totalPriceStatus: 'FINAL', //order amount status
totalPrice: $('#amount').val() //order amount
};
} |