Mike Jolley
35fadb00fe
More consistent template file naming, broken checkout into templates
2012-01-29 13:36:33 +00:00
Mike Jolley
95c8669431
SKU exists check
2012-01-29 12:04:55 +00:00
Mike Jolley
4df185c953
Stock qty
2012-01-28 18:53:06 +00:00
lucasstark
b8b8bbf77f
Update admin/post-types/writepanels/writepanel-product-type-variable.php
2012-01-28 12:11:25 -05:00
Mike Jolley
0ba78556f4
get_sku
2012-01-28 15:37:13 +00:00
Mike Jolley
0226faa96b
incl. to checkout too
2012-01-28 15:34:21 +00:00
Mike Jolley
f8ea5ed281
Regex trim zeros back
2012-01-28 15:20:49 +00:00
Mike Jolley
c57ab7c33f
Product page tidy + success icons
2012-01-28 15:20:49 +00:00
Mike Jolley
5ef054f1f8
Product admin tweaks
2012-01-27 20:21:36 +00:00
Mike Jolley
0836ce04db
Better class names (final)
2012-01-27 16:38:39 +00:00
Mike Jolley
9cf0d02a4d
Allow draft parents. Closes #540 .
2012-01-27 15:19:09 +00:00
Mike Jolley
89a226a895
Store cart + shipping tax rows instead of a combination
2012-01-27 15:00:03 +00:00
Mike Jolley
e8ef14ce7d
Stock fix, and send shipping to paypal
2012-01-25 21:52:12 +00:00
Mike Jolley
0afe34a222
Minor fixes
2012-01-24 16:56:37 +00:00
Geert De Deckere
7b943ecfb8
Merge branch 'master' of git://github.com/woothemes/woocommerce
...
Conflicts:
woocommerce-ajax.php
2012-01-22 10:18:00 +01:00
Mike Jolley
e71d1b8034
Changed order item rows - see extended desc
...
Changed rows so we no longer store unit price. There were too many
rounding issues with inc. tax prices with the previous method. Now we
simply store line price - a subtotal which is before discounts, and a
total which is after discounts.
2012-01-22 02:39:21 +00:00
Geert De Deckere
7706ecfe7b
Starting class names with a capital. Closes #519 .
2012-01-21 10:07:54 +01:00
Mike Jolley
57e233adb1
Switched to .com maps. Closes #515 .
2012-01-21 01:18:49 +00:00
Mike Jolley
0ab045e16b
Fixed admin ajax
2012-01-18 17:49:55 +00:00
Mike Jolley
b3665c35b2
Added help tabs to main WC admin pages
2012-01-18 11:53:34 +00:00
Mike Jolley
cd8b0fd492
Order calculations
2012-01-13 21:25:39 +00:00
Mike Jolley
23a3776f04
Tweaks to order/validation class to improve performance
2012-01-13 00:46:56 +00:00
John-Henrique
f2d75bdbbc
added support the translation product list (select type)
2012-01-12 13:51:53 -03:00
John-Henrique
0d49d6e5a5
Added translation support to product list #494
2012-01-12 09:58:55 -03:00
Mike Jolley
8996b8f31a
Tweaks to variations.
2012-01-12 11:09:54 +00:00
Mike Jolley
a2d51aa201
Github sabotages files -.-
2012-01-12 00:54:45 +00:00
Mike Jolley
1dc5a3bc0b
Revert 136456f805ccdf9b7b6bce027dc24da3c14d4281^..HEAD
2012-01-12 00:43:30 +00:00
Mike Jolley
136456f805
Remonde ob_start. Moved checkout processing to init hook. Fixed email bug.
2012-01-12 00:30:21 +00:00
Mike Jolley
f8b3b65ada
Fixed duplicate product functionality
2012-01-11 19:37:33 +00:00
Mike Jolley
645d59f51b
Tabs
2012-01-11 18:59:30 +00:00
Mike Jolley
bc91c1433b
Goodbye &new. Closes #475 .
2012-01-10 15:11:06 +00:00
Mike Jolley
86afeaf594
Show order backend fields. Closes #460 .
2012-01-09 15:42:37 +00:00
Mike Jolley
13cd6952c7
Gallery meta fix. Closes #296 .
2012-01-06 16:10:12 +00:00
Mike Jolley
df1170a716
Delete all variations. Closes #243 .
2012-01-06 15:57:24 +00:00
Mike Jolley
250d2f5cd6
Cleaned up some localisation's. Closes #438 .
...
Let me know if there are any more.
2012-01-05 12:29:52 +00:00
Mike Jolley
f74e041a30
Renamed textdomain Closes #444 .
2012-01-05 11:31:22 +00:00
Mike Jolley
840e41c3e4
Missing localisation. Closes #445 .
2012-01-05 10:45:01 +00:00
Mike Jolley
a3f633e3a3
Fixes, subtotals, some backwards compat
2012-01-04 23:01:47 +00:00
Mike Jolley
fb5bb626e8
Shipping tax calc + rows, fixed up write panel
2012-01-04 16:24:26 +00:00
Mike Jolley
28922bb4ef
Shipping method tweaks/api to add multiple rates easily.
2012-01-03 19:07:32 +00:00
Mike Jolley
d9df9e7f73
woocommerce_product_visibility_options filter
2012-01-03 12:31:25 +00:00
Mike Jolley
701938961c
Stock quantity
2012-01-03 10:35:59 +00:00
Mike Jolley
ec7135ebb4
Taxes rounding + shipping, started email totals
2012-01-02 00:49:00 +00:00
Mike Jolley
bd4eaa9eb1
Tax rows and add order line item ajax
2011-12-31 19:03:41 +00:00
Mike Jolley
1de85e5d19
More taxes + totals work. Line item tweaks.
...
Next step; shipping.
2011-12-30 14:00:41 +00:00
Mike Jolley
a125a186de
Save tax class + status
2011-12-28 13:04:37 +00:00
Mike Jolley
86233f09ba
Changed order item rows (stored)
...
Instead of storing price ex. vat, we use the catalog settings. This
eliminates rounding errors and needing to store totals to high
precision.
Also, now storing tax class/status, line cost, and line tax. This will
allow us to support compound and stacked taxes (which are too complex
to do by storing just tax rate alone).
Old orders data will be missing for line item costs, but order totals
will be unaffected. This is unavoidable.
2011-12-28 13:02:13 +00:00
Mike Jolley
45d78748a1
Few more missed keys
2011-12-24 17:09:43 +00:00
Mike Jolley
fb57cc7e9d
More key renames
2011-12-24 17:05:51 +00:00
Mike Jolley
364c0bd54c
Renamed all product data meta keys
...
This is so they are hidden (_). Should have done this long ago. Few
extensions will need updating when 1.4 goes out to reflect these
changes, mainly importers.
2011-12-24 16:57:36 +00:00