diff --git a/admin-dev/themes/template/products/associations.tpl b/admin-dev/themes/template/products/associations.tpl index 1186a7200..8c240b40d 100644 --- a/admin-dev/themes/template/products/associations.tpl +++ b/admin-dev/themes/template/products/associations.tpl @@ -33,15 +33,75 @@
- {**} - +| + |
+
+ {* @todo : donot use 3 foreach, but assign var *}
+ {foreach from=$accessories item=accessory}
+ {$accessory.name|htmlentitiesUTF8}{if !empty($accessory.reference)}{$accessory.reference}{/if}
+
+
+
+ ![]() + {/foreach} +
+
+ {l s='Begin typing the first letters of the product name, then select the product from the drop-down list:'} + +
+ |
+
| {l s='The stock management is disabled'} | -|
| - |
-
- {l s='The minimum quantity to buy this product (set to 1 to disable this feature)'} - |
-
| - | {$currency->prefix}{$currency->suffix}
- {if $country_display_tax_label}{l s='tax excl.'}{/if}
- {l s='Carrier tax will be applied.'} - |
-
| - | - {include file="products/input_text_lang.tpl" - languages=$languages - input_value=$product->available_now - input_name='available_now'} - {l s='Forbidden characters:'} <>;=#{} - | -
| - | - {include file="products/input_text_lang.tpl" - languages=$languages - input_value=$product->available_later - input_name='available_later'} - {l s='Forbidden characters:'} <>;=#{} - | -
| - |
-
- {l s='The available date when this product is out of stock'} - |
-
{l s='Tags separated by commas (e.g., dvd, dvd player, hifi)'}
- -
{l s='Begin typing the first letters of the product name, then select the product from the drop-down list:'}
- -
- | {l s='The stock management is disabled'} | +|
| + |
+
+ {l s='The minimum quantity to buy this product (set to 1 to disable this feature)'} + |
+
| + | + {include file="products/input_text_lang.tpl" + languages=$languages + input_value=$product->available_now + input_name='available_now'} + {l s='Forbidden characters:'} <>;=#{} + | +
| + | + {include file="products/input_text_lang.tpl" + languages=$languages + input_value=$product->available_later + input_name='available_later'} + {l s='Forbidden characters:'} <>;=#{} + | +
| + |
+
+ {l s='The available date when this product is out of stock'} + |
+