PluginProbe
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant / 1.10.2
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant v1.10.2
2.3.2 2.3.1 2.3.0 2.2.8 2.2.7 trunk 1.10.0 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.11.0 1.11.1 1.11.2 1.6 1.7 1.8 1.8.1 1.8.2 1.8.3 1.9.0 1.9.1 1.9.10 1.9.11 All 60 releases
merchant / readme.md

readme.md in Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant 1.10.2, at readme.md

32 lines 1.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 # Merchant
2
3 Merchant is a modular WooCommerce toolkit focused on conversions. Features include Buy Now buttons, Product Labels, Trust Badges, and more.
4
5 ### Description
6
7 **ALL ESSENTIAL ECOMMERCE FEATURES IN A SINGLE, FULLY INTEGRATED PLUGIN**
8
9 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.
10
11 [](https://athemes.com/merchant/Merchant](https://athemes.com/merchant/](https://athemes.com/merchant/) solves these problems by consolidating all of the features a modern store needs into one, performance-optimized plugin.
12
13 [](https://app.instawp.io/launch?t=merchant-pro&d=v2TRY A LIVE DEMO](https://app.instawp.io/launch?t=merchant-pro&d=v2](https://app.instawp.io/launch?t=merchant-pro&d=v2)
14
15
16 ### Installation
17
18 Go to Plugins > Add New and search for Merchant. Install and activate it, or download the plugin zip file from the [](https://github.com/athemes/Merchant/releasesreleases](https://github.com/athemes/Merchant/releases](https://github.com/athemes/Merchant/releases) and upload it to your website.
19
20 ### Contribution
21
22 Clone this repository to your development setup, then run the following commands:
23
24 * Download development packages: `composer install`.
25 * Download nodejs packages: `npm install`.
26 * Generate assets files: `npm run start`.
27 * Create a new branch from `develop` branch.
28 * During the development, use `npm run start` to compile SCSS files & src JS files to browser ready files.
29 * Use `composer run phpcs` to check your development against WordPress coding standards.
30 * Use `composer run phpcs:fix` to prettify the code.
31 * Push all changes, and create fully detailed pull request to be merged on develop branch.
32 * Fix all warnings that the testing bot might have reported.