Hi, here is an example shortcode using the tax parameter with a value of 10%.
[wp_paypal_payment_box email="enter your e-mail here" options="Large Donation Payment:30.00|Medium Donation Payment:20.00|Small Donation Payment:10.00" button_text="Donate" tax="1.0"]
Let me know if the above helps you.
Thank you
Thread Starter
webslk
(@webslk)
when I place 250$ from the other amount field then tax doesn’t appear to be 10% it has added only 1$ total as 251$
from the dropdown also it adds only 1$
please show me how to add 10% for any selected amount or another amount
Hi, can you share the shortcode you are currently using?
Thank you
Thread Starter
webslk
(@webslk)
[wp_paypal_payment_box email=”enter your e-mail here” options=”Package 1:30.00|Package 2:20.00|Package 3t:10.00″ other_amount=true button_text=”Pay Now” tax=”1.0″ currency=AUD]
Thank you for the information. I have submitted a message to the developers to investigate further your issue.
Kind regards
Hi, I just spoke to the developers about this issue. The tax parameter is used to add text specifying how much tax is charged. The tax you have to add it to the price.
Sorry about any inconvenience.
Thank you
That tax amount gets added to whatever the normal price is. It is not a % based number. Maybe include the tax in your main price (instead of using the ‘tax’ parameter). Form example, you can price your item $33 and say that this price includes 10% tax.