Office Hours: Mo-Fr: 8:00-19:00 | Sa: 8:00-14:00

When to Use WooCommerce

Integrate WooCommerce with pricing tables when you need:

💡 Perfect For: Physical products with pricing tiers, bundled products, products with multiple options, or sites already using WooCommerce.

Prerequisites

Setting Up Products

1 Create WooCommerce Products

For each pricing tier, create a product:

  1. Products → Add New
  2. Name: 'Basic Plan', 'Pro Plan', 'Enterprise Plan'
  3. Price: Set tier price
  4. Product type: Simple (for one-time) or Subscription (recurring)

2 Add Product Details

3 Copy Product URLs

After publishing, copy each product's URL or Add to Cart link.

Linking to Pricing Table

4 Add Product Links

  1. Edit your pricing table
  2. For each column, find Button URL
  3. Paste WooCommerce product URL
  4. Or use Add to Cart link: ?add-to-cart=123

Direct Add to Cart

For seamless experience, use direct add-to-cart links:

https://yoursite.com/?add-to-cart=123

Replace 123 with your product ID (found in Products list).

Link to Product Page

For products with options or variations:

https://yoursite.com/product/pro-plan/

WooCommerce Subscriptions

Setup Recurring Billing

Requires WooCommerce Subscriptions extension ($199/year):

  1. Install WooCommerce Subscriptions
  2. Create subscription product
  3. Set billing period (monthly, yearly)
  4. Configure renewal settings
  5. Link to pricing table

Subscription Options

✅ Pro Tip: Use WooCommerce Subscriptions for complex recurring billing needs. For simple monthly subscriptions, Stripe direct integration is easier and cheaper.

Customizing Checkout Flow

Skip Cart Page

Send users directly to checkout:

  1. Install WooCommerce Customizer or similar
  2. Enable 'Skip Cart' option
  3. Users go: Pricing Table → Checkout (skip cart)

Custom Thank You Page

  1. WooCommerce → Settings → Advanced
  2. Set custom 'Order Received' page
  3. Create page with onboarding instructions

Displaying Product Features

Mirror pricing table features in WooCommerce:

Short Description

Add key features in product short description:

Product Tabs

Use tabs for detailed feature breakdown matching your comparison table.

Cart Behavior

Quantity Control

For subscription products, set:

Upgrade/Downgrade

With WooCommerce Subscriptions:

Payment Gateway Setup

Available Gateways

WooCommerce supports 100+ payment gateways:

Configuration

  1. WooCommerce → Settings → Payments
  2. Enable desired gateways
  3. Enter API credentials
  4. Test before going live