• Hello 8manos Team,

    I really appreciate your efforts developing this plugin! it really saves a lot of time and standardize a very frequent task ?

    I found a small mistake in the Egyptian cities in EG.php from lines 218 to 253. Where EGKB is being set two times. The second one should be EGDK which is Dakahlia Governorate.

    I have already fixed this problem on my websites, I wish you can push this fix so other plugin users benefit from it.

            'EGKB' => array(
                'Abu Zaabal',
                'Al Khanka',
                'Al Shareaa Al Gadid',
                'Bahteem',
                'Banha',
                'El Kanater EL Khayrya',
                'El Khsos',
                'El Oboor',
                'El Qalag',
                'Kafr Shokr',
                'Meet Nama',
                'Mostorod',
                'Om Bayoumi',
                'Orabi',
                'Qaha',
                'Qalyoob',
                'Qalyubia',
                'Sheben Alkanater',
                'Shoubra Alkhema',
                'Tookh'
            ),
            'EGKB' => array( # should be fixed to EGDK
                'Aga',
                'Al Daqahliya',
                'Al Mansoura',
                'Belqas',
                'Dekernes',
                'El Sinblaween',
                'Manzala',
                'Meet Ghamr',
                'Menit El Nasr',
                'Nabroo',
                'Shrbeen',
                'Talkha'
            ),

    Thank You!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Egyptian Cities’ is closed to new replies.