-
Posted a reply to fatal error after update to 7.5, on the site WordPress.org Forums:
@femiyb Thanks for the fast response and proposed workaround! I've downgraded the plugin and will… -
Posted a reply to fatal error after update to 7.5, on the site WordPress.org Forums:
Same here -
Posted a reply to WooCommerce 8.2 / HPOS support, on the site WordPress.org Forums:
@Riverty Any updates on this? If so, WooCommerce recommends to explicitly declare compatibility: https://github.com/woocommerce/woocommerce/wiki/High-Performance-Order-Storage-Upgrade-Recipe-Book#declaring-extension-incompatibility To… -
Created a topic, WooCommerce 8.2 / HPOS support, on the site WordPress.org Forums:
High Performance Order Storage was officially released… -
Posted a reply to Incompatible with ‘High-Performance order storage (COT), on the site WordPress.org Forums:
@dhlparcel HPOS was officially released on October 10. Do you have a rough estimate when… -
Created a topic, Excellent!, on the site WordPress.org Forums:
It supports everything we need and it's very easy to u… -
Created a topic, Simply awesome, on the site WordPress.org Forums:
This plugin is super easy to use. Sentry allows us to … -
Posted a reply to CRITICAL Cannot redeclare add_attributes_to_admin_script(), on the site WordPress.org Forums:
@afterpay -
Posted a reply to CRITICAL Cannot redeclare add_attributes_to_admin_script(), on the site WordPress.org Forums:
It's clashing with another plugin we're using, called Max Mega Menu. That's due to the… -
Posted a reply to Call to undefined method, on the site WordPress.org Forums:
Update 2: Seems like it's already fixed, but the new version hasn't released yet: https://github.com/mollie/WooCommerce/pull/739 -
Posted a reply to Call to undefined method, on the site WordPress.org Forums:
Update: The gateway is part of the AfterPay/Riverty WooCommerce plugin. The Mollie plugin seems to… -
Created a topic, Call to undefined method, on the site WordPress.org Forums:
Hello, We're using the plugin, and according to Sen… -
Created a topic, CRITICAL Cannot redeclare add_attributes_to_admin_script(), on the site WordPress.org Forums:
We've been using the plugin for a while now, and it's … -
Created a topic, Great plugin!, on the site WordPress.org Forums:
Set it up today. Works perfectly. First, I installed … -
Created a topic, Amazing free plugin!, on the site WordPress.org Forums:
We were already using Wordfence, which is an amazing p… -
Created a topic, 5 stars!, on the site WordPress.org Forums:
We run a heavy WooCommerce store. Through the Xdebug p… -
Created a topic, [WooCommerce] Amazing!, on the site WordPress.org Forums:
Our company runs on WooCommerce. It’s amazing! I… -
Created a topic, Makes SEO a breeze!, on the site WordPress.org Forums:
Makes SEO a breeze! -
Created a topic, Works well :), on the site WordPress.org Forums:
Clears cache when updating pages & posts as expect… -
Created a topic, Works amazingly well!, on the site WordPress.org Forums:
This makes setting up Google Tag Manager with WooComme… -
Created a topic, Awesome!, on the site WordPress.org Forums:
We're using Amazon SES. This plugin allows you to simp… -
Created a topic, Just works!, on the site WordPress.org Forums:
Great way to disable specific REST API endpoints. Simp… -
Created a topic, Awesome plugin!, on the site WordPress.org Forums:
An absolute game changer! Especially for large databas… -
Created a topic, Awesome!, on the site WordPress.org Forums:
Lets us gather more reviews, which then helps other cu… -
Created a topic, Perfect: Open Source & Great Plugin, on the site WordPress.org Forums:
Great plugin. Open source, high quality. -
Posted a reply to Filtering out specific meta keys for order line items?, on the site WordPress.org Forums:
Update: Figured it out! By adding an underscore as prefix to the meta data keys,… -
Posted a reply to Filtering out specific meta keys for order line items?, on the site WordPress.org Forums:
For now I'm using the code: add_filter('woocommerce_order_item_get_formatted_meta_data', function ($formatted_meta, $item) { if (is_wc_endpoint_url()) { return… -
Created a topic, Filtering out specific meta keys for order line items?, on the site WordPress.org Forums:
Hello, I'm trying to remove specific meta keys from th…