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

Docs

Installation and Setup    32

Information about the initial installation and structure of Classic Commerce can be found on these pages:

The Settings area is where you will define most of the important site parameters for your online shop:


CC Compatibility for Woo Addons    1

All extensions compatible with WooCommerce 3.5.3 should still be usable provided they do not rely on Jetpack or WooCommerce Services. However, many plugins and extensions will check for the existence of woocommerce/woocommerce.php in the plugins folder prior to their activation. To circumvent this issue we have created this special compatibility plugin.


CC Plugin Checker for WC/CC migration    1

The CC Plugin Checker gives you a quick look at the “WC requires at least” tags on all your WooCommerce plugins, which is very useful if you are considering moving a site from WC to CC. The plugin shows you a list of all your plugins and displays any WC tags it finds. You just need to check the “requires at least” column to make sure it is 3.5.3 or less.


Usage and Maintenance    8

Once your Classic Commerce shop is set up there are a few things you can do to monitor activity and keep it in good working order.


Snippets    95

Code snippets add minor functionality without the need for extra plugins.

For more details see this tutorial: How to add code snippets to Classic Commerce


Visual Guides to Template Hooks    7

Useful hooks for various template pages (with illustrated examples) can be found on the following hook pages:


Developer Docs    6

Developer docs provide more in-depth reference material for experienced users.

  • CSS Structure explains how the Classic Commerce CSS stylesheets work, and how to override them.
  • Conditional Tags  can be used in template files to change what content is displayed based on what conditions the page matches.
  • Useful Core Functions are found in includes/wc-core-functions.php and can be used by themes and plugins.
  • Classes gives a list of the common classes used in Classic Commerce.
  • Image Sizes for Theme Developers explains how Classic Commerce registers image sizes to define the dimensions of images used on the site.
  • Action and Filter Hook Reference gives a full list of action and filter hooks found within Classic Commerce files.