How to remove the sidebar in Storefront’s WooCommerce Theme
Just a little code snippet to remove Storefront’s sidebar.
Read moreJust a little code snippet to remove Storefront’s sidebar.
Read moreJust a little code snippet to remove Storefront’s header cart.
Read moreJust a little code snippet to remove Storefront’s breadcrumbs.
Read moreJust a little code snippet to remove Storefront’s secondary menu.
Read moreJust a little code snippet to remove WooCommerce’s mini cart.
Read moreJust a little code snippet to remove Storefront’s search form.
Read moreRecently one of my clients wanted to know more about different ways to build a WooCommerce shop. In this post I’ll compare some common ways to accomplish this. In general there are three different strategies: Buying a WooCommerce theme from a marketplace and customize it Using a free or licensed theme as parent theme and
Read moreIf you’re running a B2B WooCommerce Store it can be usefull to be able to disable VAT and it’s calculation on checkout page.
Read moreFor whatever reason it can be useful to block specific email addresses from account registration in WooCommerce. To accomplish this you need an email blacklist. With only a few lines of code you can check if the entered email address is listed in your blacklist even before a user account is generated and echo an
Read moreAdding custom cols to the orders table can be very useful for shop managers and admins. If you use some kind of invoice or shipping plugin, you probably don’t want to click in each order to see if there is already a shipping label or an invoice created. So what you want to do is
Read more