Sort by title
-
Is it possible to sort by product name and group it in the export?
-
This topic was modified 4 years, 4 months ago by
devanirreolon.
-
This topic was modified 4 years, 4 months ago by
-
Hello
it’s possible , but you must add code to functions.php or use https://wordpress.org/plugins/code-snippets/
codes for PDF/XLS
https://docs.algolplus.com/algol_order_export/sort-by-product-names/thanks, Alex
Thanks for the feedback.
-
This reply was modified 4 years, 4 months ago by
devanirreolon.
Yes.
You should copy only one code-
This reply was modified 4 years, 4 months ago by
algol.plus.
Sorry, I edited the question, saw that you answered and I didn’t understand.
ThanksI noticed there is a commented line
$key = $row[“Item Name”]; //EDIT this line
I’m trying to put “title” but it doesn’t sort`
This value must match to column name in section “Setup Fields”.
Thank you very much for the support.
you’re welcome.
if you still need help — please, submit your settings as new ticket to https://algolplus.freshdesk.com/
use tab Tools to get themHi, I’m basing myself on this link here
https://docs.algolplus.com/algol_order_export/sort-by-product-names/#PDFBut it says that the link code is out of date, and I tried to apply it to my code and it didn’t work either. help me with this?
@devanirreolon Do you use last version 3.2.2 ?
Please, open section “Misc Settings” and add this PHP code
add_filter("woe_storage_sort_by_field", function($key){ return "plain_product_name"; });if you still need help — please, submit your settings as new ticket to https://algolplus.freshdesk.com/
You should use tab “Tools” to get them
Yes, version 3.2.2.
I added the same code as the link, in function.php and miscellaneous settings.
https://docs.algolplus.com/algol_order_export/sort-by-product-names/#PDF
The code from the link above, it would be just copy and paste which is to work, right? or do i need to change something?
Do you find it interesting if it is possible to update the plugin with a native functionality of the plugin? There in Sorts Order by with the option to Sort by product name.
Grateful
Nothing to change if you sort by field “Item Name”.
It’s in our plans for next month.
Very nice about the update.
Is it possible for me to send a ticket on the link that informed my screens, to see what I’m doing wrong?
please, submit your settings as new ticket to https://algolplus.freshdesk.com/
You should use tab “Tools” to get them
-
This reply was modified 4 years, 4 months ago by
The topic ‘Sort by title’ is closed to new replies.