WP Manifestindependent plugin directory
manifest / themes / product-configurator-custom-theme

Product Configurator custom theme

A custom theme starter for the product configurator

by mklacroix · github.com/marcusig/product-configurator-custom-theme

3stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/marcusig/product-configurator-custom-theme/archive/refs/heads/main.zip

Custom theme for the product configurator for WooCommerce

This small plugin enables you to create or override a theme for the configurator. Get the configurator plugin here

How to use this starter theme:

  • This is a working WordPress plugin.
  • Download or clone this repo
  • In your WordPress dashboard, go to Plugins > Add new, and upload the archive.
  • Change the CSS to fit your project.

Note that the included CSS and SCSS are a copy of the default styles.

If you wish to use an existing theme to kickstart yours, just copy the files from the original theme, include them in my-theme and rename the theme in style.css or style.scss if you wish to use a preprocessor:

image

Running PHP only when this theme is active

You can include a theme.php file in the them folder (my-theme). It will automatically be loaded if present.

This is useful if you wish to add specific hooks for that theme, or load additional scripts. You can see examples of this in existing themes, such as Float