View Single Post
  #3  
Old 12-30-2014, 09:31 AM
 
gkarlsson gkarlsson is offline
 

Member
  
Join Date: Apr 2014
Posts: 24
 

Default Re: No city masks in zone.

Strange - when I overwrote this protected method I got really strange results and my whole Admin interface was whacked.

Here is the excerpt from my php file

PHP Code:
namespace XLite\Module\KR\KRFeatures\View;

abstract class 
Countries extends \XLite\View\Tabs\ATabs implements \XLite\Base\IDecorator
{
    protected function 
isCityMasksEditEnabled()
    {
        return 
true;
    }

__________________
X-Cart: 5.2.6
Reply With Quote