by cathal | Jul 8, 2022 | Tutorials, Woocommerce, Wordpress
Add a New Country to Countries List In this post we will show you how you can add a custom country to the Woocommerce countries list, so you can sell to more countries. In this example, we will add “Dubai” to the countries list. This will be done using PHP...
by cathal | Jul 8, 2022 | Tutorials, Woocommerce, Wordpress
Remove the Breadcrumbs from Woocommerce Pages In this post you will learn how you can remove the Breadcrumbs Text from all Woocommerce Pages by adding some PHP code. This is how the Woocommerce Pages look like before changing the code: You can change the...
by cathal | Jul 8, 2022 | Tutorials, Woocommerce, Wordpress
Add Text Before or After the Woocommerce Price on Shop Pages In this post we will show you how to add text before or after the Woocommerce prices on all Shop Pages. In this example, we will add text before the prices. This is how the Shop Pages look like before...
by cathal | Jul 8, 2022 | Tutorials, Woocommerce, Wordpress
Change the Breadcrumb Text on the Woocommerce Pages In this post we will show you how you can change the breadcrumbs text on all Woocommerce pages with PHP code. In this example, we change the “Home” text to “All Products”. This is how...
by cathal | Jul 8, 2022 | Tutorials, Woocommerce, Wordpress
Add a Description to the Shop Page In this post you will learn how you can add a custom description to your Woocommerce Shop Page below the “Shop” title by adding a PHP code. This is how the Shop Page looks like before changing the code: You...
by cathal | Jul 8, 2022 | Tutorials, Woocommerce, Wordpress
Hide the Shop Page Title In this post you will learn how you can remove the “Shop” Title from the Woocommerce Shop Page by adding a PHP code. This is how the Shop Page looks like before changing the code: You can remove the text by adding the...