Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kimmenbert opened this issue Oct 30, 2024 · 1 comment
Open

Comments

@kimmenbert
Copy link

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
Copy link
Collaborator

iverok commented Oct 30, 2024

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants