woocommerce/classes
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
..
gateways Paypal fix, and Signup/login can be turned off for checkout. Closes #125. 2011-11-04 17:48:04 +00:00
shipping New cart code adapted from Lucas Starks pull request. 2011-11-06 13:45:18 +00:00
cart.class.php New cart code adapted from Lucas Starks pull request. 2011-11-06 13:45:18 +00:00
checkout.class.php New cart code adapted from Lucas Starks pull request. 2011-11-06 13:45:18 +00:00
countries.class.php Conditional tax/vat 2011-10-31 10:54:49 +00:00
coupons.class.php New cart code adapted from Lucas Starks pull request. 2011-11-06 13:45:18 +00:00
customer.class.php Changes to shipping calculator 2011-10-31 16:27:41 +00:00
order.class.php Large change to product types 2011-11-05 19:03:03 +00:00
orders.class.php Changed order system so order data is not serialised - its stored in individual meta fields 2011-08-29 17:09:42 +01:00
product.class.php New cart code adapted from Lucas Starks pull request. 2011-11-06 13:45:18 +00:00
product_variation.class.php Large change to product types 2011-11-05 19:03:03 +00:00
tax.class.php New cart code adapted from Lucas Starks pull request. 2011-11-06 13:45:18 +00:00
validation.class.php Validation class fix 2011-09-08 11:54:19 +01:00
woocommerce.class.php Products on sale widget + transient. Closes #66. 2011-11-04 20:46:06 +00:00
woocommerce_query.class.php Multiple Fixes 2011-10-06 11:46:19 +01:00