3 lines
170 B
PHP
3 lines
170 B
PHP
<?php
|
|
use_helper('stCurrency');
|
|
echo st_currency_select_tag('add_group_price[currency_id]', $add_group_price->getCurrencyId(), array('exclude_system_currency' => true)); |