Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / any help please with link

any help please with link

Locked

Views: 809

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
7 Jun 2008, 10:46 PM
#1
darkzipper avatar

darkzipper

New Zenner

Join Date:
Jun 2008
Posts:
7
Plugin Contributions:
0

any help please with link

hi
when a user sings up to my website you get the "Your Account Has Been Created!" text with a button on the bottem saying "continue" then it goes to the main page i would like to change that link so it goes to the shoping cart instead any help please
Thanks in advance

7 Jun 2008, 10:57 PM
#2
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,611
Plugin Contributions:
0

Re: any help please with link

What if they haven't put anything in their cart yet?

7 Jun 2008, 11:00 PM
#3
darkzipper avatar

darkzipper

New Zenner

Join Date:
Jun 2008
Posts:
7
Plugin Contributions:
0

Re: any help please with link

Kim:

What if they haven't put anything in their cart yet?

am using a membership mod that puts a membership in the shoping cart

8 Jun 2008, 12:07 AM
#4
darkzipper avatar

darkzipper

New Zenner

Join Date:
Jun 2008
Posts:
7
Plugin Contributions:
0

Re: any help please with link

hi in the file "tpl_create_account_success_default.php" is this line of code ```php

<div class="buttonRow forward"><?php echo '<a href="' . $origin_href . '">' . zen_image_button(BUTTON_IMAGE_CONTINUE, BUTTON_CONTINUE_ALT) . '</a>'; ?></div> ```
<a href="' . $origin_href . '">
``` i need it to go to the shopping cart instead what is the code or link for that?

thank in advance:blink: