get hikashop order info in custom component

  • Posts: 120
  • Thank you received: 2
9 years 3 months ago #211105

-- HikaShop version -- : 2.x.x
-- Joomla version -- : 3

Hi dear
I need get hikashop order class methods and order info by order id in custom component.
How can get it?

thank you

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

  • Posts: 26158
  • Thank you received: 4028
  • MODERATOR
9 years 3 months ago #211107

Hi,

You need to include the HikaShop helper.

if(!defined('DS'))
	define('DS', DIRECTORY_SEPARATOR);
include_once(rtrim(JPATH_ADMINISTRATOR,DS).DS.'components'.DS.'com_hikashop'.DS.'helpers'.DS.'helper.php');
Then you will have access to HikaShop function and cat retrieve the HikaShop order class.
$orderClass = hikashop_get('class.order');

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: kaya

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

Time to create page: 0.052 seconds
Powered by Kunena Forum