You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make things clearer and avoid the need of scrolling for the visitors, I would show the payment amount on the Pay button of the stripe iframe views/templates/front/checkoutiframe.tpl
Pay $ XX,XX
Pay XX,XX €
for example
The text was updated successfully, but these errors were encountered:
but when changing carrier for instance, the price will not be shown anymore.
My new solution is: data-tid="elements_thirtybees.form.donate_button">{l s='Pay' mod='stripe'} {$stripe_amount / 100} €</button>
hower the currency sign is hardcoded and it uses a dot to separate decimals where in France we would use a comma.
To make things clearer and avoid the need of scrolling for the visitors, I would show the payment amount on the Pay button of the stripe iframe views/templates/front/checkoutiframe.tpl
Pay $ XX,XX
Pay XX,XX €
for example
The text was updated successfully, but these errors were encountered: