Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change to Eshop frame (osCommerce) without start a new session (osCsid)


charliesun

Recommended Posts

Posted

Hi, I start my Eshop in a frame like this from my index.htm:

 

<div id="eshopDef" >

<iframe src="eShop/index.php?language=de&currency=EUR" name="........

 

it's works fine, a new session is started, OK.

 

Later, I will go from my own HTML-Site directly to an Product in my Eshop:

 

<a href="java script:show_eshop('../../eShop/index.php?cPath=1_25')

 

Yes, it works, but a new session is generated with a new osCsid.

 

I now, I must give a Parameter to .../index.php&cPath=1_25&osCsid=...

 

or say ... please no start a new session. Can I do this?

 

In wich way can I get the osCsid from osCommerce app to my own javascript?

 

Thanks for answers..

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...