Hage Digital
Hage Digital
Okay so, they never fixed this. But I found my own solution using an alternative plugin to upload a custom feed to a Facebook Catalog. I used CTX Feed Pro...
Found a workaround that works well add_filter( 'woocommerce_csv_exporter_fopen_mode', 'custom_woocommerce_csv_exporter_fopen_mode' ); function custom_woocommerce_csv_exporter_fopen_mode( $mode ) { return 'a'; }
Facing the same issue, it's marking all of the products as sold out and not reversing the stock levels from the wp_wc_reserved_stock table
I don't use a cache plugin on my site, only Cloudflare
Reducing stock levels once it hits processing or on hold is the default behaviour, I believe this is primarily todo with the reversed stock table using the blocks checkout The...
I agree, being able to disable this feature for high volume clients would be essential. Cart abandonment can be huge in fast fashion. Draft orders are abandoned frequently, if stock...
Having an option to alter the amount of time or disable would be ideal. Caching needs to be considered, are high volume stores purging the cache for a product page...
I was a little let down, speed didn't improve when searching compared to the custom order tables plugin Even testing another large store which was always using the postmeta table...
Updates, because I know WC devs like to get the "is it plugin bloat, poorly optimised DB, theme etc" out of the way Using a custom built theme, quite lightweight,...
I just discovered the unviability of WP Rocket on large stores. I was creating a gameplan to take action - Switch cart count to ajax with cacheable fragments (great) -...