DimaK Posted September 13, 2007 Share Posted September 13, 2007 If visitor click directly to step 2 /order.php?step=2&pid=3 then he don't see what is he order. Is it possible to add plan name, plan description to this step ? PS. if I put veriables "$product.name, $product.description" to order-steptwo.tpl - it not work, blank spaces instead of these variables. 0 Quote Link to comment Share on other sites More sharing options...
PPH Posted September 13, 2007 Share Posted September 13, 2007 I am sure someone with experience here may be able to help you with the actual variables to add, but I believe you could look to see how it is done in step4 to get an idea? 0 Quote Link to comment Share on other sites More sharing options...
bear Posted September 13, 2007 Share Posted September 13, 2007 Are you enclosing them in curly braces? {} Individually? {tag one} - {tag two} 0 Quote Link to comment Share on other sites More sharing options...
masgra Posted September 14, 2007 Share Posted September 14, 2007 bear, Try the following: {if $productinfo} {$LANG.orderproduct}: [b]{$productinfo.groupname} - {$productinfo.name}[/b]</p> {/if} Works for me. 0 Quote Link to comment Share on other sites More sharing options...
chaloupe Posted September 15, 2007 Share Posted September 15, 2007 It did work for me also on V3.3 Thanks for the code Best Regards, 0 Quote Link to comment Share on other sites More sharing options...
DimaK Posted September 15, 2007 Author Share Posted September 15, 2007 Yes, {$productinfo.groupname}: {$productinfo.name} is working! Thanks! 0 Quote Link to comment Share on other sites More sharing options...
Boss Posted October 14, 2007 Share Posted October 14, 2007 bear, Try the following: {if $productinfo} {$LANG.orderproduct}: [b]{$productinfo.groupname} - {$productinfo.name}[/b]</p> {/if} Works for me. Great little tip. Thanks so much 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.