diff --git a/admin-dev/themes/default/template/controllers/products/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/products/helpers/form/form.tpl index 284acc386..7c39d30ee 100644 --- a/admin-dev/themes/default/template/controllers/products/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/controllers/products/helpers/form/form.tpl @@ -251,11 +251,11 @@ {* all input are here *}
{foreach $product_tabs key=numStep item=tab} -
+
{if $tab.selected} {$custom_form} {/if} -
+
{/foreach} diff --git a/admin-dev/themes/default/template/controllers/products/informations.tpl b/admin-dev/themes/default/template/controllers/products/informations.tpl index ad0fa3004..1699d21d7 100644 --- a/admin-dev/themes/default/template/controllers/products/informations.tpl +++ b/admin-dev/themes/default/template/controllers/products/informations.tpl @@ -28,404 +28,406 @@ {assign var=class_input_ajax value=''} {/if} - -

{l s='Info.'}

-
{l s='Product global information'}
- - -{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} - -{include file="controllers/products/multishop/check_fields.tpl" product_tab="Informations"} - - - -
- -
-
- -
-
- -
-
- -
-
-
- -
- -
- -
-
- {include file="controllers/products/input_text_lang.tpl" - languages=$languages - input_class="{$class_input_ajax}{if !$product->id}copy2friendlyUrl{/if} updateCurrentText" - input_value=$product->name - input_name="name" - } -
-
-
- -
- -
- -
-
- -
- -
- -
-
- -
- -
- -
-
- -
- -{* status informations *} -{include file="controllers/products/multishop/checkbox.tpl" field="active" type="radio" onclick=""} -
- -
- - active || !$product->isAssociatedToShop()}checked="checked" {/if} /> - - active && $product->isAssociatedToShop()}checked="checked"{/if} /> - - - -
-
- - - - - - -
- {include file="controllers/products/multishop/checkbox.tpl" field="visibility" type="default"} - -
- -
-
- -
active}style="display:none"{/if} > -
- {if isset($display_multishop_checkboxes) && $display_multishop_checkboxes} -
- {include file="controllers/products/multishop/checkbox.tpl" only_checkbox="true" field="available_for_order" type="default"} - {include file="controllers/products/multishop/checkbox.tpl" only_checkbox="true" field="show_price" type="show_price"} - {include file="controllers/products/multishop/checkbox.tpl" only_checkbox="true" field="online_only" type="default"} -
+
+ +

{l s='Info.'}

+
{l s='Product global information'}
+ + + {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} + + {include file="controllers/products/multishop/check_fields.tpl" product_tab="Informations"} + + + +
+ +
+
+ +
+
+ +
+
+
-
- {include file="controllers/products/multishop/checkbox.tpl" field="condition" type="default"} - -
- +
+ +
+ +
+ +
+
+ {include file="controllers/products/input_text_lang.tpl" + languages=$languages + input_class="{$class_input_ajax}{if !$product->id}copy2friendlyUrl{/if} updateCurrentText" + input_value=$product->name + input_name="name" + } +
+
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ + {* status informations *} + {include file="controllers/products/multishop/checkbox.tpl" field="active" type="radio" onclick=""} +
+ +
+ + active || !$product->isAssociatedToShop()}checked="checked" {/if} /> + + active && $product->isAssociatedToShop()}checked="checked"{/if} /> + + + +
+
+ + + -
-
+
\ No newline at end of file diff --git a/admin-dev/themes/default/template/controllers/products/prices.tpl b/admin-dev/themes/default/template/controllers/products/prices.tpl index 084f587ee..c396e7b35 100644 --- a/admin-dev/themes/default/template/controllers/products/prices.tpl +++ b/admin-dev/themes/default/template/controllers/products/prices.tpl @@ -103,397 +103,396 @@ $(document).ready(function () { Customer.init(); }); +
+ +

{l s='Product price'}

- -

{l s='Product price'}

- -
- {l s='You must enter either the pre-tax retail price, or the retail price with tax. The input field will be automatically calculated.'} -
- -{include file="controllers/products/multishop/check_fields.tpl" product_tab="Prices"} - -{include file="controllers/products/multishop/checkbox.tpl" field="wholesale_price" type="default"} -
- -
- {$currency->prefix}{$currency->suffix} - +
+ {l s='You must enter either the pre-tax retail price, or the retail price with tax. The input field will be automatically calculated.'}
-
-
- {include file="controllers/products/multishop/checkbox.tpl" field="price" type="price"} - -
- {$currency->prefix}{$currency->suffix} - - + {include file="controllers/products/multishop/check_fields.tpl" product_tab="Prices"} + + {include file="controllers/products/multishop/checkbox.tpl" field="wholesale_price" type="default"} +
+ +
+ {$currency->prefix}{$currency->suffix} + +
-
-
- {include file="controllers/products/multishop/checkbox.tpl" field="id_tax_rules_group" type="default"} - -
- -
-
- + +
+
+ +
+ {include file="controllers/products/multishop/checkbox.tpl" field="id_tax_rules_group" type="default"} + +
+ +
+
+ +
+
-
-{if $tax_exclude_taxe_option} -
-
-
- {l s='Taxes are currently disabled'} : - {l s='Tax options'} - + {if $tax_exclude_taxe_option} +
+
+
+ {l s='Taxes are currently disabled'} : + {l s='Tax options'} + +
-
-{/if} + {/if} - - -
- -
- {$currency->prefix}{$currency->suffix} - - -
-
- -
- {include file="controllers/products/multishop/checkbox.tpl" field="unit_price" type="unit_price"} - -
- {$currency->prefix}{$currency->suffix} - - {l s='per'} - -
-
- -{if $ps_tax && $country_display_tax_label} -
-
-
- {l s='or'} - {$currency->prefix}0.00{$currency->suffix} - {l s='per'} {$product->unity} {l s='with tax'} + -
-{/if} -
- {include file="controllers/products/multishop/checkbox.tpl" field="on_sale" type="default"} -
-
- +
+ +
+ {$currency->prefix}{$currency->suffix} + +
-
-
-
-
- {l s='Final retail price:'} - - {$currency->prefix} - 0.00 - {$currency->suffix} - ({l s='tax incl.'}) - - - {if $country_display_tax_label} - / - {/if} - {$currency->prefix} - - {$currency->suffix} - {if $country_display_tax_label}({l s='tax excl.'}){/if} +
+ {include file="controllers/products/multishop/checkbox.tpl" field="unit_price" type="unit_price"} + +
+ {$currency->prefix}{$currency->suffix} + + {l s='per'} +
-
+ {if $ps_tax && $country_display_tax_label} +
+
+
+ {l s='or'} + {$currency->prefix}0.00{$currency->suffix} + {l s='per'} {$product->unity} {l s='with tax'} + +
+
+
+ {/if} -{*todo separate fieldset*} +
+ {include file="controllers/products/multishop/checkbox.tpl" field="on_sale" type="default"} +
+
+ +
+
+
+ +
+
+
+ {l s='Final retail price:'} + + {$currency->prefix} + 0.00 + {$currency->suffix} + ({l s='tax incl.'}) + + + {if $country_display_tax_label} + / + {/if} + {$currency->prefix} + + {$currency->suffix} + {if $country_display_tax_label}({l s='tax excl.'}){/if} + +
+
+
+
{if isset($specificPriceModificationForm)} -

{l s='Specific prices'}

+
+

{l s='Specific prices'}

-
- {l s='You can set specific prices for clients belonging to different groups, different countries, etc...'} -
- -
-
- - {l s='Add a new specific price'} - - +
+ {l s='You can set specific prices for clients belonging to different groups, different countries, etc...'}
-
- + -
'; $content .= '