Hi,
I am trying to figure the best way to integrate an old shopping cart system into EE 2.1.3. I was wondering the best manner to pass in urls parameters back into PHP. I see that brilliant retail (unfortunately not an option) users a url on their ‘add to basket’ buttons, something like:
/index.php?ACT=35&id;[md5 string]What I am trying to achieve is allowing the site, whilst generated by EE, to also allow for the incorporation of the old basket system that uses get parameters from the url.
Hopefully this makes sense!
Many thanks