Salman75 Posted June 5, 2007 Share Posted June 5, 2007 Hi, Breadcrumb links for going back dissapear on step 5. If a customer wants to go back, he is pushed back to step 1. Some screen shots: http://www.qualityhostonline.com/whmcs/ Is this supposed to happen and why? 0 Quote Link to comment Share on other sites More sharing options...
trine Posted June 5, 2007 Share Posted June 5, 2007 nope, it shouldn't ... you may want to check your template code if you modified it. If in doubt, restore the original and see if it works. 0 Quote Link to comment Share on other sites More sharing options...
trine Posted June 5, 2007 Share Posted June 5, 2007 oops, sorry... we edited the links to appear. the default templates don't show it. I guess it's so someone doesn't go back from the customer signup page and loose them ... if you really want them back you can just place in the hyperlinks on the 5th step. yourplace.com/whmcs/order.php?step=4, etc ... 0 Quote Link to comment Share on other sites More sharing options...
Salman75 Posted June 5, 2007 Author Share Posted June 5, 2007 Thanks, we edited the tpl file to show the links and its working now 0 Quote Link to comment Share on other sites More sharing options...
Nathan123 Posted June 5, 2007 Share Posted June 5, 2007 Hi, Please can you tell me exactly how to do this? Thanks 0 Quote Link to comment Share on other sites More sharing options...
Salman75 Posted June 5, 2007 Author Share Posted June 5, 2007 Replace the top line of order-signup.tpl with the following code: {$LANG.orderprogress}: [url="{$smarty.server.PHP_SELF}"]{$LANG.orderchooseapackage}[/url] > [url="{$smarty.server.PHP_SELF}?step=2&modify=true"]{$LANG.orderdomainoptions}[/url] > [url="{$smarty.server.PHP_SELF}?step=3&modify=true"]{$LANG.orderconfigure}[/url] > [url="{$smarty.server.PHP_SELF}?step=4&modify=true"]{$LANG.orderconfirmorder}[/url] > [b]{$LANG.ordercheckout}[/b]</p> 0 Quote Link to comment Share on other sites More sharing options...
Nathan123 Posted June 5, 2007 Share Posted June 5, 2007 Thanks, Salman75 works great. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.