WooCommerce Chase Paymentech

…tegration. Despite the certification requirements, this integration provides a completely PCI compliant gateway integration as long as the quarterly scans are conducted (this meets PCI level 1 standards). Payments are processed on your site via iframe with a template submitted to Chase so customers never have to leave your site to complete their order, which provides a seamless checkout experience and allows you to have control over the checkout p…

Read More

WooCommerce Memberships

…WooCommerce Memberships lets you create and sell membership access to your site. Restrict your content or products, and create perks like purchasing discounts for your members. Memberships also integrates with WooCommerce Subscriptions to sell recurring memberships and provide expanded features like upgrades or downgrades for memberships. Sell Membership Access You can sell membership access by tying membership plans to your products. This lets yo…

Read More

Manual payments

Processing WooCommerce payments for a customer

…using the customer’s account, when you visit the pay page, you’ll see any saved payment methods they have available. Choose a saved method to complete payment for the order. The order will be updated in WooCommerce, while also keeping your records clean. When you’re done, you can switch back to your account by clicking the “Switch back” link from User Switching — this will be available in the core “Meta” widget, if you’ve added it to your site, o…

Read More

WooCommerce Multisite

…eamline inventory Manage the inventory for your entire network in a single sitesales and additions are recorded for the network. Customer list View all customers for your brand within a single list — no more stitching together lists for every subsite. Network checkout [Post v1] Optionally direct all orders through a unified checkout, regardless of original subsite or cart. Unified order list [Post v1] View all network orders within a single loc…

Read More

WooCommerce Software Licensing

…your downloadable products and new versions directly from your WooCommerce site as a licensing server. Developer happiness Use pre-built SDKs (including WP plugins and themes!) to easily manage license validation, activation, and status. Recurring billing Use with WooCommerce Subscriptions to sell licenses via recurring billing (or sell expiring licenses with simple products). Customer accounts Provide simple and seamless license management and up…

Read More

Memberships – use cases

…The perfect solution for any membership site WooCommerce Memberships is versatile and adaptable to meet the needs of any type of membership site. Purchasing clubs WooCommerce Memberships is by far the easiest way to set up a purchasing club. Allow members-only access to your products, or offer members exclusive discounts and other perks. Online learning Sell access to courses, training, and other educational content. And with the Teams for WooComm…

Read More

How to Exclude Traffic From Google Analytics in Magento

…n _setVar(), so who knows how long it will continue to ‘work’. Needless to say Google Analytics Exclude suffers from neither of these shortcomings, since it simply suppresses the Google Analytics tracking code itself. Step 1 – Define the Filter Log in to your Google Analytics account and click the ‘gear’ icon located in the top-right: Select your account if not already selected. Click on the ‘Filters’ tab, then click ‘+ New Filter’. Configure the…

Read More

Configure Magento Products by URL

…to satisfy one of the primary goals of ecommerce: reducing friction in the sales process (by having a product configured and ready for purchase for a visitor), and to meet requirements of services like Google Checkout by providing unique URLs to pre-configured products, are among the many reasons. Happily Magento gives us this ability, at least for configurable if not grouped products, though as with many features of Magento it’s not immediately o…

Read More

WooCommerce reviews + tutorials

Add Payment Type to WooCommerce Admin Email

…l ) { if ( $is_admin_email ) { echo ‘<p><strong>Payment Method:</strong> ‘ . $order->payment_method_title . ‘</p>’; } } Add that bit of code to your theme’s functions.php file, or even to your own custom site plugin. All manner of order details can be added to the admin email in the same way, for quick reference. See the WC_Order class for the full set of order attributes available….

Read More