diff --git a/admin-dev/themes/default/template/controllers/products/quantities.tpl b/admin-dev/themes/default/template/controllers/products/quantities.tpl index 21253424f..813d628c7 100644 --- a/admin-dev/themes/default/template/controllers/products/quantities.tpl +++ b/admin-dev/themes/default/template/controllers/products/quantities.tpl @@ -25,13 +25,12 @@ {if isset($product->id)} -
{l s='This interface allows you to manage available quantities for sale for products. It also allows you to manage product combinations in the current shop.'}
{l s='You can choose whether or not to use the advanced stock management system for this product.'}
{l s='You can manually specify the quantities for the product/each product combination, or you can choose to automatically determine these quantities based on your stock (if advanced stock management is activated).'}
@@ -40,17 +39,19 @@{l s='For packs: If it has products that use advanced stock management, you have to specify a common warehouse for these products in the pack.'}
{l s='Also, please note that when a product has combinations, its default combination will be used in stock movements.'}
|
- is_virtual || $product->cache_is_pack}style="display:none;"{/if} class="row stockForVirtualProduct">
+
+ + |
- ||||||
|
-
+ {l s='I want to use the advanced stock management system for this product.'}
+ {if $stock_management_active == 0 && !$product->cache_is_pack} - {l s='This requires you to enable advanced stock management.'}
+ {else if $product->cache_is_pack} - {l s='This parameter depends on the product(s) in the pack.'}
+ {/if}
+
+
+
+
+
+ is_virtual || $product->cache_is_pack}style="display:none;"{/if} class="row stockForVirtualProduct">
+
+
+ |
- ||||||
|
-
+ {l s='Available quantities for current product and its combinations are based on warehouse stock. '}
+ {if ($stock_management_active == 0 || $product->advanced_stock_management == 0) && !$product->cache_is_pack} - {l s='This requires you to enable advanced stock management globally or for this product.'}
+ {else if $product->cache_is_pack} - {l s='This parameter depends on the product(s) in the pack.'}
+ {/if}
+
+
+
+ |
-
|
- {l s='When a product has combinations, quantities will be based on the default combination.'} -{l s='Given the quantities of the products in this pack, the maximum quantity should be:'} {$pack_quantity} - |
+ {l s='Quantity'} | +{l s='Designation'} | ||||
|---|---|---|---|---|---|---|
-
| + {$available_quantity[$attribute['id_product_attribute']]} + | +{$product_designation[$attribute['id_product_attribute']]} | ||||
-
|
-
+
+
+
{l s='It is not possible to manage quantities when:'}
@@ -191,60 +174,60 @@|
-
- {l s='The minimum quantity to buy this product (set to 1 to disable this feature)'} - |
- |
|
- {include file="controllers/products/multishop/checkbox.tpl" field="available_now" type="default" multilang="true"}
- |
- - {include file="controllers/products/input_text_lang.tpl" - languages=$languages - input_value=$product->available_now - input_name='available_now'} - {l s='Forbidden characters:'} <>;=#{} - | -
|
- {include file="controllers/products/multishop/checkbox.tpl" field="available_later" type="default" multilang="true"}
- |
- - {include file="controllers/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.'} - |
-