A simple, powerful and independent e-commerce platform.
Sell anything with ease.

Rename checkout fields

You can rename any of the fields on the checkout page with this code. Delete any lines that are not needed.

Set an order quantity multiple for checkout

This code allows you to limit purchases to a multiple of products. For example, if you are selling wine you might only allow sales by the case or half case (so a multiple of 6 bottles).

Set a minimum order quantity for checkout

This code sets a minimum order quantity before checkout is allowed to proceed. The checkout button is hidden and an error message is displayed. This example sets the minimum order to 12. The error message can be edited to suit.

Set a minimum order amount for checkout

This code sets a minimum amount that will allow you to proceed with a checkout. The example uses 50 as the minimum and the checkout button is disabled until that amount is reached.

Remove fields in the checkout process

The following code snippet will remove unnecessary fields in the checkout process. This can be useful if you are selling downloadable products where an address is unnecessary. Delete any lines from the code for the fields that you would like to remain on the checkout page (the email line should definitely be deleted from the … Read moreRemove fields in the checkout process