Custom ordering for products inside an order

  • Posts: 634
  • Thank you received: 16
3 years 7 months ago #323970

-- 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

Please Log in or Create an account to join the conversation.

  • Posts: 81540
  • Thank you received: 13071
  • MODERATOR
3 years 7 months ago #323977

Hi,

I propose to add the line:
$app->triggerEvent( 'onAfterLoadFullOrder', array( &$order) );
before the return of the "loadFullOrder" function for the next version of HikaShop.
That way, you can change the order of the products in $order->products in a hikashop or system plugin.

The following user(s) said Thank You: PeterChain

Please Log in or Create an account to join the conversation.

  • Posts: 634
  • Thank you received: 16
3 years 7 months ago #323990

Thanks for the answer!!

--
Victor

Please Log in or Create an account to join the conversation.

Time to create page: 0.058 seconds
Powered by Kunena Forum