Wiredremix Posted August 1, 2010 Share Posted August 1, 2010 (edited) Currently on the order screen config options name and price is listed under 1 tag - {$options.name} So the output is something like - Option 1 £9.99 GBP Is there any tags for each, so the option name as a single tag and the price as a second tag? The reason being is that if you have multiple config options the price easily gets lost if the option names are of varible length. So what i would try to acheave as a example is: <tr> <td>{$option.configname}</td> <td>{$option.configprice}</td> <tr> So we can clearly list the config item, and the config item price. Edited August 1, 2010 by Wiredremix 0 Quote Link to comment Share on other sites More sharing options...
Wiredremix Posted August 1, 2010 Author Share Posted August 1, 2010 Ok now looking through the code abit more {$configoption.options.0.name} displays one of the tags, but i cannot seem to get it to list all of them. {$configoption.options.0.name} Lists like Option name 1 Option name 1 etc 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.