WooCommerce
WooCommerce Cross-Sell and Upsell Products
Upsell and Cross-sell products are used in WooCommerce to increase product sales. When do these two lists of products get shown? Let’s begin by adding some products of each type to a product. On the Product data section there are a number of tabs running vertically at the left with […]
Change WooCommerce Product Category List Order
Changing the order in which WooCommerce displays product categories to create a custom order. To do this I navigated to the admin page Products > Categories. On this categories page is shown a list of the various products order with child entries beneath their parent. Viewing this page there is […]
WooCommerce How to Remove “Showing the single result”
I wished to hide the WooCommerce message “Showing the single result”. I considered using CSS to hide the relevant content on the page. This is often a simple approach. Inspecting the page content at a given point with the browser tool to show the div wrapping the content with its […]
WooCommerce Change Words “Related Products”
By default WooCommerce uses the words “related product”, when showing the related products below a single product view. I wished to change these words, supplementing the preferred text of my client. Rather than editing the plugin directly which may subsequently be over-ridden on an update, I was looking to make […]
Adding a New Product to a WooCommerce shop/catalogue
1. Introduction WooCommerce is a highly customisable shop/cataloguing plug-in. Details on usage are provided directly via the following references WooCommerce – managing documents WooCommerce – variable product WooCommerce – upsells and cross-sells WooCommerce – linking a project to a product The text below is an overview which may be helpful, […]
Hide WooCommerce Category Page Title
A WordPress website with the popular WooCommerce plugin shows a page title, automatically generated according to the category page being viewed. For a WordPress website I was looking to remove the page title from view. Hide the Category page title using CSS or programmatically with WooCommerce filters? Often, the simple […]
Show WooCommerce Product Categories in Admin Menu
After installing the WooCommerce plugin to a WordPress website. How to add the shop categories to the menu? Navigating to the page Appearance > Menu I was anticipating the inclusion of additional sections associated with WooCommerce. However, looking at the WordPress menu configuration I was seeing the plain ordinary menu […]