Small-things-big

Small Tools Big

We had a recent request to put out an update for a free tool for WordPress that has a small user base. The tool is really useful but is not well-known. What it does is to substitute keywords in your pages with links – it does this automatically, based on a set of keywords and […]

Continue Reading 0
How Contributors can protect their posts with Groups for WordPress

How Contributors can protect their posts with Groups for WordPress

In WordPress, the user permissions are defined by Roles and their deriving Capabilities. This Role-based model allows the Administrator – which is also a role – to determine the privileges assigned to each user. These privileges, in turn, are expressed through capabilities where each one of them determines a specific permission for the user. Furthermore, […]

Continue Reading 0
fractosee

WordPress and WooCommerce Compatibility Requirements – June 2023

As of this month, we are updating relevant WordPress plugins and WooCommerce extensions to meet the following minimum version requirements and version compatibilities: WordPress 6.2 compatible WooCommerce 7.8 compatible PHP 8.x compatible WooCommerce HPOS compatible Minimum WordPress 6.0 required Minimum WooCommerce 7.4 required Minimum PHP 7.2 required Our first new update to cover these is […]

Continue Reading 0
pexels-cottonbro-studio

Customer Members Club with Discount Privileges

You are an online store owner that wishes to create a members-only club for its customers. The purpose of this club is to reward its members with discounts. Access to the club is granted through an annual paid membership. Privileged customers are eligible for a discount on the shop This setup consists of two parts. […]

Continue Reading 0
Screenshot 2023-05-02 at 6.07.07 PM

How to create a time-limited Membership Product

In this post we will show you how to create a Membership product in WooCommerce using Groups and Groups for WooCommerce. The customer(s) will become members of the Premium Club group for one year after buying this product. A preview of the Membership product Please note that the setup of the Membership product is the […]

Continue Reading 0
WooCommerce Product Search Extension

WooCommerce Product Search and Custom Taxonomies

A common support request we get for the WooCommerce Product Search extension, is the following: I’m using a custom taxonomy on my WooCommerce shop, but when I search by its terms, I get no results. How can I achieve this? For the majority of shops out there, the core taxonomies provided by WooCommerce should be […]

Continue Reading 0
WordPress Database Collation Troubles

WordPress Database Collation Troubles

If you ever come across this kind of error message in your WordPress debug.log (assuming that you have debugging enabled) … WordPress database error Illegal mix of collations (utf8mb4_unicode_520_ci,IMPLICIT) and (utf8mb4_unicode_ci,IMPLICIT) … … then you have a query that involves tables which have clashing collations. In my case, one table used utf8mb4_unicode_520_ci for a row […]

Continue Reading 0
Elefant

The unsettling Truth about the Global Unset

In PHP, there is a pitfall when using unset on a global variable within the scope of a function or method. When referred to using the global keyword within a function, unset will not destroy the global variable within the global scope. global $banana; $banana = ‘yellow’; function monkey() { global $banana; unset( $banana ); […]

Continue Reading 0
We use cookies to optimize your experience on our site and assume you're OK with that if you stay.
OK, hide this message.

Affiliates · Contact · Jobs · Terms & Conditions · Privacy Policy · Documentation · Downloads · Useful Plugins · My Account

Share