Hello everyone, I have a couple of clients that keep asking me if they can order items manually like they used to order them in SiteBuilder. I know the ability to manually order items within a category or collection is not available out-of-the-box in SuiteCommerce like it was in SiteBuilder.
Does anyone know a way to achieve this?
s
Steve Goldberg
07/18/2023, 3:29 PM
I think only commerce categories can be manually ordered
👌 1
u
//greg
07/18/2023, 5:22 PM
had a customer who wanted their name brand products to show up first in the list. I did a Map reduce script to add a timestamp to a custom field (on those specific items) then added the custom field to the search field sets and then we changed the default sort order to be sorting by the customer name brand first.
Might not be what your looking for but maybe you could get something similar to work that way ?
s
Steve Goldberg
07/18/2023, 5:34 PM
Novel solution!
a
Alfon Terron
07/18/2023, 6:18 PM
I am working along with @Agus on it. Yes, that is how we figure it out. We have a custom field index per each parent category but this is not scalable at all 😅, so we are looking for options. Thank you both!