Docs
-
Adding and Managing Products
Adding a product Before adding your first product, let’s get familiar with how product categories, tags, and attributes work. Product Categories Product categories and tags work in much the same way as normal categories and tags you have when writing posts in WordPress. They can be created, edited, and selected at any time. This can be done when you […]
-
Adding Product Images and Galleries
Images are measured and set in pixels, for example, 800 x 800 pixels. Note that the first number is the width and the second is height. We recommend organizing your images in a folder offline and keeping a backup in case you need them in the future or mistakenly alter one and wish to revert […]
-
Bulk Editing Products
Much like WordPress’ other post types that let you assign categories, tags or post statuses en mass, WooCommerce products also have a bulk editing feature. To access its power, navigate to Products > All Products, tick two or more products from the list, and select Edit from the Bulk Actions menu at the top or […]
-
Digital/Downloadable Product Handling
Setup and Configuration Go to: WooCommerce > Settings > Products > Downloadable Products. Select a File Download Method from the dropdown. Force Downloads – File downloads are forced, using PHP. To ensure files are protected from direct linking, Force Downloads can be used. Files are served by PHP. However, if your files are large, or the server is underpowered, you […]
-
Find Product Category IDs
Some WooCommerce shortcodes ask for the category ID to display a list of categories. More info at Shortcodes included with WooCommerce. To find the product category ID: Go to: Products > Categories. Hover over a category name. Select the category or Edit. Find the page URL. For example: Section tag_ID=62 where 62 is the ID of the category. To find […]
-
Fixing Blurry Product Images
The majority of blurry image incidents are caused by theme styling, meaning the design of the theme has image dimensions in pixels that may not play nicely with WooCommerce. Update as of WooCommerce 3.3 As of WooCommerce version 3.3 making themes compatible with WooCommerce and improvements to image size rendering and cropping are supported. These […]
-
Managing Product Categories, Tags and Attributes
Product categories Product categories are the primary way to group products with similar features. You can also add subcategories if desired. For example, if you sell clothing, you might have “t-shirts”, “hoodies” and “pants” as categories. How to add/edit product categories Categories are managed from the Products > Categories screen. Similar to categories on your posts […]
-
Product CSV Importer and Exporter
WooCommerce has a built-in product CSV Importer and Exporter. Import, export, or update hundreds or thousands of products in your WooCommerce store with a single CSV. This tool supports most product types, including variations. First-time store owners get started more quickly by exporting and importing products during setup. Existing store owners can update tens or […]
-
Product Shipping Classes
Shipping classes can be used to group products of similar type and used by some shipping methods, such as Flat Rate Shipping, to provide different rates to different classes of product. For example, with shipping classes and Flat Rate Shipping, it’s possible to create different flat rate costs for different product types, like bulky items […]
-
Variable Product
Variable products in WooCommerce let you offer a set of variations on a product, with control over prices, stock, image and more for each variation. They can be used for a product like a shirt, where you can offer a large, medium and small and in different colors. Adding a Variable Product Set the Product Type To […]