1.0 EE4
This commit is contained in:
10
copy_this/modules/d3_geoip/menu.xml
Normal file
10
copy_this/modules/d3_geoip/menu.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-15"?>
|
||||
<OX>
|
||||
<OXMENU id="NAVIGATION_ESHOPADMIN">
|
||||
<MAINMENU id="mxmainmenu">
|
||||
<SUBMENU id="mxcountries" cl="country" list="country_list">
|
||||
<TAB id="tbclcountry_geoip" cl="d3_country_geoip" />
|
||||
</SUBMENU>
|
||||
</MAINMENU>
|
||||
</OXMENU>
|
||||
</OX>
|
@ -7,7 +7,7 @@ class d3_oxcmp_cur_geoip extends d3_oxcmp_cur_geoip_parent
|
||||
{
|
||||
|
||||
$oLocation = &oxNew('d3geoip');
|
||||
$oLocation->setUserCountry();
|
||||
//$oLocation->setUserCountry();
|
||||
$oLocation->setCountryCurrency();
|
||||
|
||||
return parent::init();
|
||||
|
@ -5,7 +5,7 @@ class d3_oxcmp_lang_geoip extends d3_oxcmp_lang_geoip_parent
|
||||
public function init()
|
||||
{
|
||||
$oLocation = &oxNew('d3geoip');
|
||||
$oLocation->setUserCountry();
|
||||
//$oLocation->setUserCountry();
|
||||
$oLocation->setCountryLanguage();
|
||||
|
||||
return parent::init();
|
||||
|
Reference in New Issue
Block a user