Hi,
Does anybody know exactly how the checkout bounceback works? Is the page that it bounces back to loaded into a cookie/variable/bit of perl script or something else entirely? If so is there a way to force it to bounceback to a page of your choice?
I have an instance where I need to launch an application in a new page. The problem is that when I add items to the basket from this new page it bounces back to the page that launched it.
i.e. I launch a new page (lets call it page 2) from page1. When I add items to the shopping cart from page 2 it bounces back to page 1 when I want it to go back to page 2.
You can see if for yourself here:
If you load this page: http://www.decswitch.com/shop/Your_Image.html
And then click the blue box to launch the DECSWITCH DESIGNER TOOL, this page is called designer.html, when you add items to your cart it bounces back to Your_Image.html not designers.html.
FYI: This is how the designer.html page adds a product to a cart.
The designer is a java applet. When the Order button is clicked all necessary variables such as design, toggle colour and product id are passed out of the applet to a javaScript Function in the designer.html page. These variables are then submitted to the ca00000.pl file by JavaScript in a similar way to submitting a form.
Is there a way to populate some cookie/variable/perl script etc to force the redirect to come back to the Designer.html page?
Regards,
Rob.
Does anybody know exactly how the checkout bounceback works? Is the page that it bounces back to loaded into a cookie/variable/bit of perl script or something else entirely? If so is there a way to force it to bounceback to a page of your choice?
I have an instance where I need to launch an application in a new page. The problem is that when I add items to the basket from this new page it bounces back to the page that launched it.
i.e. I launch a new page (lets call it page 2) from page1. When I add items to the shopping cart from page 2 it bounces back to page 1 when I want it to go back to page 2.
You can see if for yourself here:
If you load this page: http://www.decswitch.com/shop/Your_Image.html
And then click the blue box to launch the DECSWITCH DESIGNER TOOL, this page is called designer.html, when you add items to your cart it bounces back to Your_Image.html not designers.html.
FYI: This is how the designer.html page adds a product to a cart.
The designer is a java applet. When the Order button is clicked all necessary variables such as design, toggle colour and product id are passed out of the applet to a javaScript Function in the designer.html page. These variables are then submitted to the ca00000.pl file by JavaScript in a similar way to submitting a form.
Is there a way to populate some cookie/variable/perl script etc to force the redirect to come back to the Designer.html page?
Regards,
Rob.
Comment