• Great plugin, but the only issue that many cities in Saudi Arabia (which is supported in the plugin) are not included.

    As the list of cities are expanded in coverage by the shipping companies in Saudi or the rest of the world , it would be awesome to add the states and the related cities to the states as an option in the admin dashboard. We should be able to edit the list of cities and states

    Thank you for the good work!

    • This topic was modified 3 years, 10 months ago by mrjava.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Yordan Soares

    (@yordansoares)

    Hello @mrjava,

    States, Cities, and Places for WooCommerce introduced two filter hooks for handling the States and Places in all the available countries. See Using the filter hooks.

    You can also send a pull request to the plugin GitHub repository with the missing cities of Saudi Arabia.

    Since I’m not from Saudi Arabia, I depends of contributor like you to populate this lists. All the help is welcome ??

    Thanks for your review!

    Thread Starter mrjava

    (@mrjava)

    Thank you for your reply , I raised my review to 5 stars

    Please note that after adding a city in the code it shows up fine, but the problem it can not be translated. how to add the city to translations?

    Thank you

    Plugin Author Yordan Soares

    (@yordansoares)

    Hello @mrjava,

    Thanks for the 5 stars rating!

    We handle the translations using the _x() function to give a context to the location name, this way:

    [...]
    _x('Riyadh', 'Governorates of Saudi Arabia', 'states-cities-and-places-for-woocommerce'),
    [...]

    By doing so, you’ll be able to translate this string using a tool like Loco Translate. Although my recommendation is to send this addition as a pull request suggestion to the plugin repository on GitHub. This way, I can add it permanently to the plugin, and you will be able to use it in all your sites without having to do it manually.

    Let me know if you need more help!

    Best regards,
    Yordan.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Excellent and can be Awesome’ is closed to new replies.