By Lumbroso on Saturday, 17 December 2016
Replies 6
Likes 0
Views 827
Votes 0
Hello
I'm currently working on an e-commerce site with HikaShop
I would like to be able to integrate the features of EasySocial, specifically the account registration part (when the user registers on the site when ordering online for example).
Do you have any information on that?

Or, by taking the e-commerce topic differently, what e-commerce solutions are suitable and compatible with your products?
When a user purchases a product, it actually routes through Hikashop and unfortunately there is no way to display our registration form within Hikashop unless Hikashop writes a custom integration to save their profile field values in EasySocial.
·
Saturday, 17 December 2016 18:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Create a EasSocial LogBox modul with position "easysociallogboxhikashop"


Hkashop checout /login.php


<?php

/**********************************************************
* HikaShop - Ansicht - checkout - Login/Registrierung
**********************************************************/

$document = JFactory::getDocument();

// Easysocial Login / Registrierung Box Modul
$renderer = $document->loadRenderer('modules');
$position = 'easysociallogboxhikashop';
$options = array('style' => 'block');
echo $renderer->render($position, $options, null);

?>
·
Sunday, 18 December 2016 18:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for sharing this Torsten
·
Sunday, 18 December 2016 18:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Torsten, can you explain more please ?
·
Friday, 23 December 2016 22:48
·
0 Likes
·
0 Votes
·
0 Comments
·
** Moving this to the tips & tricks section ***
·
Saturday, 24 December 2016 03:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello and thank you for this tip!

Can you be more explicit?
This file already exists or I have to create it: Hkashop checout /login.php
·
Monday, 26 December 2016 17:58
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post