
Originally Posted by
Amit001
Array ( [securityToken] => 71f3cfb9f801c9cc610a10ac51c326e5 [customers_host_address] => localhost [cartID] => 06779 [cart] => shoppingCart Object ( [contents] => Array ( [733] => Array ( [qty] => 29 ) ) [total] => 3623.55 [weight] => 145 [cartID] => 06779 [content_type] => physical [free_shipping_item] => 0 [free_shipping_weight] => 0 [free_shipping_price] => 0 [observers] => Array ( ) ) [navigation] => navigationHistory Object ( [path] => Array ( [0] => Array ( [page] => checkout_shipping [mode] => NONSSL [get] => [post] => Array ( ) ) [1] => Array ( [page] => checkout_payment [mode] => NONSSL [get] => [post] => Array ( ) ) ) [snapshot] => Array ( ) [observers] => Array ( ) ) [check_valid] => true [language] => english [languages_id] => 1 [languages_code] => en [currency] => CAD [today_is] => 2009-11-26 [updateExpirations] => 1 [session_counter] => 1 [customers_ip_address] => 127.0.0.1 [customer_id] => 909 [customer_default_address_id] => 1070 [customers_authorization] => 0 [customer_first_name] => Amit [customer_last_name] => [customer_country_id] => 38 [customer_zone_id] => 74 [new_products_id_in_cart] => [valid_to_checkout] => 1 [cart_errors] => [sendto] => 1070 [payment] => [shipping] => Array ( [id] => storepickup_storepickup [title] => Store Pickup (Walk In) [cost] => 0.00 ) [billto] => 1070 [cot_gv] => 0 )
If this is the out put when i print session variables using print_r($_SESSION); . Difficulty is how to check shipping method is store pickup selected. please post