Jump to content

Config Options - Customising Layout.


Wiredremix

Recommended Posts

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 by Wiredremix
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated