{* Set the default translation domain, that will be used by {intl} when the 'd' parameter is not set *} {default_translation_domain domain='bo.default'} {form name="thelia.admin.sale.modification"} {ifloop rel="product-list"}
ID | {intl l="Product title"} | {intl l="Reference"} | {intl l="Best taxed price"} | {intl l="Attributes"} | |
---|---|---|---|---|---|
{$ID} | {$TITLE} | {$REF} | {format_money number=$BEST_TAXED_PRICE} | {$has_combinations = false} {loop name="product.sales.elements.test" type="product_sale_elements" product=$ID currency=$edit_currency_id backend_context="1"} {loop name="product.combinations" type="attribute_combination" product_sale_elements=$ID backend_context="1"} {$has_combinations = true} {/loop} {/loop} {if $has_combinations} {else} {intl l="No attributes."} {/if} |