Jigoshop eCommerce is a feature-packed eCommerce plugin built upon WordPress core functionality and modern coding standards ensuring excellent performance.
- Install Composer.
- Clone the git repository:
git clone https://github.com/jigoshop/Jigoshop-eCommerce.git .
- Install required dependencies:
composer update --no-dev
- Install required Node packages:
npm install
- Run
node_modules/bower/bin/bower update
to update frontend libraries. - Run
node_modules/gulp/bin/gulp.js dist
to prepare the final package. - Jigoshop eCommerce plugin is ready, copy contents of the
dist
directory to Wordpresswp-content/plugins/jigoshop-ecommerce
directory and activate the plugin.
- Install Composer.
- Clone the git repository:
git clone https://github.com/jigoshop/Jigoshop-eCommerce.git .
- Install required dependencies:
composer update
- Install required Node packages:
npm install
- Run
node_modules/bower/bin/bower update
to update frontend libraries. - Run
node_modules/gulp/bin/gulp.js dev
to prepare the final package.
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.
Have a bug? Please create an issue here on GitHub!
https://github.com/jigoshop/jigoshop-ecommerce/issues
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:
- Raising issues on GitHub.
- Submitting bug fixes or offering new features / improvements by sending pull requests.
- Offering your own translations.
See CHANGELOG.md