Products sorting in basket vs sorting in database/order history

Hi,

I have noticed the following regarding products sorting during checkout and after (CE):

  • products sorting from basket is preserved in email send to customer
  • in customer order history, the products are sorted differently that in basket (probably by art. no)
  • in table oxorderarticles - same as order history

Tested also on professional-edition online demo with same results (could not test oxorderarticles, as no access).

Is there a hidden option that would lead to preserving basket sorting when saving order? Where is this covered in the code?

Thank you

Hi @bogdand,

don’t know anything about a hidden configuration for this behaviour, I guess it’s just a slight blemish…
If you really want to get rid of it, I guess you’d have to write a small module for whatever view controller you need it.

Regards

Hi Marco,

Thanks for feedback.
It seems like a slight bug to me, so posted it here, maybe it will be covered in next update:
https://bugs.oxid-esales.com/view.php?id=6023

Regards