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

Add extra fields to checkout process

It’s possible to add extra custom fields to the checkout process if you want to collect more information from the customer. In this example, extra fields for “student name” and “student year” are being added. There are a number of steps involved. First, the fields need to be created; then the data entry fields are … Read moreAdd extra fields to checkout process

Rename checkout fields

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

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