Skip to content

jigoshop/Jigoshop-eCommerce

Repository files navigation

Jigoshop eCommerce is a feature-packed eCommerce plugin built upon WordPress core functionality and modern coding standards ensuring excellent performance.

Quick start (standard plugin package)

  1. Install Composer.
  2. Clone the git repository: git clone https://github.com/jigoshop/Jigoshop-eCommerce.git .
  3. Install required dependencies: composer update --no-dev
  4. Install required Node packages: npm install
  5. Run node_modules/bower/bin/bower update to update frontend libraries.
  6. Run node_modules/gulp/bin/gulp.js dist to prepare the final package.
  7. Jigoshop eCommerce plugin is ready, copy contents of the dist directory to Wordpress wp-content/plugins/jigoshop-ecommerce directory and activate the plugin.

Build the dev package

  1. Install Composer.
  2. Clone the git repository: git clone https://github.com/jigoshop/Jigoshop-eCommerce.git .
  3. Install required dependencies: composer update
  4. Install required Node packages: npm install
  5. Run node_modules/bower/bin/bower update to update frontend libraries.
  6. Run node_modules/gulp/bin/gulp.js dev to prepare the final package.

Node version conflict

If you encounter any issues during Gulp phase, make sure your Node version is at least 10.6.0. You can install the required Node version using n utility: sudo node_modules/n/bin/n 10.6.0. Re-run Gulp after updating.

Bug tracker

Have a bug? Please create an issue here on GitHub!

https://github.com/jigoshop/jigoshop-ecommerce/issues

Contributing

See CONTRIBUTING.md

Anyone and everyone is welcome to contribute. Jigoshop wouldn't be what it is today without the GitHub community.

There are several ways you can help out:

Changelog

See CHANGELOG.md

Project information