diff --git a/templates/admin/default/includes/inner-form-toolbar.html b/templates/admin/default/includes/inner-form-toolbar.html index 65420f265..80cf4c092 100755 --- a/templates/admin/default/includes/inner-form-toolbar.html +++ b/templates/admin/default/includes/inner-form-toolbar.html @@ -4,12 +4,13 @@ A toolbar displayed in forms, to display language change flags, submit and close Parameters: - hide_submit_buttons: true / false. If true, only the close button will be deplayed. + - show_currencies: true/false. If true, show the currency selection bar - page_url: the current page URL. Dafault id $current_url. Used to switchedition anguage. - close_url: no default. URL displayed when close button is clicked. If empty, the close button is not displayed. *}
-
+
+ {if $show_currencies == true} +
+
+
+
+ {loop name="currency_list" type="currency"} + + {$SYMBOL} + + {/loop} +
+
+
+
+ {/if} +
{if $hide_submit_buttons != true} diff --git a/templates/admin/default/includes/product-details-tab.html b/templates/admin/default/includes/product-details-tab.html index 553bf55e9..a8224a824 100644 --- a/templates/admin/default/includes/product-details-tab.html +++ b/templates/admin/default/includes/product-details-tab.html @@ -6,6 +6,7 @@ {include file = "includes/inner-form-toolbar.html" hide_submit_buttons = false + show_currencies = true page_url = "{url path='/admin/products/update' product_id=$ID}" close_url = "{url path='/admin/categories' category_id=$DEFAULT_CATEGORY}" @@ -36,24 +37,7 @@ {/form_field} {/loop} - -
-
- -
-
- -
+
{* -- Pricing ------------------------------------------------------- *}