@ataxel, I’m not sure what is happening. I don’t see any tax/shipping in your button code. That means the plugin is not telling PayPal to charge any tax/shipping.
@noor
That is indeed very strange, I use toolset and here is the shortcode use :
[wp_paypal button="buynow"
name="[types field='titre-court-de-l-evenement'][/types] - [types field='event-date-de-debut' style='text' format='j F Y'][/types] (Inscription hâtive)"
amount="[types field='cout-de-l-inscription-hative' output='raw'][/types]"
currency="[wpv-post-body view_template="Devise-currency"]"
button_image="https://horites.com/wp-content/uploads/2020/06/bouton-payer-2.svg"
return="http://horites.com"
cancel_return="https://horites.com/calendrier/"
tax="14.975%"
target="_blank"]
The taxes are showing when I register or log-in to paypal, but not when i click to pay by card. Is there any chance that it is related to any locale aslo?
@ataxel, It needs to be an exact amount without the % symbol. For example: tax=”14.975″ (not tax=”14.975%”)
The shortcode looks broken though. Where is this [types][/types] block coming from? Are using another shortcode inside the parameter?
Please provide the exact shortcode that you inserted into the shortcode block.
@noor when i put it wihout the %, the taxes add the current amount in $. That is why i add it, maybe the whole way i built the shortcode brings those behaviour. Anyhow, a huge thank you for you time and great plugin.