Mirko Grewing
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Doubt about Divi theme builder in footer and polylangI used the method suggested by @benceszemerey and it kind of works. The problem is that once you save your translated module the editor is no longer able to show the wireframe view – it shows instead a 404 page inside a frame. Therefore, you cannot modify a translation module anymore.
Forum: Plugins
In reply to: [Genesis Super Customizer] WP_DEBUG messages upon activationI had the same notices. To get rid of it edit /wp-content/plugins/genesis-super-customizer/public/class-gsc-base.php and around line 175 change from:
if( $this->settings_field !== 'genesis-settings' ) { foreach( $this->mod_settings as $mod => $settings ) { self::$default_settings[$mod] = $settings['default']; } }
to
if( $this->settings_field !== 'genesis-settings' ) { foreach( $this->mod_settings as $mod => $settings ) { self::$default_settings[$mod] = isset($settings['default']) ? $settings['default'] : ''; } }
Forum: Plugins
In reply to: [WooCommerce Autocomplete Orders] Order Invoice Email Not SentHi, we ran several tests and the notifications were always sent.
Are you still experiencing the issue?M
Forum: Plugins
In reply to: [WooCommerce Autocomplete Orders] Orders on HoldHi mpalinkas,
did you configure the IPN token in Woocommerce?
thanks
I am afraid that’s not that simple. The plugin is looking for open orders containing only virtual product. When a PAID status is received by the gateway, these orders are completed.
Hi ritahorne,
did you configure the IPN token?
M
I think the problem might be that there is no payment status “paid” received. That’s the trigger for the change of status.
As soon as I can get ahold of that plugin I will try and test some changes to have the plugins talking nicely to each other.
bye
Hi choosegrowth I will look into it, although you will have to be patient as I don’t have a license of that plugin.
Hi ritahorne,
I will look into this. As far as I remember that would happen when a user pays as a Guest user (without logging into PayPal). But I will try and replicate the problem.
Forum: Plugins
In reply to: [WooCommerce Autocomplete Orders] Can't see "woo extra options" tabHi maldini.3 do you think you could provide me with admin access to your website?
In that case please send me a PM.Forum: Plugins
In reply to: [WooCommerce Autocomplete Orders] Worldpay not Autocompleting orderHi, sorry for the late reply, I am not sure how Worldplay works but the plugin needs the Gateway to confirm that the payment has been successfully completed. Do you have anything in the configuration about URL callback?
I know for example that this plugin (https://codecanyon.net/item/worldpay-gateway-for-woocommerce/1621916) provides an IPN-like callback…
Forum: Plugins
In reply to: [WooCommerce Autocomplete Orders] Help with ShipstationHi tmh23,
sorry for the late response.
I understand you are selling physical products, in which case my plugin should not be necessary.I understand you would like to change the status from processing to awaiting shipment instead of Completed?
Forum: Plugins
In reply to: [WooCommerce Frontend Inventory] Filter by VendorHi tongas,
sorry for the very slow feedback. The latest version of the plugin, released yesterday, introduced this feature. Hope it still helps.
Cheers
Forum: Plugins
In reply to: [WooCommerce Autocomplete Orders] WooCommerce is not active ErrorIt’s not that I “decided” to answer. Plugin authors do not receive any notifications for new posts in the forum.
Glad you solved your problem.
Have a nice day
Forum: Plugins
In reply to: [WooCommerce Autocomplete Orders] only complete to step "processing"By the look of it this change seems to be a bit out of scope for this plugin. I can prepare a custom version of the plugin for you, it should be easy. Do you have an email I can send it to?