{* * We offer the best and most useful modules PrestaShop and modifications for your online store. * * We are experts and professionals in PrestaShop * * @author PresTeamShop.com * @copyright 2011-2017 PresTeamShop * @license see file: LICENSE.txt * @category PrestaShop * @category Module *}
{l s='Extra information order' mod='onepagecheckoutps'}
{foreach from=$field_options item='option'} {/foreach}
{l s='Field' mod='onepagecheckoutps'} {l s='Value' mod='onepagecheckoutps'}
{$option.field_description} {if not empty($option.option_description) and not is_null($option.option_description)} {$option.option_description} {elseif not empty($option.value) and not is_null($option.value)} {$option.value} {else}--{/if}