Unknown code on order review page!

Posts: 21
Joined: 03/15/2008

Hello,

I'm using Ubercart and I really enjoy it!

I have a little issue though, when I get to the order review page, I get:

Array
(
    [0] => stdClass Object
        (
            [id] => 2
            [name] => UK
            [area] => 826
            [type] => country
            [rate] => 4
            [min_weight] => 0.15
            [max_weight] => 1e+10
            [max_amount] => 1e+09
            [units] => KG
            [max_length] => 1e+08
            [max_width] => 1e+08
            [max_height] => 1e+08
            [length_units] => IN
            [conditions] =>
            [flat_weight] => flat
        )

)

I guess this is the order I made but I don't want it to actually appear on the page, customers don't want to see this. I'm using Ubercart 1.0 beta 7, everything else seems to work perfect.

Thanks for your help!

Rob

Posts: 5269
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

Ooh.. no telling what that's from. Laughing out loud It looks like debug data that you've either turned on or was left in that release on accident. A lot has changed since then, though, so if you're able I'd spend the time to update to the most recent release.