Tim
Forum Replies Created
-
Forum: Plugins
In reply to: [Blog Designer - Post and Widget] Post order in WidgetCool – thank you very much! What a great service.
Forum: Plugins
In reply to: [Blog Designer - Post and Widget] Post order in WidgetGreat! ??
Forum: Plugins
In reply to: [Imsanity] Error: File is not an imageHi
The author kindly answered this question in the FAQs section of the plugin Homepage:
https://en-gb.www.ads-software.com/plugins/imsanity/
Hope that helps.
I reported it to Slider Revolution too and they are investigating.
Thanks for the great support JoomUnited.
Thank you for your speedy reply – I have done that.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] php7.2 502 error@zachwtx I think it is related to the cache which is why it is working in staging and local.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] php7.2 502 errorHi Sunny
I know you are working hard on this issue for WP Engine users.
Are you able to provide an estimate of when you might be able to provide a permanent fix as the PHP 7.2 deadline is coming up soon.
We are trying the workaround but it doesn’t seem to 100% effective.
Thanks for all your support for WP Engine users.
I am afraid this is the end of life for this plugin for us and all our clients.
Forum: Plugins
In reply to: [WooCommerce] Find me a UK Postcode Shipping PluginYou do need to add all the zones manually though…
- This reply was modified 7 years, 9 months ago by Tim.
Forum: Plugins
In reply to: [WooCommerce] Find me a UK Postcode Shipping PluginI have used this plugin very successfully. They are just about to a big update so I would probably wait if you can. But they definitely support the spaces required in UK post codes.
https://codecanyon.net/item/table-rate-shipping-for-woocommerce/3796656
Please note this is not the same as the plugin offered by WooCommerce.
Forum: Plugins
In reply to: [Widget Logic] Issues with PHP 7I would be grateful if the plugin author alanft could confirm whether this is an issue or requires an update. Much appreciated as this is a great plugin.
Forum: Plugins
In reply to: [Reduce stock of manual orders for WooCommerce] Debug tipsHi Claudio
Were you able to view the screenshots linked above?
Thanks
Forum: Plugins
In reply to: [Reduce stock of manual orders for WooCommerce] Debug tipsDoes this help?
ScreenshotsForum: Plugins
In reply to: [Reduce stock of manual orders for WooCommerce] Debug tipsI can only find reference to this filter in your plugin and WooCommerce itself:
Searching 3076 files for "woocommerce_can_reduce_order_stock" <removed for anonymity>/wp-content/plugins/reduce-stock-of-manual-orders-for-woocommerce-master/reduce-stock-of-manual-orders-for-woocommerce.php: 47 48 // Make sure that is possible to reduce order stock. 49: add_filter( 'woocommerce_can_reduce_order_stock', '__return_true', 999 ); 50 51 // Reduce or increase order stock when changing the order status on the admin screen. <removed for anonymity>/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-order.php: 2625 /** 2626 * Reduce stock levels for all line items in the order. 2627: * Runs if stock management is enabled, but can be disabled on per-order basis by extensions @since 2.4.0 via woocommerce_can_reduce_order_stock hook. 2628 */ 2629 public function reduce_order_stock() { 2630: if ( 'yes' === get_option( 'woocommerce_manage_stock' ) && apply_filters( 'woocommerce_can_reduce_order_stock', true, $this ) && sizeof( $this->get_items() ) > 0 ) { 2631 foreach ( $this->get_items() as $item ) { 2632 if ( $item['product_id'] > 0 ) { 3 matches across 2 files
Nothing in the functions.php file either.
“Manage Stock” option is enabled in WooCommerce.
We have “Manage stock?” enabled at variations level.
Any other ideas much appreciated.
Forum: Plugins
In reply to: [Reduce stock of manual orders for WooCommerce] Debug tipsHi
We are simply adding orders manually in the WooCommerce Admin area when logged in as Shop Manager.
We change the order to Processing and nothing happens.
I have a site on a staging server if you would like to see what is going on?