Affiliate id = Joomla profile field

  • Posts: 52
  • Thank you received: 2
8 years 6 months ago #217215

-- HikaShop version -- : n/a

I need to pass on the affiliate id through an event that is created with JEvents.

Is the affiliate id recorded as a Joomla profile field?

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

  • Posts: 81504
  • Thank you received: 13064
  • MODERATOR
8 years 6 months ago #217235

Hi,

The affiliate id is available in the cookies.
So JEvents can already access it like that:

if(!defined('DS')) define('DS', DIRECTORY_SEPARATOR);
if(!include_once(rtrim(JPATH_ADMINISTRATOR,DS).DS.'components'.DS.'com_hikashop'.DS.'helpers'.DS.'helper.php')) return true;
echo hikashop_decode(JRequest::getCmd('hikashop_affiliate', 0, 'cookie'), 'partner');

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

Time to create page: 0.054 seconds
Powered by Kunena Forum