Skip to content

Documentation

Extensive Documentation for PowerPack & WooPack to help you with common questions and issues.

  1. Home
  2. Docs
  3. WooPack
  4. Development
  5. How to Customize a WooPack Module?

How to Customize a WooPack Module?

There are times when we like to extend the existing functionality or customize the output. This is something developers would love as they can use the existing functionality and save a lot of time.

All PowerPack modules are easy to customize. Follow the steps below to customize a module.

  1. Create a new folder in your theme’s folder named woopack
  2. Create a new folder named modules inside the woopack folder
  3. Copy the module folder you want to override from wp-content/plugins/woopack/modules to your theme’s woopack/modules folder.

For e.g., if you would like to modify/customize the Team module then you will need to copy the cart folder from /wp-content/plugins/woopack/modules to your theme’s woopack/modules/

Was this article helpful to you? Yes No 3
×