FAQ WooHelpDesk Latest Questions

Mark Miller
  • 0
  • 0

To categorize products in WooCommerce, go to Products → Categories and create categories and optional subcategories. Add a name, slug, parent category, description, and image, then save. Next, open Products → All Products (or Add New) and edit a product. In the Product Categories box, tick the right categories, or click “Add new category” to create one on the fly. Save/Update the product. Use subcategories for cleaner navigation, and keep category names consistent. You can also use Product Tags for cross-cutting filters. Display categories in menus, widgets, or blocks for easier browsing. For large stores, plan a simple hierarchy first.

To categorize products in WooCommerce, go to Products → Categories and create categories and optional subcategories. Add a name, slug, parent category, description, and image, then save. Next, open Products → All Products (or Add New) and edit a product. In the Product Categories box, tick the right categories, or click “Add new category” to create one on the fly. Save/Update the product. Use subcategories for cleaner navigation, and keep category names consistent. You can also use Product Tags for cross-cutting filters. Display categories in menus, widgets, or blocks for easier browsing. For large stores, plan a simple hierarchy first.

Read less
Mark Miller
  • 0
  • 0

To connect to USPS or Canada Post, use a carrier integration plugin. In WordPress, go to Plugins → Add New and install the official extension (e.g., WooCommerce USPS Shipping, Canada Post Shipping Method) or a multi-carrier tool like ShipStation/Shippo. Activate it, then open WooCommerce → Settings → Shipping. Create Shipping Zones for the countries/regions you serve and add the carrier method to each zone. Enter your carrier credentials/API keys (USPS Web Tools, Canada Post Developer keys), choose services, packaging, and rate rules. Enable label printing and tracking if supported. Save, run a test checkout, and verify live rates appear for ...Read more

To connect to USPS or Canada Post, use a carrier integration plugin. In WordPress, go to Plugins → Add New and install the official extension (e.g., WooCommerce USPS Shipping, Canada Post Shipping Method) or a multi-carrier tool like ShipStation/Shippo. Activate it, then open WooCommerce → Settings → Shipping. Create Shipping Zones for the countries/regions you serve and add the carrier method to each zone. Enter your carrier credentials/API keys (USPS Web Tools, Canada Post Developer keys), choose services, packaging, and rate rules. Enable label printing and tracking if supported. Save, run a test checkout, and verify live rates appear for customers.

Read less
Mark Miller
  • 0
  • 0

Install WooCommerce, then add the WooCommerce Subscriptions extension (or a subscription plugin). Go to Products → Add New and choose “Simple subscription” or “Variable subscription.” Set Regular Price, then set Subscription price and Billing interval to “every 1 month.” Add a sign-up fee or free trial if needed, configure shipping/taxes, and publish. Enable a payment gateway that supports automatic recurring charges (Stripe, PayPal Payments, etc.) and complete its API setup. Test checkout in sandbox mode, confirm renewal emails, and check My Account shows active subscriptions. Finally, add the product to a page and start selling. Track renewals in WooCommerce Subscriptions.

Install WooCommerce, then add the WooCommerce Subscriptions extension (or a subscription plugin). Go to Products → Add New and choose “Simple subscription” or “Variable subscription.” Set Regular Price, then set Subscription price and Billing interval to “every 1 month.” Add a sign-up fee or free trial if needed, configure shipping/taxes, and publish. Enable a payment gateway that supports automatic recurring charges (Stripe, PayPal Payments, etc.) and complete its API setup. Test checkout in sandbox mode, confirm renewal emails, and check My Account shows active subscriptions. Finally, add the product to a page and start selling. Track renewals in WooCommerce Subscriptions.

Read less
Mark Miller
  • 0
  • 0

To integrate Royal Mail with WooCommerce, you can use a plugin like WooCommerce Royal Mail Shipping or Royal Mail Shipping Calculator. Here’s a general process: Install the Plugin: From your WordPress dashboard, go to Plugins > Add New, then search for “Royal Mail” and install the desired plugin. Configure Settings: After activation, go to WooCommerce > Settings > Shipping. Select Royal Mail as your shipping method. Enter Royal Mail Account ...Read more

To integrate Royal Mail with WooCommerce, you can use a plugin like WooCommerce Royal Mail Shipping or Royal Mail Shipping Calculator. Here’s a general process:

  1. Install the Plugin: From your WordPress dashboard, go to Plugins > Add New, then search for “Royal Mail” and install the desired plugin.

  2. Configure Settings: After activation, go to WooCommerce > Settings > Shipping. Select Royal Mail as your shipping method.

  3. Enter Royal Mail Account Details: Depending on the plugin, you may need to enter your Royal Mail API details or login credentials to enable live rates and tracking.

  4. Set Up Shipping Zones: Configure zones and rates based on Royal Mail options, like 1st Class or International services.

Once done, Royal Mail shipping rates will be available during checkout.

Read less
Mark Miller
  • 0
  • 0

Some of the best mailing list (newsletter/email marketing) plugins for WordPress let you collect subscriber emails, build lists, design newsletters, and automate campaigns directly from your dashboard. Popular options include MailPoet, a dedicated WordPress newsletter tool with built‑in email creation and automation used by many sites. The Newsletter Plugin is another strong choice for list building and sending emails without external services. Icegram Express (Email Subscribers & Newsletters) offers a beginner‑friendly solution to collect subscribers and send campaigns for free. For more advanced marketing and forms, plugins like WPForms and ...Read more

Some of the best mailing list (newsletter/email marketing) plugins for WordPress let you collect subscriber emails, build lists, design newsletters, and automate campaigns directly from your dashboard. Popular options include MailPoet, a dedicated WordPress newsletter tool with built‑in email creation and automation used by many sites. The Newsletter Plugin is another strong choice for list building and sending emails without external services. Icegram Express (Email Subscribers & Newsletters) offers a beginner‑friendly solution to collect subscribers and send campaigns for free. For more advanced marketing and forms, plugins like WPForms and OptinMonster help grow your mailing list effectively.

Read less
Mark Miller
  • 0
  • 0

To remove a product from the cart in WooCommerce, follow these steps: Go to the Cart Page: On your website, navigate to the cart page, typically located at /cart. Locate the Product: Find the product you want to remove in the cart. Click the Remove Button: Next to each product in the cart, there is a small “Remove” link or button (usually represented by an “X”). Click this button to remove the product from the cart. Read more

To remove a product from the cart in WooCommerce, follow these steps:

  1. Go to the Cart Page: On your website, navigate to the cart page, typically located at /cart.

  2. Locate the Product: Find the product you want to remove in the cart.

  3. Click the Remove Button: Next to each product in the cart, there is a small “Remove” link or button (usually represented by an “X”). Click this button to remove the product from the cart.

  4. Automatic Update: WooCommerce will automatically update the cart and adjust the total price.

Alternatively, users can remove items directly from the cart widget if enabled.

Read less
Mark Miller
  • 0
  • 0

In WooCommerce, the most commonly used shortcode to display products is: [products] This shortcode can be customized with several attributes to control which products are displayed. Some common attributes include: category: Show products from a specific category. Example: [products category="shirts"] limit: Define the number of products to display. Example: [products limit="12"] columns: Set the number of columns. Example: [products columns="4"] orderby: Sort products by a specific ...Read more

In WooCommerce, the most commonly used shortcode to display products is:

[products]

This shortcode can be customized with several attributes to control which products are displayed. Some common attributes include:

  • category: Show products from a specific category. Example: [products category="shirts"]

  • limit: Define the number of products to display. Example: [products limit="12"]

  • columns: Set the number of columns. Example: [products columns="4"]

  • orderby: Sort products by a specific criterion. Example: [products orderby="price"]

This allows you to display products anywhere on your site with flexible options for display and filtering.

Read less
Mark Miller
  • 0
  • 0

In WooCommerce, the shortcode to display an Add to Cart button for a specific product is: [add_to_cart id=”PRODUCT_ID”] Replace PRODUCT_ID with the actual ID of the product you want to link to. You can find the product ID in the product edit page under the “Product data” section. This shortcode creates ...Read more

In WooCommerce, the shortcode to display an Add to Cart button for a specific product is:

[add_to_cart id=”PRODUCT_ID”]

Replace PRODUCT_ID with the actual ID of the product you want to link to. You can find the product ID in the product edit page under the “Product data” section.

This shortcode creates a simple button that, when clicked, will add the specified product to the user’s cart. It is especially useful for custom pages, blog posts, or widgets where you want to showcase individual products with a direct add-to-cart action.

Read less
Mark Miller
  • 0
  • 0

In WooCommerce, attributes are used to define characteristics or features of a product, such as color, size, or material. These attributes can be set globally for all products or individually for each product. They provide a way to filter and sort products on the shop page. Variations, on the other hand, are specific product options that are tied to attributes. For example, if a product has an attribute for color and size, variations would represent specific combinations, such as a “Red, Medium” shirt. Variations can have different prices, stock levels, and ...Read more

In WooCommerce, attributes are used to define characteristics or features of a product, such as color, size, or material. These attributes can be set globally for all products or individually for each product. They provide a way to filter and sort products on the shop page.

Variations, on the other hand, are specific product options that are tied to attributes. For example, if a product has an attribute for color and size, variations would represent specific combinations, such as a “Red, Medium” shirt. Variations can have different prices, stock levels, and images, offering more control over product options.

Read less
Mark Miller
  • 0
  • 0

To set up shipping classes in WooCommerce, follow these steps: Go to WooCommerce Settings: In your WordPress dashboard, navigate to WooCommerce > Settings > Shipping. Select a Shipping Zone: Choose a shipping zone where you want to apply the classes. Create a Shipping Method: Click Add Shipping Method and select a method (e.g., Flat Rate). Configure Shipping Classes: Under the shipping method, you’ll find an option for Shipping Classes. Click ...Read more

To set up shipping classes in WooCommerce, follow these steps:

  1. Go to WooCommerce Settings: In your WordPress dashboard, navigate to WooCommerce > Settings > Shipping.

  2. Select a Shipping Zone: Choose a shipping zone where you want to apply the classes.

  3. Create a Shipping Method: Click Add Shipping Method and select a method (e.g., Flat Rate).

  4. Configure Shipping Classes: Under the shipping method, you’ll find an option for Shipping Classes. Click on Add Shipping Class to create a new class.

  5. Assign Products: Go to Products > Edit Product, and under the Shipping section, select the appropriate shipping class.

This allows you to apply different shipping rates for different product groups.

Read less