=== 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: 5.6 Stable tag: 0.9.2 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 a free, open-source WordPress plugin with an extendable, developer-friendly framework. It offers an all-out eCommerce solution for all your business needs – small and big, simple and extraordinary. WP Commerce has been developed using the latest technologies, Vue.js, Pure JavaScript, and PHP 7.0.x. It can be used for all online businesses, ranging from selling digital or physical products to running a drop-shipping business to raising funds and collecting (automated, recurring) donations. WP Commerce’s fully customizable and extendable framework allows developers to create extensions like payment gateways, donation systems, hotel bookings, appointments, reservations, etc. It has several useful hooks that help to develop extensions with ease. ### Key Features: - Payment gateways integrated including PayPal Standard. - Complete set of shopping-support pages – Checkout, User Profile, Cart, etc. - User Account Profile with ‘order/purchase history’. - Put “Add to Cart” button anywhere. - Light-weight for faster loading. - Translation support – translate into any language. - Safe and secure. ### Special Features: - Incredibly extension-friendly. - Lots of developer hooks to easily & quickly develop extensions and add-ons. - Create and integrate payment gateways, donation systems, hotel bookings, appointments, reservations, and so on. ### WP Commerce Basics After the 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 the "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. ### Available Extensions/Add-ons - If you are looking for “Donations” extension for WP Commerce, please visit [Lifeline Donations WP Commerce Extension](https://codecanyon.net/item/lifeline-donations-multidimensional-wordpress-donations-plugin/24102147) ### Payment Gateways 10+ Payment Gateways Coming Soon == 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 `webinane-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"]Add to Cart[/wpcm_add_to_cart_button]` 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 = WP Commerce will work with my theme ? = Yes, we have designed it in a way that it should not conflict with any styles and JavaScript. But if you want to enhance the look and feel, you might have to work a little with CSS. = Where can I find the developer documentation? = You can find the detailed documentation about developing extensions and payment gateways [http://plugins.webinane.com/docs/WP-commerce-documentation/](http://plugins.webinane.com/docs/WP-commerce-documentation/) == 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 == - Translation Ready: WP Commerce comes with translation option, so user can translate it into any language. - Tested for Safety and Security: 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. - Developer Friendly: WP Commerce is developer friendly. We invite developers to join the community and develop extensions that are demanding. == Changelog == ** Version 0.9.2 ** - Improved: Add to cart button - Added custom loading icon. - Added: Option to redirect to checkout page after add to cart. - Added: new field type Multi Select (wpcm-multi-select). - Added: new field type Color (wpcm-color). - Fixed: Fields dependency for select, multi select and number fields. - Updated: Language file updated including new strings. - Fixed: Issues with dropdown fields are fixed. - Fixed: Create default pages on plugin activation. ** Version 0.9.1 ** - Fixed issues in class-wpcm-settings.php array_merge $settings is not an array. ** Version 0.9.0 ** - Fixed issues Vuejs enqueue url path. ** Version 0.8.0 ** - Fixed issues with VUE Element-UI locales. ** Version 0.7.0** - Fixed issues with offline payment gateway. - Updated wpcm_get_active_gateways() function. - Added fields datepicker and timepicker for metaboxes. - Fixed issues while loading empty WP Settings ( new stdClass with new \stdClass ) - Fixed issues with ajaxurl js variable on frontend. - Loaded popper where needed. - Vuejs development message in console is fixed. - Element UI locale issue is fixed. - Dropdown selection issue is fixed while adding new Cause or project. **Version 0.6.0** - In checkout fixed issues call wrong Customers class. - Misc issues are fixed. **Version 0.3.0** - Frontend user profile save issue is fixed. - Admin Dashboard widget fetal error issue is fixed. - Admin "WP Commerce" gateway setting issue is fixed. - Offline gateway PHP notice issue is fixed. **Version 0.2.0** - Issues fixed in plugin activation **Version 0.1.0** - First release. == Upgrade Notice == = 0.1.0 = No Notice