Re: Edit Orders v3.0 for Zen Cart 1.3.9 Support Thread
its FIXED 3.5, my advice is to wait.
3.5 is almost done. Busy cleaning code, fixing bugs and adding enhancements my clients require.
Basically the the entire code block for updates will need to be rewritten +/- 1000 lines. Best would be to wait.
Below is an example of how you do it.
PHP Code:
if(isset($_POST['update_delivery_country'])){
if(($temp =zen_db_scrub_in($_POST['update_delivery_country'])) != zen_db_scrub_in($order->delivery['country'])){
$Query .= "delivery_country = '" . $temp . "', ";
}
}
Last edited by xcooling; 10 Feb 2011 at 04:44 PM.
[ updates | coding | maintenance | bug fixes | dedicated servers ]
Bookmarks