+
+
+
+
+
+
+
+
+
+
+
{l s='The Combinations Generator is a tool that allows you to easily create a series of combinations by selecting the related attributes. For example, if you\'re selling t-shirts in three different sizes and two different colors, the generator will create six combinations for you.'}
+
+
{l s='You\'re currently generating combinations for the following product:'} {$product_name|escape:'htmlall':'UTF-8'}
+
+
{l s='Step 1: On the left side, select the attributes you want to use (Hold down the "Ctrl" key on your keyboard and validate by clicking on "Add")'}
+
+
{foreach $attribute_groups as $k => $attribute_group}
{if isset($attribute_js[$attribute_group['id_attribute_group']])}
-
+ {/if}
{/if}
{/foreach}
-
-
+
{l s='Select a default quantity, and reference, for each combination the generator will create for this product.'}
+
+
{l s='Please click on "Generate these Combinations"'}
+
-
-
{l s='The Combinations Generator is a tool that allows you to easily create a series of combinations by selecting the related attributes. For example, if you\'re selling t-shirts in three different sizes and two different colors, the generator will create six combinations for you.'}
-
{l s='You\'re currently generating combinations for the following product:'} {$product_name|escape:'htmlall':'UTF-8'}
-
{l s='Step 1: On the left side, select the attributes you want to use (Hold down the "Ctrl" key on your keyboard and validate by clicking on "Add")'}
-
- {foreach $attribute_groups as $k => $attribute_group}
- {if isset($attribute_js[$attribute_group['id_attribute_group']])}
-
-
-
- | {$attribute_group['name']|escape:'htmlall':'UTF-8'} |
- {l s='Impact on the product price'} ({$currency_sign}) |
- {l s='Impact on the product weight'} ({$weight_unit}) |
-
-
-
-
-
- {if isset($attributes[$attribute_group['id_attribute_group']])}
- {foreach $attributes[$attribute_group['id_attribute_group']] AS $k => $attribute}
-
- {/foreach}
- {/if}
- {/if}
- {/foreach}
-
-
{l s='Select a default quantity, and reference, for each combination the generator will create for this product.'}
-
-
{l s='Please click on "Generate these Combinations"'}
-
-
\ No newline at end of file
diff --git a/admin-dev/themes/default/template/helpers/list/list_header.tpl b/admin-dev/themes/default/template/helpers/list/list_header.tpl
index 675ea9d83..be39232aa 100644
--- a/admin-dev/themes/default/template/helpers/list/list_header.tpl
+++ b/admin-dev/themes/default/template/helpers/list/list_header.tpl
@@ -177,7 +177,7 @@
if (submited)
return false;
submited = true;
-
+
//add hidden input to emulate submit button click when posting the form -> field name posted
btn_submit.before('
');
@@ -207,7 +207,7 @@
console.log('ok');
openModulesList();
});
-
+
function openModulesList()
{
$('#modules_list_container').modal('show');
@@ -246,7 +246,7 @@
{/if}