PDA

View Full Version : continue shopping button


robert329616
04-13-2009, 11:57 AM
Hello.

Is anyone else having this issue?
I am using the latest ecart with CS4. I used display manager to set up my cart page. Everything works except the continue shopping button which does nothing when clicked. The behavior dos not show up in the behaviors panel. I deleted the button and re-applied by selecting the continue shopping button. The but appears and is clickable but still does not re-direct to any page. The behavior also does not show up.

Is there a work around?

Thanks.

Regards,
Rob

deno1965
04-15-2009, 12:04 AM
When you bring up your cart page, go over to the server behaviors and all the buttons are listed there. Double click on the ecart continue shopping and a window will come up. There is a spot for you to name your redirect and a checkbox to go to previous shop page if exists. Thats where you tell the button what to do.

Dean

t-hawkins388862
09-11-2009, 06:23 PM
Everything works great except continue shopping in paypal. An error is generated instructing me to open a new browser page.

I read the support group and tried to look in server behavior panel of the .htm page as suggested from a previous post. I have nothing in my server behavior panel. Could this be because I have the free download version?

What am I skipping or missing?

Jason Byrnes
09-14-2009, 08:52 AM
Just to make sure I understand you:

You are using Paypal Payments Standard?
You get to the confirm page on your site and confirm your order which brings you to paypal's site. On Paypal's site you click the continue shopping button and get an error?

What is the exect text of the error?

On the confirm page, look for the following hidden form elements:

<input type="hidden" name="cancel_return" id="cancel_return" value="http://www.yourdomein.com/cancel_checkout.php" />
<input type="hidden" name="return" id="return" value="http://www.yourdomein.com/checkout_success.php" />

and add another hidden form element:
<input type="hidden" name="shopping_url" id="return" value="http://www.yourdomein.com/cart.php" />