# Merchant Merchant is a modular WooCommerce toolkit focused on conversions. Features include Buy Now buttons, Product Labels, Trust Badges, and more. ### Description **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](https://athemes.com/merchant/) solves these problems by consolidating all of the features a modern store needs into one, performance-optimized plugin. [TRY A LIVE DEMO](https://app.instawp.io/launch?t=merchant-pro&d=v2) ### Installation Go to Plugins > Add New and search for Merchant. Install and activate it, or download the plugin zip file from the [releases](https://github.com/athemes/Merchant/releases) and upload it to your website. ### Contribution 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.