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
Mike Jolley
129cf884fc
Order # in backorder notification.
2011-12-23 19:58:41 +00:00
lucasstark
4b6f8b067d
Added filter to coupon loading
2011-12-23 14:20:27 -05:00
Mike Jolley
11e81cea70
get_cart_tax filter
2011-12-23 18:15:46 +00:00
Mike Jolley
698ef5d59e
Fixes when tax is disabled.
2011-12-23 18:07:44 +00:00
Mike Jolley
50774151a4
Round order total. Closes #342 .
2011-12-23 16:30:46 +00:00
Mike Jolley
3a63feca07
Merge pull request #410 from spencerfinnell/master
...
Allow email subjects to be filtered.
2011-12-22 12:33:14 -08:00
Spencer Finnell
092fe416ba
Allow email subjects to be filtered.
2011-12-22 14:59:59 -05:00
Mike Jolley
e016a1253f
Query tweaks. Using 3.3 function is_main_query
2011-12-22 19:55:21 +00:00
Mike Jolley
cd7665f936
Order key hook. Closes #405 .
2011-12-21 23:54:11 +00:00
Mike Jolley
74bb271e96
Filter checkout fields..
...
.. you can pretty much turn off all fields now - although, you'll need
to turn off tax + shipping calcs too since they rely on addresses to
function.
2011-12-21 21:56:01 +00:00
Randy Hoyt
63e5693c9d
Hook to enable modifying tax rate on a particular order with a filter; postal code added as a parameter for those filters
2011-12-21 14:24:34 -06:00
Mike Jolley
3fe3fffe90
Address. Closes #301 . Closes #395 .
...
Improved checkout processing.
Made edit-address use the locale specific address fields.
2011-12-21 16:03:45 +00:00
Mike Jolley
18a80b5564
Send fix. Closes #396 .
2011-12-21 11:29:38 +00:00
Julian Jöris
f0ea7f8c8a
fix
2011-12-20 16:47:18 +01:00
Julian Jöris
66334486ed
gateway payment_fields fix
2011-12-20 16:44:46 +01:00
Julian Jöris
c07d56f5d0
Merge remote-tracking branch 'upstream/master'
2011-12-20 11:00:46 +01:00
Mike Jolley
9c80356589
Download links. Closes #375 . Closes #349 .
2011-12-19 17:50:41 +00:00
Mike Jolley
c4625ad91e
Coupon on checkout. Closes #379 .
2011-12-19 17:11:19 +00:00
Julian Jöris
b36b21390b
Merge remote-tracking branch 'upstream/master'
2011-12-19 15:53:50 +01:00
Mike Jolley
665d8bf512
Shipping method ordering. Closes #347 .
2011-12-19 14:05:32 +00:00
Mike Jolley
18cc9a9442
Admin formatted address
2011-12-18 13:41:42 +00:00
Mike Jolley
17a59bf3ec
Formatted address function + added to my account
2011-12-18 01:29:10 +00:00
Brent Shepherd
74fc1d8caa
Merge branch 'master' of git://github.com/woothemes/woocommerce
2011-12-17 15:04:31 +10:00
Mike Jolley
f04256320d
Locale stuff. Added locales for address fields for countries.
...
next step is to make the address formats work.
2011-12-16 21:19:56 +00:00
Mike Jolley
03891e7f56
Dynamic checkout fields based on locale
2011-12-16 15:11:41 +00:00
Mike Jolley
073d3cb2f0
Putting localisation stuff in countries class
2011-12-15 23:24:02 +00:00
Mike Jolley
df24e9e743
Locale settings for checkout
...
Work for base country, now it needs to be dynamic when changing
countries
2011-12-15 20:34:14 +00:00
Mike Jolley
fe3242558a
Working on locales, also added 'chosen' as an option for the checkout
2011-12-15 20:34:14 +00:00
Mike Jolley
7163d1dd38
Download URL fix with HTTPS
2011-12-15 11:21:06 +00:00
Brent Shepherd
c312c1ba95
Merge branch 'master' of git://github.com/woothemes/woocommerce
2011-12-15 21:16:17 +10:00
Brent Shepherd
687e1c9acd
Only updating order shipping meta if shipping details are set.
2011-12-15 20:15:12 +10:00
Mike Jolley
7ce329b2fd
Merge pull request #374 from lucasstark/patch-5
...
Added woocommerce_after_cart_item_quantity_update action to the set quan...
2011-12-14 17:17:24 -08:00
Mike Jolley
feb9afd30b
Started work on locale options for ticket #316 .
...
Plan is to combine locale options with the checkout array so fields can
be overridden.
2011-12-15 01:14:47 +00:00
lucasstark
7612a3803f
Added woocommerce_after_cart_item_quantity_update action to the set quantity method. Also modified the add_to_cart method to call the set_quantity function so the same hook is called.
2011-12-14 19:06:01 -05:00
Mike Jolley
4e85d2a8c5
Removed unused counties (GB)
2011-12-14 23:57:42 +00:00
Mike Jolley
07d7cfd4a3
Ensure base shipping is set. Closes #366 .
2011-12-14 23:50:32 +00:00
lucasstark
e39de48c84
Added woocommerce_before_calculate_totals action to the calculate_totals() function.
2011-12-14 14:02:41 -05:00
Mike Jolley
48f11d8c0d
Filters for customer email attachments
2011-12-12 17:59:39 +00:00
Mike Jolley
40b61efa3d
Check order is published. Closes #346 .
2011-12-12 17:39:31 +00:00
Mike Jolley
94cfb82379
Added context. Closes #348 .
2011-12-12 17:13:06 +00:00
Julian Jöris
8af8e6af41
Merge remote-tracking branch 'upstream/master'
2011-12-12 17:46:07 +01:00
Mike Jolley
046f770d08
PayPal totals bug
2011-12-12 11:36:04 +00:00
Mike Jolley
35d1d56329
Made product global, setup automatically, and removed the need to call the class directly in the loop
...
Themes need checking for compat, but the change makes it easier to use
2011-12-11 14:40:25 +00:00
Mike Jolley
6dff689cb9
Fixes
2011-12-10 18:40:51 +00:00
Mike Jolley
733b51401c
Moved email functions to classes, and made posts only save once (faster)
2011-12-10 17:28:32 +00:00
Mike Jolley
dae7cf35a2
Optimisations + order details template
2011-12-09 21:47:12 +00:00
Mike Jolley
f778c4f3ec
Started new structure, moved short codes into template files, moved main class into main file
2011-12-09 17:01:56 +00:00