hi
Please, use https://algolplus.com/plugins/snippets-plugins/#extra_product_options
Read note at top of the page!
if I misunderstand you — please, share some screenshots or sample Excel file.
thanks, Alex
Thread Starter
diegpl
(@diegpl)
Cool π
But I saw there are two options, one to make TM Options as columns and other to make them as rows. Which one is the best? And that will not work for already created orders, right?
Really, really thank you for you support! For sure that will count for the strategic plans in where to invest through my company! π
Which one is the best?
It depends on your needs, you can try 2nd way, as it’s more simpler.
And that will not work for already created orders, right?
We just extract data, so code should work for past orders too.
-
This reply was modified 5 years, 7 months ago by
algol.plus.
Hey. Can’t really figure this out, I’ve spent over 2 hours trying to export something.
I’m trying to export a drop down selection created with TM Extra Product Options from the Orders that users have placed, so that I know the location they’ve picked.
I’ve managaed to add the _tmcartepo_data into the export and it generates a very long line like this a:1:{i:0;a:25:{s:4:”mode”;s:7:”builder”;…….
This long string includes all the items from the drop down (not useful in my case) and also the user’s selection, but I can’t seem to find a way to isolate only the user selection and exclude everything else.
I’ve tried the cores here in functions.php https://algolplus.com/plugins/snippets-plugins/ But I’m no programmer and not sure I’ve replaced the right strings… All I get is that long seialized line which I would have to manually correct.
Any solution for this?
Hello
1. install plugin https://algolplus.com/plugins/snippets-plugins/
2. copy code https://algolplus.com/plugins/snippets-plugins/#extra_product_options and add it as new snippet (use plugin which you installed at step #1)
3. edit any order and look at section “Extra Product Options”.
see screenshot at page https://algolplus.com/plugins/snippets-plugins/#extra_product_options
4. edit fields in the snippet (added at step #2)
5. visit >WooCommerce>Export Orders, open section “Setup Fields”, open tab “Products” and drag necessary fields to export
thanks, Alex
-
This reply was modified 5 years, 7 months ago by
algol.plus.
Thank you, I’ve managed to get it to work π