Merchant is a modular WooCommerce toolkit focused on conversions. Features include Buy Now buttons, Product Labels, Trust Badges, and more.
ALL ESSENTIAL ECOMMERCE FEATURES IN A SINGLE, FULLY INTEGRATED PLUGIN
On average, WooCommerce store owners rely on 20+ plugins to run their sites. But using so many plugins can be expensive, put a drag on site performance, and lead to compatibility issues between plugins.
Merchant solves these problems by consolidating all of the features a modern store needs into one, performance-optimized plugin.
Go to Plugins > Add New and search for Merchant. Install and activate it, or download the plugin zip file from the releases and upload it to your website.
Clone this repository to your development setup, then run the following commands:
- Download development packages:
composer install
. - Download nodejs packages:
npm install
. - Generate assets files:
npm run start
. - Create a new branch from
develop
branch. - During the development, use
npm run start
to compile SCSS files & src JS files to browser ready files. - Use
composer run phpcs
to check your development against WordPress coding standards. - Use
composer run phpcs:fix
to prettify the code. - Push all changes, and create fully detailed pull request to be merged on develop branch.
- Fix all warnings that the testing bot might have reported.