diff --git a/admin-dev/themes/default/template/controllers/products/associations.tpl b/admin-dev/themes/default/template/controllers/products/associations.tpl index 8af8f433a..069065032 100644 --- a/admin-dev/themes/default/template/controllers/products/associations.tpl +++ b/admin-dev/themes/default/template/controllers/products/associations.tpl @@ -22,95 +22,96 @@ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} +
+ +
- -
+

{l s='Associations'}

-

{l s='Associations'}

- - {include file="controllers/products/multishop/check_fields.tpl" product_tab="Associations"} -
- {l s='Please select a default category.'} -
- -
- {include file="controllers/products/multishop/checkbox.tpl" field="category_box" type="category_box"} - -
-
- {$category_tree} -
- - {l s='Create new category'} - + {include file="controllers/products/multishop/check_fields.tpl" product_tab="Associations"} +
+ {l s='Please select a default category.'}
-
-
- {include file="controllers/products/multishop/checkbox.tpl" field="id_category_default" type="default"} - -
- -
-
- -
- -
- - - -
- -
- +
+ {include file="controllers/products/multishop/checkbox.tpl" field="category_box" type="category_box"} + +
+
+ {$category_tree}
+ + {l s='Create new category'} +
-
- {* @todo : donot use 3 foreach, but assign var *} - {foreach from=$accessories item=accessory} - {$accessory.name|escape:'htmlall':'UTF-8'}{if !empty($accessory.reference)}{$accessory.reference}{/if} - - +
+ +
+ {include file="controllers/products/multishop/checkbox.tpl" field="id_category_default" type="default"} + +
+
-
-
- -
-
-
- +
+ +
+ + + +
+ +
+ +
-
- - {l s='Create new manufacturer'} - +
+ {* @todo : donot use 3 foreach, but assign var *} + {foreach from=$accessories item=accessory} + {$accessory.name|escape:'htmlall':'UTF-8'}{if !empty($accessory.reference)}{$accessory.reference}{/if} + + + + {/foreach} +
+
+
+ +
+ +
+
+
+ +
+
-
\ No newline at end of file +
\ No newline at end of file diff --git a/admin-dev/themes/default/template/controllers/products/combinations.tpl b/admin-dev/themes/default/template/controllers/products/combinations.tpl index ecfd118b3..ca3d7c8b8 100644 --- a/admin-dev/themes/default/template/controllers/products/combinations.tpl +++ b/admin-dev/themes/default/template/controllers/products/combinations.tpl @@ -22,364 +22,365 @@ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} - - - -{if isset($product->id) && !$product->is_virtual} - +
-

{l s='Add or modify combinations for this product.'}

-
- {l s='Or use the'}  {l s='Product combinations generator'} {l s='in order to automatically create a set of combinations.'} -
- - {if $combination_exists} -
- {l s='Some combinations already exist. If you want to generate new combinations, the quantities for the existing combinations will be lost.'}
- {l s='You can add a combination by clicking the link "Add new combination" on the toolbar.'} -
- {/if} - {if isset($display_multishop_checkboxes) && $display_multishop_checkboxes} -
- {include file="controllers/products/multishop/check_fields.tpl" product_tab="Combinations"} - {/if} - - -
\ No newline at end of file diff --git a/admin-dev/themes/default/template/controllers/products/seo.tpl b/admin-dev/themes/default/template/controllers/products/seo.tpl index be78cd47a..14043dffd 100644 --- a/admin-dev/themes/default/template/controllers/products/seo.tpl +++ b/admin-dev/themes/default/template/controllers/products/seo.tpl @@ -22,96 +22,98 @@ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} - -

{l s='SEO'}

+
+ +

{l s='SEO'}

-{include file="controllers/products/multishop/check_fields.tpl" product_tab="Seo"} + {include file="controllers/products/multishop/check_fields.tpl" product_tab="Seo"} -
- {include file="controllers/products/multishop/checkbox.tpl" field="meta_title" type="default" multilang="true"} - -
-
- {include file="controllers/products/input_text_lang.tpl" - languages=$languages - input_name='meta_title' - input_value=$product->meta_title} -
-
-
- -
- {include file="controllers/products/multishop/checkbox.tpl" field="meta_description" type="default" multilang="true"} - -
-
- {include file="controllers/products/input_text_lang.tpl" - languages=$languages - input_name='meta_description' - input_value=$product->meta_description - } -
-
-
- -
- {include file="controllers/products/multishop/checkbox.tpl" field="meta_keywords" type="default" multilang="true"} - -
-
- {include file="controllers/products/input_text_lang.tpl" languages=$languages - input_value=$product->meta_keywords - input_name='meta_keywords'} -
-
-
- -
- {include file="controllers/products/multishop/checkbox.tpl" field="link_rewrite" type="default" multilang="true"} - -
-
-
-
+
+ {include file="controllers/products/multishop/checkbox.tpl" field="meta_title" type="default" multilang="true"} + +
+
{include file="controllers/products/input_text_lang.tpl" languages=$languages - input_value=$product->link_rewrite - input_name='link_rewrite'} + input_name='meta_title' + input_value=$product->meta_title} +
+
+
+ +
+ {include file="controllers/products/multishop/checkbox.tpl" field="meta_description" type="default" multilang="true"} + +
+
+ {include file="controllers/products/input_text_lang.tpl" + languages=$languages + input_name='meta_description' + input_value=$product->meta_description + } +
+
+
+ +
+ {include file="controllers/products/multishop/checkbox.tpl" field="meta_keywords" type="default" multilang="true"} + +
+
+ {include file="controllers/products/input_text_lang.tpl" languages=$languages + input_value=$product->meta_keywords + input_name='meta_keywords'} +
+
+
+ +
+ {include file="controllers/products/multishop/checkbox.tpl" field="link_rewrite" type="default" multilang="true"} + +
+
+
+
+ {include file="controllers/products/input_text_lang.tpl" + languages=$languages + input_value=$product->link_rewrite + input_name='link_rewrite'} +
+
+
- +
+ +
+
+
+ {l s='The product link will look like this:'} + {$curent_shop_url|escape:'htmlall':'UTF-8'}lang/{if isset($product->id)}{$product->id}{else}id_product{/if}-{$product->link_rewrite[$default_language]}.html
-
- -
-
-
- {l s='The product link will look like this:'} - {$curent_shop_url|escape:'htmlall':'UTF-8'}lang/{if isset($product->id)}{$product->id}{else}id_product{/if}-{$product->link_rewrite[$default_language]}.html -
-
-
\ No newline at end of file +
\ No newline at end of file diff --git a/admin-dev/themes/default/template/controllers/products/shipping.tpl b/admin-dev/themes/default/template/controllers/products/shipping.tpl index 138373960..df35fb7dc 100644 --- a/admin-dev/themes/default/template/controllers/products/shipping.tpl +++ b/admin-dev/themes/default/template/controllers/products/shipping.tpl @@ -22,90 +22,91 @@ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} +
+ +

{l s='Shipping'}

- -

{l s='Shipping'}

+ {if isset($display_common_field) && $display_common_field} +
{l s='Warning, if you change the value of fields with an orange bullet %s, the value will be changed for all other shops for this product' sprintf=$bullet_common_field}
+ {/if} -{if isset($display_common_field) && $display_common_field} -
{l s='Warning, if you change the value of fields with an orange bullet %s, the value will be changed for all other shops for this product' sprintf=$bullet_common_field}
-{/if} - -
- -
- {$ps_dimension_unit} - - {$bullet_common_field} +
+ +
+ {$ps_dimension_unit} + + {$bullet_common_field} +
-
-
- -
- {$ps_dimension_unit} - - {$bullet_common_field} +
+ +
+ {$ps_dimension_unit} + + {$bullet_common_field} +
-
-
- -
- {$ps_dimension_unit} - - {$bullet_common_field} +
+ +
+ {$ps_dimension_unit} + + {$bullet_common_field} +
-
-
- -
- {$ps_weight_unit} - - {$bullet_common_field} +
+ +
+ {$ps_weight_unit} + + {$bullet_common_field} +
-
-
- -
- {$currency->prefix}{$currency->suffix} {if $country_display_tax_label}({l s='tax excl.'}){/if} - +
+ +
+ {$currency->prefix}{$currency->suffix} {if $country_display_tax_label}({l s='tax excl.'}){/if} + +
-
-
- -
-
-
- - - {l s='Add'} -
-
- - - {l s='Remove'} +
+ +
+
+
+ + + {l s='Add'} +
+
+ + + {l s='Remove'} +
-
\ No newline at end of file +
\ No newline at end of file