bear Posted October 12, 2007 Share Posted October 12, 2007 If I directly link to a product, it takes the user to step 2 but doesn't display the selected package or description, which is stored in an array passed to the page. Is it possible to print this information (some of it) to the page on step 2? Kind of like: {if $pid !=""}({$product.name} - {$product.description}){/if} Anyone have an idea how to do this? The above is not working. 0 Quote Link to comment Share on other sites More sharing options...
bear Posted October 12, 2007 Author Share Posted October 12, 2007 I love answering my own questions. {if $productinfo.pid != ""}{$productinfo.name} - {$productinfo.description}{/if} 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted October 13, 2007 Share Posted October 13, 2007 We have: {if $productinfo} {$LANG.orderproduct}: {$productinfo.groupname} - {$productinfo.name} - {$productinfo.description}</p> {/if} for steptwo 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.