woocommerce/classes/shipping
Mike Jolley 869f413e9b New cart code adapted from Lucas Starks pull request.
Cart items are indexed by an md5 hash rather than numeric keys so we
can add custom data to cart items.

Plugins can hook in and add meta data, load it, and display it. The
adjust_price() function lets you adjust a products price too since its
loaded and stored in the cart on page load.

All works like a dream, all thats left is to show the values on the
cart page, and store them in the order item meta. Order item meta does
need a slight change though, to allow data with the same keys. Working
on that next.
2011-11-06 13:45:18 +00:00
..
shipping-flat_rate.php New cart code adapted from Lucas Starks pull request. 2011-11-06 13:45:18 +00:00
shipping-free_shipping.php esc_attr() and fix to odd get_option() pattern 2011-09-19 14:21:08 +08:00
shipping.class.php Overhauled classes and removed singletons 2011-09-06 12:11:22 +01:00
shipping_method.class.php class fixes 2011-09-06 12:18:22 +01:00