// Add scenes for multistore
This commit is contained in:
@@ -47,6 +47,7 @@ class AdminStores extends AdminTab
|
||||
$this->_join = '
|
||||
LEFT JOIN `'._DB_PREFIX_.'country_lang` cl ON (cl.`id_country` = a.`id_country` AND cl.`id_lang` = '.(int)$context->language->id.')
|
||||
LEFT JOIN `'._DB_PREFIX_.'state` st ON (st.`id_state` = a.`id_state`)';
|
||||
$this->_group = 'GROUP BY a.id_store';
|
||||
|
||||
$countries = Country::getCountries($context->language->id);
|
||||
foreach ($countries AS $country)
|
||||
|
||||
Reference in New Issue
Block a user