
Originally Posted by
Jeff_Mash
Lat9 - Can you tell me where the zen_get_countries_name() function is defined at?
I thought i had the module working, but now I am getting an error: PHP Fatal error: Uncaught Error: Call to undefined function zen_get_countries_name() in /home/userdir/public_html/store/admin/includes/functions/extra_functions/edit_orders_functions.php:586
I looked online but I am not seeing the function in any of the ZenCart documentation.
looks like a typo. use:
PHP Code:
'name' => zen_get_country_name($country_info->fields['countries_id']),
Bookmarks