-- HikaShop version -- : 4.3.0
-- Joomla version -- : 3.9.20
Hi,
Is some way to change the order appearance of the products inside an order?
We want to make appear the products of the order ordered by his product code.
We have checked the configuration and the function "loadProducts" of the order class and we haven't seen any trigger or option to change the ordering.
We know we can just change the query to insert the custom "ORDER BY" sentence, but we have to re-insert the custom code every time we update Hikashop.
We need a better way to do it, for example, a plugin trigger (like onBeforeOrderProductListDisplay or something like that) would be a good way.
Thanks in advance.
--
Victor