Hello
I try to do integration with polish shoping portal ceneo.pl
To do this I need to have client email and number of current order to put code below in the cart.php (function confirm())
Question: how to get client email and number of current order in cart.php.
I know it's easy... but i'm weak w SQL...
<script type="text/javascript"><!--
ceneo_client_email = 'pełny adres e-mail klienta';
ceneo_order_id = '123SK-23';
//-->
</script>
<script type="text/javascript" src="https://ssl.ceneo.pl/transactions/track/v2/script.js?accountGuid=XXXXXXXX"></script>
Thanks in advance for your help
Peter