Return to Snippet

Revision: 35978
at November 15, 2010 21:59 by jjensen90


Initial Code
stdClass Object
(
    [order_id] => 24
    [uid] => 1
    [order_status] => canceled
    [order_total] => 2
    [product_count] => 1
    [primary_email] => [email protected]
    [delivery_first_name] => Test
    [delivery_last_name] => User
    [delivery_phone] => (520) 404 4444
    [delivery_company] => Blahlah
    [delivery_street1] => 1 Main St
    [delivery_street2] => 
    [delivery_city] => San Jose
    [delivery_zone] => 12
    [delivery_postal_code] => 95131
    [delivery_country] => 840
    [billing_first_name] => Test
    [billing_last_name] => User
    [billing_phone] => 
    [billing_company] => 
    [billing_street1] => [email protected]
    [billing_street2] => 
    [billing_city] => 
    [billing_zone] => 0
    [billing_postal_code] => 
    [billing_country] => 840
    [payment_method] => paypal_ec
    [data] => 
    [created] => 1289818478
    [modified] => 1289818842
    [host] => 128.196.33.44
    [products] => Array
        (
            [0] => stdClass Object
                (
                    [order_product_id] => 47
                    [order_id] => 24
                    [nid] => 6
                    [title] => Article
                    [manufacturer] => 
                    [model] => 00000001
                    [qty] => 1
                    [cost] => 0.00000
                    [price] => 2.00000
                    [weight] => 0
                    [data] => Array
                        (
                            [attributes] => Array
                                (
                                    [project] => Array
                                        (
                                            [0] => asdgasdf
                                        )

                                    [topic] => Array
                                        (
                                            [0] => asdfasdf
                                        )

                                    [word count] => Array
                                        (
                                            [0] => 200 Words
                                        )

                                )

                            [shippable] => 0
                            [module] => uc_product
                        )

                    [order_uid] => 1
                )

        )

    [line_items] => Array
        (
            [0] => Array
                (
                    [line_item_id] => subtotal
                    [type] => subtotal
                    [title] => Subtotal
                    [amount] => 2
                    [weight] => 0
                    [data] => 
                )

        )

)

Initial URL


Initial Description


Initial Title
$updated_order print_r()

Initial Tags


Initial Language
PHP