Checkout an order

Learn the details of the shopper checkout operation.

Once finished with adding products to the cart to create an order, a shopper proceeds to checkout. At this point in the order management flow, they have are requested to fill in the billing and shipping information on the Checkout page.

The shopper needs to click Calculate Total in this process to see the product total and payment methods. Also, every time the shopper changes anything in order Address, Name, or any other field, they must click Calculate Total to see the changes.

The shopper can find this button in the Additional Information section to the right of the Billing Details section of the Checkout page.

On the Checkout page, the shopper can opt for tax exemption based on the address provided in the Tax Exemption section underneath the Additional Information section of the Checkout page.

If the address country is the United States, the shopper is prompted to upload their certificate.

Once the shopper places the order, the tax certificate is sent to Digital River for manual verification. Based on the results of the verification, the shopper is notified whether or not their tax exemption certificate is valid.

If the address country is other than the United States, it will ask the shopper to enter the VAT number. An API call will be made to the Digital River platform to verify the VAT number. Upon successful verification, the tax will be exempted for current and future purchases.

The payment options that appear on the Checkout page are based on the payment methods configured for the shopper's account within the Digital River Drop-in.

Clicking Your Saved Payment Methods will show all of the shopper's saved payment methods.

To select a payment method, the shopper clicks Authenticate and Select. The payment method will appear as the selected payment method.

To add a new payment method to the available payment methods, the shopper clicks Add new payment method, selects a payment method, and then clicks Place Order.

Note: The plugin currently does not support cart checkouts that result in zero amount total.

Last updated