{* * 2010-2023 Bl Modules. * * If you wish to customize this module for your needs, * please contact the authors first for more information. * * It's not allowed selling, reselling or other ways to share * this file or any other module files without author permission. * * @author Bl Modules * @copyright 2010-2023 Bl Modules * @license *}
{$block_name|escape:'htmlall':'UTF-8'}
{l s='Prestashop field' mod='xmlfeeds'}
{if empty($only_checkbox)}
{l s='XML tag name' mod='xmlfeeds'}
{/if} {if !empty($s.feed_mode) && ($s.feed_mode == 'pub' || $s.feed_mode == 'twi') && empty($only_checkbox)}
{l s='Product' mod='xmlfeeds'}
{l s='Offer' mod='xmlfeeds'}
{else}
{l s='Status' mod='xmlfeeds'}
{/if}
{foreach $fields as $f}
{$f.title|escape:'htmlall':'UTF-8'}
{if empty($f.is_only_checkbox)} {if $f.field_name == 'id_product+product'}
{elseif $f.field_name == 'additional_reference+bl_extra'}
{elseif $f.field_name == 'additional_ean13_with_prefix+bl_extra'}
{elseif $f.field_name == 'product_categories_tree+bl_extra'}
{elseif !empty($f.isEditPriceField)}
{l s='Edit price' mod='xmlfeeds'} {if !empty($f.editPriceValue)} {$f.editPriceActionName|escape:'htmlall':'UTF-8'}{$f.editPriceValue|escape:'htmlall':'UTF-8'} {/if}
{else}
{/if} {/if} {if !empty($s.feed_mode) && ($s.feed_mode == 'pub' || $s.feed_mode == 'twi') && empty($only_checkbox)}
{else}
{/if}
{/foreach}