Title: solutionstriware.ca's Replies | WordPress.org

---

# solutionstriware.ca

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Order Export For WooCommerce] variation product export](https://wordpress.org/support/topic/variation-product-export/)
 *  [solutionstriware.ca](https://wordpress.org/support/users/solutionstriwareca/)
 * (@solutionstriwareca)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/variation-product-export/#post-15942690)
 * Michael,
 * Not sure if I understand correctly, but I have WPC Variations Radio Buttons for
   WooCommerce by WPClever installed and have custom names for each product variation.
   The custom names show on my export! But unfortunately it has extra functionality
   you might not need but you may be able to find another plugin that integrates
   custom variation names. Like maybe [https://iconicwp.com/products/woocommerce-show-single-variations/](https://iconicwp.com/products/woocommerce-show-single-variations/),
   but can confirm it works with the other plugin.
    -  This reply was modified 3 years, 9 months ago by [solutionstriware.ca](https://wordpress.org/support/users/solutionstriwareca/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Order Export For WooCommerce] Unserialize data from Schedule Delivery Date plugin by Themehigh](https://wordpress.org/support/topic/unserialize-data-from-schedule-delivery-date-plugin-by-themehigh/)
 *  Thread Starter [solutionstriware.ca](https://wordpress.org/support/users/solutionstriwareca/)
 * (@solutionstriwareca)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/unserialize-data-from-schedule-delivery-date-plugin-by-themehigh/#post-15931378)
 * Ok thank you. Thanks for your help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Order Export For WooCommerce] Unserialize data from Schedule Delivery Date plugin by Themehigh](https://wordpress.org/support/topic/unserialize-data-from-schedule-delivery-date-plugin-by-themehigh/)
 *  Thread Starter [solutionstriware.ca](https://wordpress.org/support/users/solutionstriwareca/)
 * (@solutionstriwareca)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/unserialize-data-from-schedule-delivery-date-plugin-by-themehigh/#post-15929261)
 * Awesome ! This is closer to a solution I need. Before I purchase the pro version
   of this plugin… wondering if this scenario is possible:
 * Create a scheduled job, Export date range: Current week, **Filter orders by: 
   _ptdt_delivery_date ** . AKA the report pulls the data of the products with delivery
   dates in the current week?
 * Right now I have this being generated: [https://triwaredev.ca/smilk/wp-content/uploads/2022/08/orders-2022-08-18-15-33-35.pdf](https://triwaredev.ca/smilk/wp-content/uploads/2022/08/orders-2022-08-18-15-33-35.pdf)
   which is good… but I want to be able to generate the report for only items being
   delivered this week. As well I’d love to be able to group the rows by Date and
   teacher field, similar to this: [https://triwaredev.ca/smilk/wp-content/uploads/2022/08/St.-Marys-Elementary_All_Grades_2022-06-20-2022-06-22_milk_order_summary.xlsx](https://triwaredev.ca/smilk/wp-content/uploads/2022/08/St.-Marys-Elementary_All_Grades_2022-06-20-2022-06-22_milk_order_summary.xlsx)
 * Is it possible to sort and group by custom fields? Appreciate your help very 
   very much.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Order Export For WooCommerce] Unserialize data from Schedule Delivery Date plugin by Themehigh](https://wordpress.org/support/topic/unserialize-data-from-schedule-delivery-date-plugin-by-themehigh/)
 *  Thread Starter [solutionstriware.ca](https://wordpress.org/support/users/solutionstriwareca/)
 * (@solutionstriwareca)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/unserialize-data-from-schedule-delivery-date-plugin-by-themehigh/#post-15928632)
 * Hey there, I use the paid version of that plugin.
 * This is what gets returned unserialized:
 *     ```
       Array
       (
           [2022-08-01] => Array
               (
                   [quantity] => 1
                   [status] => 1
               )
   
           [2022-08-03] => Array
               (
                   [quantity] => 1
                   [status] => 1
               )
   
           [2022-08-05] => Array
               (
                   [quantity] => 1
                   [status] => 1
               )
   
           [2022-08-08] => Array
               (
                   [quantity] => 1
                   [status] => 1
               )
   
           [2022-08-10] => Array
               (
                   [quantity] => 1
                   [status] => 1
               )
   
           [2022-08-12] => Array
               (
                   [quantity] => 1
                   [status] => 1
               )
   
           [2022-08-15] => Array
               (
                   [quantity] => 1
                   [status] => 1
               )
   
           [2022-08-17] => Array
               (
                   [quantity] => 1
                   [status] => 1
               )
   
           [2022-08-19] => Array
               (
                   [quantity] => 1
                   [status] => 1
               )
   
           [2022-08-22] => Array
               (
                   [quantity] => 1
                   [status] => 1
               )
   
           [2022-08-24] => Array
               (
                   [quantity] => 1
                   [status] => 1
               )
   
           [2022-08-26] => Array
               (
                   [quantity] => 1
                   [status] => 1
               )
   
       )
       ```
   
 * Ideally I need just the dates. Or even explode the dates into separate columns
   with the product repeated under each date but… I know that’s a little more complicated.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Iptanus File Upload] Unable to insert item into DB! Column 'file_hash' cannot be null](https://wordpress.org/support/topic/unable-to-insert-item-into-db-column-file_hash-cannot-be-null/)
 *  [solutionstriware.ca](https://wordpress.org/support/users/solutionstriwareca/)
 * (@solutionstriwareca)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/unable-to-insert-item-into-db-column-file_hash-cannot-be-null/page/2/#post-6828447)
 * My case of files not being able to be moved was fixed when I did a “sync filebase”
   action.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Iptanus File Upload] Unable to insert item into DB! Column 'file_hash' cannot be null](https://wordpress.org/support/topic/unable-to-insert-item-into-db-column-file_hash-cannot-be-null/)
 *  [solutionstriware.ca](https://wordpress.org/support/users/solutionstriwareca/)
 * (@solutionstriwareca)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/unable-to-insert-item-into-db-column-file_hash-cannot-be-null/page/2/#post-6828446)
 * To start off, I was getting the “Unable to insert item into DB!” error and I 
   updated and am now able to upload items.
 * My problem now is that I am not able to assign categories to images I add, I 
   get an error “Unable to move file …”. It only seems to work for pdf files, I’ve
   tried .docx (word) and .png and .jpg and I get the same error. I’ve uploaded 
   the mazter.zip file from github and have updated to the latest version on WordPress(
   WP 4.4.1, WP-FileBase 3.4.1) through the plugin tab.
 * I’ve tried just adding an item and assigning a category or editing items after
   the fact but it only works for pdf files. (all other settings I left the same)
 * I just recently upgraded from WP-FileBase 0.3.0.06 because of updating WordPress(
   3.4.1 to 4.4.1)
 * -Darcy
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Posts for Page] Warning: Illegal string offset](https://wordpress.org/support/topic/warning-illegal-string-offset-20/)
 *  Thread Starter [solutionstriware.ca](https://wordpress.org/support/users/solutionstriwareca/)
 * (@solutionstriwareca)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/warning-illegal-string-offset-20/#post-6800153)
 * I was using just the shortcode without any extra parameters.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cyclone Slider] Doesn't work with AWS's S3 hosted images](https://wordpress.org/support/topic/doesnt-work-with-awss-s3-hosted-images/)
 *  [solutionstriware.ca](https://wordpress.org/support/users/solutionstriwareca/)
 * (@solutionstriwareca)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/doesnt-work-with-awss-s3-hosted-images/#post-6435736)
 * I’m getting the same or similar error with images in my wordpress media library,
   just installed the latest version of the plugin and 4.2.4 wordpress
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Property - WordPress Powered Real Estate and Property Management] multiple agents per listing](https://wordpress.org/support/topic/multiple-agents-per-listing/)
 *  Thread Starter [solutionstriware.ca](https://wordpress.org/support/users/solutionstriwareca/)
 * (@solutionstriwareca)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/multiple-agents-per-listing/#post-6374559)
 * The issue has been resolved and I’ll make the topic as so. Thanks for the update!
   🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Property - WordPress Powered Real Estate and Property Management] multiple agents per listing](https://wordpress.org/support/topic/multiple-agents-per-listing/)
 *  Thread Starter [solutionstriware.ca](https://wordpress.org/support/users/solutionstriwareca/)
 * (@solutionstriwareca)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/multiple-agents-per-listing/#post-6374333)
 * My working version of agents is 1.9.7, with a minimum core version of 1.42.0 
   from the core/premium/class_agents.php file
    My version of wp property is 1.42.3
 * There were a fair bit of minor modifications between the version of agents I 
   have and the most recent one, somewhere within these modifications the ability
   to select more than one agent was lost. In my copy of the file it’s fixed and
   I’d like to share it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Past Events List sort direction](https://wordpress.org/support/topic/past-events-list-sort-direction/)
 *  Thread Starter [solutionstriware.ca](https://wordpress.org/support/users/solutionstriwareca/)
 * (@solutionstriwareca)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/past-events-list-sort-direction/#post-6255335)
 * Awesome, thanks ba95472!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Property - WordPress Powered Real Estate and Property Management] Sorting gallery images](https://wordpress.org/support/topic/sorting-gallery-images-1/)
 *  Thread Starter [solutionstriware.ca](https://wordpress.org/support/users/solutionstriwareca/)
 * (@solutionstriwareca)
 * [11 years ago](https://wordpress.org/support/topic/sorting-gallery-images-1/#post-6201850)
 * I added ‘ asort($gallery) ‘ to line 1755 of core/class_widgets.php and this sorted
   images in ascending order, by the title property. This is for wp-property version
   1.42.4.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Property - WordPress Powered Real Estate and Property Management] Update breaks plugin](https://wordpress.org/support/topic/update-breaks-plugin-4/)
 *  Thread Starter [solutionstriware.ca](https://wordpress.org/support/users/solutionstriwareca/)
 * (@solutionstriwareca)
 * [11 years ago](https://wordpress.org/support/topic/update-breaks-plugin-4/#post-6173954)
 * The custom edit we made was around line 1555 to 1605 of the latest core\class_core.
   php file in the plugin. I know it took me a long enough time to find where the
   issue was, hope this helps with the fix on your end.
 * Cheers.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Property - WordPress Powered Real Estate and Property Management] Update breaks plugin](https://wordpress.org/support/topic/update-breaks-plugin-4/)
 *  Thread Starter [solutionstriware.ca](https://wordpress.org/support/users/solutionstriwareca/)
 * (@solutionstriwareca)
 * [11 years ago](https://wordpress.org/support/topic/update-breaks-plugin-4/#post-6173942)
 * I didn’t get a chance to see your post 40 minutes ago, but yes, that was exactly
   the case I had and the complaint we had from our client.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Property - WordPress Powered Real Estate and Property Management] Issue with Premium feature](https://wordpress.org/support/topic/issue-with-premium-feature/)
 *  Thread Starter [solutionstriware.ca](https://wordpress.org/support/users/solutionstriwareca/)
 * (@solutionstriwareca)
 * [11 years ago](https://wordpress.org/support/topic/issue-with-premium-feature/#post-6179907)
 * I’ve since added the premium feature back in, but what I noticed in the back 
   end, was that “real estates agent” feature was still missing after I clicked 
   the “Check Updates” button. After I add it back in from the back end, it returned
   to the issue of pagination that I had before. I’ve since found a previous version
   of the plugin on our server that another person at my office made up that resolved
   this issue.

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

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