kirk Posted September 19, 2006 Share Posted September 19, 2006 This came from someone in the feature request thread, but has not solved I am trying to add the product info and description to the step two template, because my ad links directly to step two from a different website it is important to display this info in step 2. I have tried pasting this directly into the template, but it it won't work <tr class="orderrow1"><td>{$LANG.orderproduct}</td><td>{$productinfo.groupname} - {$productinfo.name}</td></tr> <tr class="orderrow2"><td>{$LANG.orderdesc}</td><td>{$LANG.orderdesc}</td></tr> I have also tried this <tr><td>{$LANG.orderproduct}</td><td>{$productinfo.groupname} - {$productinfo.name}</td></tr> <tr><td>{$LANG.orderdesc}</td><td>{$LANG.orderdesc}</td></tr> But it will only display the field titles Product/Service - Description Description Anyone have an idea on how to make this work. Thanks Kirk 0 Quote Link to comment Share on other sites More sharing options...
MACscr Posted September 19, 2006 Share Posted September 19, 2006 try adding {debug} to the bottom of that template and will you will get a smarty debug template next time you refresh that page. Double check that the description is being listed in the array and is even available for use. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted September 19, 2006 WHMCS CEO Share Posted September 19, 2006 As discussed in the other thread you posted in today - http://whmcs.com/forums/viewtopic.php?t=948 - this is not currently possible which is why it was in the feature requests Matt 0 Quote Link to comment Share on other sites More sharing options...
kirk Posted September 19, 2006 Author Share Posted September 19, 2006 Ok, Sorry The post was not clear that it was not possible. The first time I loaded a step 2 page the first thing that came to mind was if I was at the right place to continue, I believe many customers will think the same. I will use a redirect page to let customers know they are being sent to a different domain to continue their order. Being sent to a different domain is reason enough to stop and retreat I want to avoid giving them any more reasons. 0 Quote Link to comment Share on other sites More sharing options...
WHM_Wayne Posted October 1, 2012 Share Posted October 1, 2012 6 years this has been a topic? Really? 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.