rbro Posted December 1, 2007 Share Posted December 1, 2007 I've been experimenting with putting some direct links from my various plans to the corresponding location of the order form, pulling the link out of the product config. It looks like it essentially takes you to step 2 in the order form, where the plan is chosen, which is fine. But is there any way to have some text show at the top here that will indicate to the user they've already chosen that plan. Does that make sense? IOW, they click on my bronze reseller order link and it takes them right to the order form step 2 where they're asked for domain options. I'd like there to be something that says at the top "BRONZE RESELLER PACKAGE" or something to that effect, so they know they've already chosen that at this point in the process. 0 Quote Link to comment Share on other sites More sharing options...
uberhost Posted December 1, 2007 Share Posted December 1, 2007 I've been experimenting with putting some direct links from my various plans to the corresponding location of the order form, pulling the link out of the product config. It looks like it essentially takes you to step 2 in the order form, where the plan is chosen, which is fine. But is there any way to have some text show at the top here that will indicate to the user they've already chosen that plan. Does that make sense? IOW, they click on my bronze reseller order link and it takes them right to the order form step 2 where they're asked for domain options. I'd like there to be something that says at the top "BRONZE RESELLER PACKAGE" or something to that effect, so they know they've already chosen that at this point in the process. Go to my plans page and click any of the order links, then let us know if that is what you had in mind. 0 Quote Link to comment Share on other sites More sharing options...
rbro Posted December 1, 2007 Author Share Posted December 1, 2007 Basically, yes. That's the idea. 0 Quote Link to comment Share on other sites More sharing options...
uberhost Posted December 1, 2007 Share Posted December 1, 2007 {if $productinfo} <p>{$LANG.orderproduct}: {$productinfo.groupname} - {$productinfo.name}<br /> <br /> {$productinfo.description}</p> {/if} ^ Add that code just above: {if $producttype eq "server" }. Adjust to suit. 0 Quote Link to comment Share on other sites More sharing options...
rbro Posted December 1, 2007 Author Share Posted December 1, 2007 Thank you so much! 0 Quote Link to comment Share on other sites More sharing options...
uberhost Posted December 1, 2007 Share Posted December 1, 2007 Thank you so much! Welcome. 0 Quote Link to comment Share on other sites More sharing options...
railto Posted December 1, 2007 Share Posted December 1, 2007 hey uberhost, thanks also, just implemented it, seeing as im using firect links, tho i took out the product description, gotta love smarty, was just too easy 0 Quote Link to comment Share on other sites More sharing options...
rbro Posted December 7, 2007 Author Share Posted December 7, 2007 Is there a way to the same kind of thing, but link directly to step 2 for a domain reg. only order? 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.