solutionstriware.ca
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] variation product exportMichael,
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/ , but can confirm it works with the other plugin.
- This reply was modified 2 years, 7 months ago by solutionstriware.ca.
Ok thank you. Thanks for your help!
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 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
Is it possible to sort and group by custom fields? Appreciate your help very very much.
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.
My case of files not being able to be moved was fixed when I did a “sync filebase” action.
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
In reply to: [Posts for Page] Warning: Illegal string offsetI was using just the shortcode without any extra parameters.
Forum: Plugins
In reply to: [Cyclone Slider] Doesn't work with AWS's S3 hosted imagesI’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
The issue has been resolved and I’ll make the topic as so. Thanks for the update! ??
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.3There 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
In reply to: [The Events Calendar] Past Events List sort directionAwesome, thanks ba95472!
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.
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.
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.
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.