Today while reviewing a site’s database to look for performance bottlenecks, I found 4,000 rows of post meta associated with a single post ID. That meta has the key _used_by and is associated with a post of type ‘shop_coupon’ Turns out, WooCommerce keeps a record of all uses of a coupon against the coupon in […]
Read MoreWooCommerce
How to un-cancel a subscription
GOOD NEWS: The manual steps outlined in this tutorial are no longer needed for subscriptions that are still pending cancellation. WooCommerce Subscriptions version 2.5 introduced a way to uncancel a subscription. Cancelled subscriptions can’t be reactivated from the WordPress admin area. There’s potential to go against the customer’s wishes, for one thing (assuming they cancelled […]
Read MoreOut-of-Date Version Juggling for Subscriptions & WooCommerce 🃏
To upgrade from really out-of-date versions of Subscriptions & WooCommerce is hard. WooCommerce often breaks backward compatibility, meaning you need to juggle versions. Below is an upgrade path to go from Subscriptions version 1.4.2 and WooCommerce 2.0.n to WooCommerce 3.0.n and Subscriptions 2.2.n. Subscriptions 1.4.2 -> 1.4.7 (full compatibility with WC 2.1) WooCommerce 2.0.x -> […]
Read MoreCustomise strings in Subscriptions without code
There is a free plugin called Say What that allows store owners to: alter strings on your site without editing WordPress core, or plugin code Seems pretty handy for those occasional requests we get for “How to make X say Y?“. Although it’s obviously not future proof… Mentioned in Ticket 484278.
Read More
Recent Comments