Invoice modifications

I have tired to edit my invoice.tpl but I’m not getting the results I need.



I would like to attribute fonts to be normal, but the actual “attribute variables” to BOLD.



I have included an invoice to show what I’m looking for.



Thank you in advance.

What do you mean by “attribute”?

Do you mean you want “option names” normal and “option values” to be bold?

Also, what version are you on?



Look for a line like the following in mail/common_templates/options_info.tpl and adjust formatting to your desires.

{$po.option_name}: {$po.variant_name}

[quote name=‘tbirnseth’]What do you mean by “attribute”?

Do you mean you want “option names” normal and “option values” to be bold?

Also, what version are you on?



Look for a line like the following in mail/common_templates/options_info.tpl and adjust formatting to your desires.

{$po.option_name}: {$po.variant_name}[/QUOTE]



Sorry, I was drinking wine at the time I wrote that :???:



thanks, looks like I found out what to do. THANKS !

I have cleaned up the options a bit.



Every option get their own line and the option value is in bold.





File changed, (cs-cart 2.1.1)

mail/common_templates/options_info.tpl



Code used,



```php {* $Id: options_info.tpl 8145 2009-10-28 15:12:09Z alexions $ *}

{if $product_options}





{$lang.options}:


{foreach from=$product_options item=po name=po_opt}





{$po.option_name}: {$po.variant_name}






{if $oi.extra.custom_files



[$po.option_id]}

{foreach from=$oi.extra.custom_files[$po.option_id] item=“file”



name=“po_files”}

{$file.name}

{if !



$smarty.foreach.po_files.last}, {/if}

{/foreach}

{/if}



{if



$settings.General.display_options_modifiers == “Y”}

{if !$skip_modifiers &&



$po.modifier|floatval}

({include file=“common_templates/modifier.tpl”



mod_type=$po.modifier_type mod_value=$po.modifier display_sign=true})

{/if}

{/if}





{if !$smarty.foreach.po_opt.last} {/if}

{/foreach}

{else}



{/if}

```

Glad the wine is working now… :slight_smile:

You might want to change your shipping notice now Xmas is over!