I have created a shipping module which uses both $_SESSION['wpsc_delivery_country'] and $_SESSION['wpsc_zipcode']. After upgrading to 3.8.9 my plugin stopped working, and I had to use $wpsc_cart->delivery_country instead of $_SESSION['wpsc_delivery_country'] for the plugin to work on 3.8.9 and later, but I am not sure this is the correct approach.What is the best way to handle session data such as delivery country and zip code if I want to support WP e-Commerce 3.8 and higher?
--
You received this message because you are subscribed to the Google Groups "WordPress e-Commerce Plugin Development" group.
To view this discussion on the web visit https://groups.google.com/d/msg/wordpress-e-commerce-plugin/-/QqNlsP-Azz8J.
To post to this group, send email to wordpress-e-c...@googlegroups.com.
To unsubscribe from this group, send email to wordpress-e-commerc...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/wordpress-e-commerce-plugin?hl=en.
--
You received this message because you are subscribed to the Google Groups "WordPress e-Commerce Plugin Development" group.
I have created a shipping module which uses both $_SESSION['wpsc_delivery_country'] and $_SESSION['wpsc_zipcode']. After upgrading to 3.8.9 my plugin stopped working, and I had to use $wpsc_cart->delivery_country instead of $_SESSION['wpsc_delivery_country'] for the plugin to work on 3.8.9 and later, but I am not sure this is the correct approach.What is the best way to handle session data such as delivery country and zip code if I want to support WP e-Commerce 3.8 and higher?
--
You received this message because you are subscribed to the Google Groups "WordPress e-Commerce Plugin Development" group.
To view this discussion on the web visit https://groups.google.com/d/msg/wordpress-e-commerce-plugin/-/QqNlsP-Azz8J.
--
You received this message because you are subscribed to the Google Groups "WordPress e-Commerce Plugin Development" group.