I want to use an opencart database for another website, so users don't need to register their details again.
For example: I sell Clothes (unStitched) on opencart and I also give services for stitching them. Opencart doesn't have a module to do this, so I want to redirect users to another website and there I want to read the user details for further processing.
How can I read PHPSESSID cookie? How does opencart read firstname on edit profile forms?
<?php echo $firstname; ?>
Thanks in advance.