How can I modify Trade Tracker pixel code to deduct VAT?

Jouko1
Visitor
1 0 0

I have installed Trade Tracker pixel. The commission is calculated from the subtotal price where VAT is included. How should I chance the code to deduct VAT from the subtotal price. Here is the code:  transactionAmount: parseFloat({{ subtotal_price | divided_by: 100 }}) || 0,

Replies 0 (0)