vippsas / vipps-woocommerce

Vipps for WooCommerce
Other
9 stars 5 forks source link

Vipps checkout in combination with coupons that give 100% discount #156

Open kimmenbert opened 3 weeks ago

kimmenbert commented 3 weeks ago

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.

iverok commented 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 ?