=== WP Commerce === Contributors: wptech Donate link: https://webinane.com/ Tags: ecommerce, payment gateways Requires at least: 5.0 Tested up to: 5.2.2 Requires PHP: 7.1 Stable tag: 0.2.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html WP Commerce is developed using latest technologies, vuejs, pure javascript, PHP 7.x. == Description == WP Commerce is developed using latest technologies, vuejs, pure javascript, PHP 7.x. WP Commerce allows developers to develop extensions like payment gateways, Donation system, Hotel booking, appointments, reservation etc. It has number of useful hooks that help developing extensions with ease. ### Description ### After activation of the plugin you'll have to create some pages and place the following shortcodes. - My Account `[wpcm_my_account]` - Checkout `[wpcm_checkout]` - Order Results `[wpcm_order_success]` You can add the following code manually where you want to show add to cart button `` Replace **POST_ID** with post, page or custom post ID. After creating the above pages you'll have to select these pages from WP Commerce Settings > Display Settings. WP Commerce comes with PayPal Standard gateway to accept the payments. If you are looking for more gateways then visit https://webinane.com . You'll have to fill out all the fields require for PayPal Standard, so it works smoothly. If you are looking for Donation extension for WP Commerce then please visit https://webinane.com == Installation == = Minimum Requirements = * PHP 7.2 or greater is recommended * MySQL 5.6 or greater is recommended This section describes how to install the plugin and get it working. e.g. 1. Upload `wp-commerce.zip` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Create required pages mentioned [above](#after-activation-of-the-plugin-youll-have-to-create-some-pages-and-place-the-following-shortcodes) 1. Choose those pages from WP Commerce settings. 1. Now Add shortcode `[wpcm_add_to_cart_button item_id="POST_ID" quantity="1" price="20" class="btn"]` where you want to "show add to cart" button == Frequently Asked Questions == = How to setup PayPal Standard ? = Go to your [PayPal](https://paypal.com) account > Settings > My Selling Tools , in the **Selling Online** section, click **Update** for **API Access** item. = How to setup IPN URL ? = Go to your [PayPal](https://paypal.com) account > Settings > Automatic Notification and there you'll be able to see **Enable IPN**. You must enter URL like http://example.com/order-success-page/?type=notify&gateway=paypal == Screenshots == 1. General Settings page. 2. Orders page 3. In Admin orders, Add new item popup 4. Frontend user checkout page. 5. Frontend user Account page. == More about WP Commerce == **WP Commerce** comes with **translation** option so user can translate it into any language. WP Commerce is tested with major WordPress versions, **PHP 7.1, 7.2 and 7.3**. WP Commerce is fully secured and tested for all XSS security issues. WP Commerce is developer friendly, we offer developers to join the community and develop **extensions** that are demanding. == Changelog == **Version 0.1.0** * First release. == Upgrade Notice == = 0.1.0 = No Notice