You can use math to change a number at any point in the process, so getting 30% of a number should be as easy as adding: * 0.3
Maybe the easiest way to do it is on an item by item basis, you can update the existing calculation from:
TotalPrice = Price * Quantity
to:
TotalPrice = Price * Quantity * 0.3