Hello everyone, I have a couple of clients that ke...
# suitecommerce
a
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
I think only commerce categories can be manually ordered
👌 1
u
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
Novel solution!
a
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!