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

Remove the Classic Commerce dashboard widget

If you are only using Classic Commerce as a way to display items with the shop and cart disabled, then the dashboard widget showing a summary of sales is unnecessary. This code removes it.

Hide SKUs in frontend only, or completely

The first example in this code snippet can be used to remove all references to SKUs entirely from the site, frontend and backend. The second example just hides them on the frontend.

Hide shipping rates when free shipping is available

When you have a number of possible shipping options available but one of them is free, there is no point making your customer choose between them. This code hides any paid options when free shipping is available.