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

Change address checkout fields to textarea

The main address fields can be made into a textarea data entry fields with this code. This could be used in conjunction with the remove checkout fields function to hide the second address field.

Change any text string in Classic Commerce

You can easily change any text string appearing in Classic Commerce with this code. This example changes the text on the empty cart page from “Return to shop” to “Return to product listing”

Change text on sale button

Classic Commerce puts a small “Sale” tag on the corner of the item image when a sale price is set for that product. You can change the text on this button with the code below. Note you will probably also need to adjust the css to fix the format if you are using a longer … Read moreChange text on sale button

Change number of products per row

The category page shows four products per row by default. This can be changed using the function below (for example, changing it to 2). Note: This snippet may no longer be necessary as this number can be now easily be set in the customizer.