Title: Mirko Grewing's Replies | WordPress.org

---

# Mirko Grewing

  [  ](https://wordpress.org/support/users/rashef/)

 *   [Profile](https://wordpress.org/support/users/rashef/)
 *   [Topics Started](https://wordpress.org/support/users/rashef/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rashef/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rashef/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rashef/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rashef/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rashef/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 75 total)

1 [2](https://wordpress.org/support/users/rashef/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/rashef/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/rashef/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/rashef/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/rashef/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] Doubt about Divi theme builder in footer and polylang](https://wordpress.org/support/topic/doubt-about-divi-theme-builder-in-footer-and-polylang/)
 *  [Mirko Grewing](https://wordpress.org/support/users/rashef/)
 * (@rashef)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/doubt-about-divi-theme-builder-in-footer-and-polylang/#post-14247585)
 * I used the method suggested by [@benceszemerey](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Genesis Super Customizer] WP_DEBUG messages upon activation](https://wordpress.org/support/topic/wp_debug-messages-upon-activation/)
 *  [Mirko Grewing](https://wordpress.org/support/users/rashef/)
 * (@rashef)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/wp_debug-messages-upon-activation/#post-6878994)
 * I 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Autocomplete Orders] Order Invoice Email Not Sent](https://wordpress.org/support/topic/order-invoice-email-not-sent/)
 *  Plugin Author [Mirko Grewing](https://wordpress.org/support/users/rashef/)
 * (@rashef)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/order-invoice-email-not-sent/#post-5870723)
 * Hi, we ran several tests and the notifications were always sent.
    Are you still
   experiencing the issue?
 * M
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Autocomplete Orders] Orders on Hold](https://wordpress.org/support/topic/orders-on-hold/)
 *  Plugin Author [Mirko Grewing](https://wordpress.org/support/users/rashef/)
 * (@rashef)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/orders-on-hold/#post-6725018)
 * Hi mpalinkas,
 * did you configure the IPN token in Woocommerce?
 * thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Autocomplete Orders] Can I alter the plug-in to Autocomplete NON-virtual products](https://wordpress.org/support/topic/can-i-alter-the-plug-in-to-autocomplete-non-virtual-products/)
 *  Plugin Author [Mirko Grewing](https://wordpress.org/support/users/rashef/)
 * (@rashef)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/can-i-alter-the-plug-in-to-autocomplete-non-virtual-products/#post-6853984)
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Autocomplete Orders] Sometimes works, sometimes doesn't. Paypal receipt is different…?](https://wordpress.org/support/topic/sometimes-works-sometimes-doesnt-paypal-receipt-is-different/)
 *  Plugin Author [Mirko Grewing](https://wordpress.org/support/users/rashef/)
 * (@rashef)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/sometimes-works-sometimes-doesnt-paypal-receipt-is-different/#post-6909309)
 * Hi ritahorne,
 * did you configure the IPN token?
 * M
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Autocomplete Orders] Pre-Orders Set to Processing Instead of getting completed.](https://wordpress.org/support/topic/pre-orders-set-to-processing-instead-of-getting-completed/)
 *  Plugin Author [Mirko Grewing](https://wordpress.org/support/users/rashef/)
 * (@rashef)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/pre-orders-set-to-processing-instead-of-getting-completed/#post-6932194)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Autocomplete Orders] Pre-Orders Set to Processing Instead of getting completed.](https://wordpress.org/support/topic/pre-orders-set-to-processing-instead-of-getting-completed/)
 *  Plugin Author [Mirko Grewing](https://wordpress.org/support/users/rashef/)
 * (@rashef)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/pre-orders-set-to-processing-instead-of-getting-completed/#post-6932175)
 * Hi choosegrowth I will look into it, although you will have to be patient as 
   I don’t have a license of that plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Autocomplete Orders] Sometimes works, sometimes doesn't. Paypal receipt is different…?](https://wordpress.org/support/topic/sometimes-works-sometimes-doesnt-paypal-receipt-is-different/)
 *  Plugin Author [Mirko Grewing](https://wordpress.org/support/users/rashef/)
 * (@rashef)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/sometimes-works-sometimes-doesnt-paypal-receipt-is-different/#post-6909300)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Autocomplete Orders] Can't see "woo extra options" tab](https://wordpress.org/support/topic/cant-see-woo-extra-options-tab/)
 *  Plugin Author [Mirko Grewing](https://wordpress.org/support/users/rashef/)
 * (@rashef)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/cant-see-woo-extra-options-tab/#post-6805011)
 * Hi 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Autocomplete Orders] Worldpay not Autocompleting order](https://wordpress.org/support/topic/worldpay-not-autocompleting-order/)
 *  Plugin Author [Mirko Grewing](https://wordpress.org/support/users/rashef/)
 * (@rashef)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/worldpay-not-autocompleting-order/#post-6783211)
 * Hi, 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 ([http://codecanyon.net/item/worldpay-gateway-for-woocommerce/1621916](http://codecanyon.net/item/worldpay-gateway-for-woocommerce/1621916))
   provides an IPN-like callback…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Autocomplete Orders] Help with Shipstation](https://wordpress.org/support/topic/help-with-shipstation/)
 *  Plugin Author [Mirko Grewing](https://wordpress.org/support/users/rashef/)
 * (@rashef)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/help-with-shipstation/#post-6737480)
 * Hi 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Frontend Inventory] Filter by Vendor](https://wordpress.org/support/topic/filter-by-vendor/)
 *  Plugin Author [Mirko Grewing](https://wordpress.org/support/users/rashef/)
 * (@rashef)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/filter-by-vendor/#post-5946199)
 * Hi 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Autocomplete Orders] WooCommerce is not active Error](https://wordpress.org/support/topic/woocommerce-is-not-active-error/)
 *  Plugin Author [Mirko Grewing](https://wordpress.org/support/users/rashef/)
 * (@rashef)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/woocommerce-is-not-active-error/#post-6292977)
 * It’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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Autocomplete Orders] only complete to step "processing"](https://wordpress.org/support/topic/only-complete-to-step-processing/)
 *  Plugin Author [Mirko Grewing](https://wordpress.org/support/users/rashef/)
 * (@rashef)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/only-complete-to-step-processing/#post-5795094)
 * 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?

Viewing 15 replies - 1 through 15 (of 75 total)

1 [2](https://wordpress.org/support/users/rashef/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/rashef/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/rashef/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/rashef/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/rashef/replies/page/2/?output_format=md)