Changeset 2421180
- Timestamp:
- 11/19/2020 12:26:05 AM (5 years ago)
- Location:
- wpmerchant/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (6 diffs)
-
includes/class-wpmerchant.php (modified) (1 diff)
-
wpmerchant.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpmerchant/trunk/README.txt
r2104197 r2421180 4 4 Tags: stripe, stripe elements, stripe checkout, stripe plugin for wordpress, stripe payments, wordpress stripe plugin, stripe wordpress plugin, e-commerce, online payments, checkout, shop, store, sales, sell, shopping, wordpress ecommerce, accept payments, wordpress billing, wordpress payments, accept payments online, bill clients online, wordpress online payments, commerce, plugin, payment, wpmerchant, merchant, mailchimp, buy button 5 5 Requires at least: 3.0.1 6 Tested up to: 5. 2.17 Stable tag: 5. 2.16 Tested up to: 5.5.3 7 Stable tag: 5.5.3 8 8 9 9 Powerful and simple way to collect payments on your website using Stripe. … … 17 17 It's FREE and it's really that easy! 18 18 19 We built WPMerchant to empower others by simplifying the setup process that you experience with other Stripe WordPress plugins. Instead of having to find your Stripe API keys, we do the work for you with simple one click Stripe connect. So, all you have to do is click on our Stripe Connect button and then sign in to or sign up for a Stripe account. This allows you to start collecting payments from your customers much faster than other Stripe WordPress plugins. 20 21 We believe that anyone should be able get started using Stripe's simple, effective, and innovative one click checkout technology to sell their products online. We built WPMerchant to reflect that and as a result made it as simple as possible so that you can start receiving payments from customers in as little as a minute (don't believe us, check out the video below). 19 We built WPMerchant to empower others by simplifying the setup process that you experience with other Stripe WordPress plugins. All you have to do is either login to or create a Stripe account and then retrieve your API keys. This allows you to start collecting payments from your customers much faster than other Stripe WordPress plugins. 20 21 We believe that anyone should be able get started using Stripe's simple, effective, and innovative payment processing technology to sell their products online. We built WPMerchant to reflect that and as a result made it as simple as possible so that you can start receiving payments from customers in as little as a minute (don't believe us, check out the video below). 22 23 You also don't have to worry about PCI compliance, as Stripe does it for you. You just need a web host that enables https connections via an SSL certificate. We highly recommend using [WPLauncher](https://www.wplauncher.com), it is our top rated WordPress host. 22 24 23 25 We wanted customers to have the quickest possible fully integrated purchase flow (customers aren't redirected to another site, or to another page even); so that you don't have to pay $200, $300, $400, or $500+ per year to keep your premium extensions updated; AND, most importantly, so that anyone can leverage Stripe Payments to start making money today by selling products/widgets/etc using the WPMerchant Stripe Plugin for WordPress. WPMerchant is the quickest, easiest, and most effective way to create an online store that produces sales using Stripe Payments. … … 30 32 [WPLauncher](https://blog.wplauncher.com/add-payment-form-salient-wordpress-theme/) 31 33 32 = Simple One ClickStripe Checkout for Customers =34 = Simple Stripe Checkout for Customers = 33 35 Customers don't have to use the outdated flow of adding an item to a cart, viewing the cart, and then finally proceeding to checkout - geesh. We use Stripe Checkout to make our customer checkout process as simple as possible to give you a better chance at converting a lead into a sale! After clicking on your custom WPMerchant Buy Button, your customer can purchase a single product, multiple products, or a product bundle. As such, your customers can check out much faster than on competing e-commerce plugins - which means the money gets into your pocket fast. 34 36 … … 45 47 * One Click Ordering for your customers using Stripe Checkout 46 48 * Create, Edit, and Sell Products and/or Product Bundles on your website. 47 * One Click Connect to your Payment Processor (ie Stripe - specifically Stripe Checkout)49 * Simple Connection to your Payment Processor (ie Stripe) 48 50 * One Click Connect to your Mailing List Provider (ie MailChimp) 49 51 * Subscribe users to a MailChimp list on successful purchase … … 52 54 53 55 = Best in Class Setup Process = 54 We pride ourselves on providing the easiest on-boarding experience of any Stripe Plugin for WordPress. You can connect to Stripe (a payment processor) orMailChimp (a mailing list/newsletter provider) using your username and password instead of searching for API Keys (leave that junk to us!).56 We pride ourselves on providing the easiest on-boarding experience of any Stripe Plugin for WordPress. You can connect to Stripe (a payment processor) by simply finding your API keys and adding them to WPMerchant's settings page. And, you can connect to MailChimp (a mailing list/newsletter provider) using your username and password instead of searching for API Keys (leave that junk to us!). 55 57 56 58 Again, Collect Money with a WPMerchant Buy Button in just [3 easy steps](https://www.wpmerchant.com/install): … … 220 222 221 223 == Changelog == 224 = 2.0.6 = 225 * Update Stripe Connection 226 222 227 = 2.0.5 = 223 228 * Update the installation steps -
wpmerchant/trunk/includes/class-wpmerchant.php
r1713929 r2421180 70 70 71 71 $this->plugin_name = 'wpmerchant'; 72 $this->version = '2.0. 5';72 $this->version = '2.0.6'; 73 73 74 74 $this->load_dependencies(); -
wpmerchant/trunk/wpmerchant.php
r2103982 r2421180 17 17 * Plugin URI: wpmerchant.com 18 18 * Description: Start making money by easily and professionally selling anything on your website. 19 * Version: 2.0. 519 * Version: 2.0.6 20 20 * Author: WPMerchant 21 21 * Author URI: wpmerchant.com/pricing
Note: See TracChangeset
for help on using the changeset viewer.