Title: marale's Replies | WordPress.org

---

# marale

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

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

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Autocompleting booking](https://wordpress.org/support/topic/autocompleting-booking/)
 *  [marale](https://wordpress.org/support/users/marale/)
 * (@marale)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/autocompleting-booking/#post-10027265)
 * Hi [@donrucastle](https://wordpress.org/support/users/donrucastle/)
 * > While I have had it inserted correctly, it is not running correctly. I originally
   > assumed it would change all orders even dating back to the start of the site
   > to complete if it had a booking. This did not happen. I then waited for a recent
   > booking to complete to see if it would do the same for the order. Unfortunately,
   > it did not.
 * There was a little bug in the code :), sorry for that. In the last line ‘wc_booking_complete’
   should be ‘wc-booking-complete’. I have updated [the gist](https://gist.github.com/marekale/d21140263e01b9571acb74ec944f2be8).
 * If you want to change the status of all orders dating back, uncomment(remove ‘//’
   at the beginning of the line) the last line of my [gist](https://gist.github.com/marekale/d21140263e01b9571acb74ec944f2be8).
   I haven’t tested it for large amount of orders. If you send emails when an order
   becomes complete, all emails will be send, is it what you excpect ?
 * Please let me know if it works.
    -  This reply was modified 8 years, 6 months ago by [marale](https://wordpress.org/support/users/marale/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Autocompleting booking](https://wordpress.org/support/topic/autocompleting-booking/)
 *  [marale](https://wordpress.org/support/users/marale/)
 * (@marale)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/autocompleting-booking/#post-9992739)
 * Hi [@donrucastle](https://wordpress.org/support/users/donrucastle/)
 * Yes it will complete orders once the last booking in the order end date has passed(
   if there are only bookable products in the order).
 * You can put that code in your child theme’s function.php file through code editor
   in the dashboard, or you can use a [Code Snippets](https://wordpress.org/plugins/code-snippets/)
   plugin to implement it.
    -  This reply was modified 8 years, 6 months ago by [marale](https://wordpress.org/support/users/marale/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multi-column Tag Map] Not compatible with PHP 7.1 (Illegal string offset ‘Ä’ in)](https://wordpress.org/support/topic/not-compatible-with-php-7-1-illegal-string-offset-a-in/)
 *  [marale](https://wordpress.org/support/users/marale/)
 * (@marale)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/not-compatible-with-php-7-1-illegal-string-offset-a-in/#post-9981417)
 * The problem is in **mctagmap_functions.php** file on **line 95**:
 * `$scarr = '';`
 * , the variable is used as array later on, but is initialised with empty string,
   it’s a bad practice, but it worked up to PHP 7.0. To fix this issue, change the
   line to:
 * `$scarr = [];`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Autocompleting booking](https://wordpress.org/support/topic/autocompleting-booking/)
 *  [marale](https://wordpress.org/support/users/marale/)
 * (@marale)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/autocompleting-booking/#post-9977420)
 * [@donrucastle](https://wordpress.org/support/users/donrucastle/) Bookings do 
   auto complete themselves, but not all orders do. Only orders for virtual and 
   downloadable products auto complete themselves. If you want to autocomplete orders
   which has status processing, has only bookable products in them, when all bookings
   are completed, you can use my [gist](https://gist.github.com/marekale/d21140263e01b9571acb74ec944f2be8):
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards] I can’t add table to menu](https://wordpress.org/support/topic/i-cant-add-table-to-menu/)
 *  Thread Starter [marale](https://wordpress.org/support/users/marale/)
 * (@marale)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/i-cant-add-table-to-menu/#post-9820076)
 * The error dosen’t show anymore, but the menu doesn’t show. I choose external 
   menu, when I choose wpda it shows under WP Data Tables menu.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards] Activating the plugin](https://wordpress.org/support/topic/activating-the-plugin-5/)
 *  Thread Starter [marale](https://wordpress.org/support/users/marale/)
 * (@marale)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/activating-the-plugin-5/#post-9820069)
 * It solved my problem, thanks. I’m using it only in the dashboard.

Viewing 6 replies - 1 through 6 (of 6 total)