g_p_java Posted December 20, 2012 Posted December 20, 2012 Hello, i'm trying to add a new function in file includes/modules/shipping/zones.php but i get this error: Fatal error: Call to undefined function shipping_add(). What is wrong? How am i supposed to fix this error? Thanks, in advance
g_p_java Posted December 20, 2012 Author Posted December 20, 2012 Solved it, i had included the function inside the class zones { Now i did: class zones { etc } //added new function outside class zones function shipping_add() { }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.