By ronron on Saturday, 16 September 2017
Posted in General
Replies 3
Likes 0
Views 390
Votes 0
hi

i already installed this plugin HikaShop Plugin (v2.0.1)

My problem now is that registration made using ES wont allow vendor creation in hikamarket

also registration done using hikashop/market doesn't earn points

please advise.

thanks
Hey Ronald,

I am really sorry for the delay of this reply as it is a weekend for us here. Hm, you need to check out with the guys from Hikashop / Hikamarket as to what are the requirements to allow vendor creation. Are they associated to the ACL within Hikashop / Hikamarket or?

As for registering under Hikashop / Hikamarket, you would need to get them to insert the following codes in their registration library in order for EasySocial to be able to award points to the user.

[gist]
include_once(JPATH_ADMINISTRATOR . '/components/com_easysocial/includes/easysocial.php');

// Assign points when user registers on the site.
ES::points()->assign('user.registration', 'com_easysocial', $user->id);
[/gist]

Because we have no control over their extension, we can't assign points to the user when they register via Hikashop.
·
Saturday, 16 September 2017 19:17
·
0 Likes
·
0 Votes
·
0 Comments
·
hi mark, thank you so much for your time

as far as i know hikashop/market uses joomla registration.

can you tell me to which joomla file i should add this?
·
Saturday, 16 September 2017 23:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Ronald,

Hm, but wouldn't it be better if you just use EasySocial's registration? This way you don't have to hack anything
·
Saturday, 16 September 2017 23:15
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post