Anyone have any idea why the options come out this way?
It should show sizes, not the scrambled numbers.
Only shows in the print order or the email notification not in the admin under orders.
Please see image
Thanks
Current version: 1.3.5-SP2
message bump
Anyone?
upgrade to sp4…
Thanks for the reply. Will try that
[quote name=‘zeero6’]Anyone have any idea why the options come out this way?
It should show sizes, not the scrambled numbers.
Only shows in the print order or the email notification not in the admin under orders.
Please see image
Thanks
Current version: 1.3.5-SP2
[/QUOTE]
Try to check that you have the following part of code:
{if $oi.product_options}
{include file="common_templates/options_info.tpl" product_options=$oi.product_options}{/if}
in the “/skins/[CUSTOMER_ACTIVE_SKIN]/mail/orders/invoice.tpl” file.
Thanks for the reply
Not there
Only this [QUOTE]{include file=“common_templates/options_info.tpl” product_options=$oi.extra.product_options}[/QUOTE]
I replaced the code with the one you gave me and it worked
Thank you very much
[quote name=‘zeero6’]Thanks for the reply
Not there
Only this
I replaced the code with the one you gave me and it worked
Thank you very much[/QUOTE]
Not at all!