Open kimmenbert opened 3 weeks ago
I would advise against using [vipps_checkout] on the normal checkout page - it's better to have it on a separate page just for this reason.
You could perhaps create your own shortcode, and checking the value of the order do "do_shortcode" on either vipps_checkout or woocommerce_checkout ?
Vipps checkout does not support order below 1 NOK.
Do you have a suggested way to handle when a store has 100% coupon codes? Fallback to regular WooCommerce checkout does not work out of the box, as the WooCommerce checkout is "not in use" since we're using
[vipps_checkout]
as the content in the checkout page.