Original problem, solution posted in reply #2:
Latest version post: http://community.actinic.com/showthr...d=1#post304779
Hi,
I'm doing a site where it'd be lovely to be able to have a 1 page checkout. A static mockup is here: http://richardlyon.co.uk/uploadr/uploads/gg_cart.PNG
I've considered that the easiest way to achieve this would be to create a separate static page which posts (jQuery $.post) each section to the os000001.pl file as it's completed, checking for errors and displaying them as/when they come up.
I was just wondering if anyone has done or considered this before and thus have the following questions:
1. Has this been done before, is there a solution available?
2. Is there any documentation with regards to POST keynames and expected values?
3. Is there any interest (assuming this is the first time this has been done with Actinic) for a commercial release/service of such a system?
On a side note, I'm a CompSci student and Web Developer so there won't be any issues with technical solutions mixing JS and CGI/PHP
I'm doing a site where it'd be lovely to be able to have a 1 page checkout. A static mockup is here: http://richardlyon.co.uk/uploadr/uploads/gg_cart.PNG
I've considered that the easiest way to achieve this would be to create a separate static page which posts (jQuery $.post) each section to the os000001.pl file as it's completed, checking for errors and displaying them as/when they come up.
I was just wondering if anyone has done or considered this before and thus have the following questions:
1. Has this been done before, is there a solution available?
2. Is there any documentation with regards to POST keynames and expected values?
3. Is there any interest (assuming this is the first time this has been done with Actinic) for a commercial release/service of such a system?
On a side note, I'm a CompSci student and Web Developer so there won't be any issues with technical solutions mixing JS and CGI/PHP
Comment