Re: Re: issues!

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: Re: issues!

Good thing I'm posting an install maintenance release in the morning. I'll have this fixed first thing... I thought I had grepped the code for any uses of old functions. You just need to change this:

<?php
 
if ($order === FALSE || $order->order_status != uc_get_order_status_id('in_checkout')) {
?>

To this:

<?php
 
if ($order === FALSE || uc_order_status_data($order->order_status, 'state') != 'in_checkout') {
?>
Alpha 7d is out there! By: Ryan (35 replies) Tue, 10/02/2007 - 15:07