Demo site
Either set up a local version of quicksilver (instructions here), or run through Docker.
Load and display payment​
- _Vipps.cshtml - display Vipps Payment method
- _VippsConfirmation.cshtml - Vipps order confirmation view
- VippsPaymentMethod.cs
Fallback controller​
Fallback controller can be found here.
Product pages​
A form has been added to product index as well as the packages and bundle index.
Cart preview​
A form has been added to cart preview.
WishList page​
A form has been added to product index.
Frontend for Vipps Express Checkout API call​
Simple jquery/ajax
VippsExpress.js.
Polling Initialization​
Initialize polling on the site as in example above VippsPollingInitialization.cs.