actually the Hikashop registration form doesn't fulfill my requirements, I want to keep using both RSForms and Hikashop
but I want to sync the user stores of (joomla core, Hikashop users and RSForms users)
I wonder what is the best way to incorporate the checkout page in this synchronization, please help me with these choices and the way to accomplish them
1- load the RSForm inside the checkout page, by possibly updating some rendering php function that indstead of displaying specific fields, will fetch a RSForm
2- keep the Hikashop registration form , but on the register event (some do_register function in a controller) I will have to implement a database insert that inserts the supplied data to RSForms userstore (in addition to the original code of course)
can you please help me by telling me which one is easier, and what are the files to look at