Blog

WooCommerce Development

How to Change the WooCommerce Cross-Sell Cart Text
WooCommerce displays “You may be interested in…” above cross-sells in the cart. Here’s how to change that text.
April 27, 2021 No Comments

WooCommerce Development

How to Hide Added to Cart Message in WooCommerce
Most themes display “Such-and-such product has been added to your cart.” Here’s how to hide it.
April 21, 2021 No Comments

WooCommerce Development

How to Override WooCommerce Templates in a WordPress Plugin
We know how to override WooCommerce templates from themes, but how about doing so from a plugin?
April 20, 2021 No Comments

Software Development

How to Define a PHP Constant If It’s Not Already Defined
This is an important practice to get into, especially if you’re developing free and premium versions of your WordPress plugins.
April 19, 2021 No Comments

Software Development

How to use Heroku Environment Variables in React with Webpack
Our team was working on a legacy project that used Webpack in a React app. When we first built it, the application had trouble retrieving
November 17, 2020 No Comments

WordPress Development

How to Get All Taxonomy Terms for a WordPress Post
Last week, I needed to get all of the taxonomy terms assigned to a post, returning them as a comma-delimited string. In this short article,
August 11, 2020 No Comments