Andrew Benbow
218a5eed1c
Update class-wc-checkout.php
...
Change password confirmation label and placeholder
2013-03-25 11:38:24 +00:00
Justin Stern
f4076b888f
Product Stock Filters
...
Added a number of filters related to product stock to allow for improved
control over the stock handling and display
2013-03-18 01:38:22 -04:00
Mike Jolley
bf8feefb6d
WC_START in checkout json requests to prevent notices breaking checkout.
2013-03-08 12:24:25 +00:00
Coen Jacobs
1b01a259f8
Always set user_meta, even if shiptobilling. Closes #2575
2013-03-04 12:17:48 +01:00
Pascal Borreli
ae7899c67b
Fixed typos
2013-03-03 17:07:31 +00:00
Mike Jolley
f7d52e5393
Check if set
2013-02-28 14:59:44 +00:00
Mike Jolley
35d5e2997a
Work with 4dp for discounts so totals add up. Closes #2476 .
2013-02-20 18:50:28 +00:00
Mike Jolley
f5f01c497e
Changes for API Docs
2013-02-20 17:14:51 +00:00
Mike Jolley
346ec52794
Customer id
2013-02-15 21:18:46 +00:00
Mike Jolley
a0393f3a52
Resume failed orders
2013-02-14 15:37:05 +00:00
Mike Jolley
60e3628076
Hook on order creation. Closes #2438 .
2013-02-13 09:38:54 +00:00
Ken Bass
5b80c9460a
Check wp_insert_user for WP_Error
2013-02-03 13:41:47 -05:00
Lee Willis
57af52f43d
Populate $current_user when users create an account during checkout
2013-01-22 21:30:14 +00:00
Mike Jolley
b1e4847e52
$current_user->ID
2013-01-07 17:26:02 +00:00
Mike Jolley
0786e7f9fc
rejig the order of loading address. Closes #2161 .
2013-01-07 15:58:19 +00:00
Mike Jolley
00499e7574
wp_insert_user Closes #2069 .
2012-12-28 18:45:06 +00:00
Mike Jolley
f464957639
Set the variables and renamed to prevent confusion with the session naming. Closes #2055 .
2012-12-27 19:24:37 +00:00
Mike Jolley
e0a67b3387
rounding fixes for #2020
2012-12-20 15:10:27 +00:00
Coen Jacobs
9a92fb48a1
Merge branch 'master' of https://github.com/woothemes/woocommerce
...
Conflicts:
classes/class-wc-query.php
classes/class-wc-tax.php
2012-12-15 13:00:34 +01:00
Coen Jacobs
7b5e74626a
Remove pass by reference for objects
...
Done all files except for external libaries: shareyourcart, cssmin,
lessc
@mikejolley Should we update those libraries as well?
2012-12-15 12:53:32 +01:00
Warren Holmes
d13d56ca14
Correct scope, remove us of var.
2012-12-14 23:27:29 +02:00
Mike Jolley
dda8b8afbe
JSON tweak from 1.6
2012-12-13 14:57:31 +00:00
Mike Jolley
3af034755b
Put holds on stock until orders are cancelled. Closes #1977 .
2012-12-12 21:14:19 +00:00
Mike Jolley
a0a9e2a699
IP. Closes #1975 .
2012-12-12 10:28:55 +00:00
Mike Jolley
a697ffbeb6
Coupon rework, reports, and styles. Closes #1862 .
2012-12-11 17:02:48 +00:00
Mike Jolley
bfcb3ec1e9
Load options in checkout class and ensure hooks are available to change the options. Closes #1950 .
2012-12-10 12:34:59 +00:00
Mike Jolley
e3698f99ed
Rounding fixes, and link tax rows to tax rates by ID.
...
Also closes #1869 as it allows us to use 'codes' for tax rates instead
of their label. E.g. code US-AL-Tax-1. This lets users filter taxes in
reports easier.
2012-12-06 19:49:04 +00:00
Mike Jolley
b1ec4b289a
Nuked whitespace. Closes #1846 .
2012-11-27 16:22:47 +00:00
Mike Jolley
4720628a71
Hooks galore for integers vs floats. Closes #1113 .
2012-11-19 14:05:06 +00:00
Mike Jolley
514a313f0a
Isset check Closes #1750 .
2012-11-13 23:40:13 +00:00
Mike Jolley
58778fa4fe
Store taxes on checkout
2012-11-13 15:28:39 +00:00
Mike Jolley
98ddb3bbc5
Display + storage
2012-11-12 17:15:54 +00:00
Coen Jacobs
3baaf6029a
Removed all deprecated classes and functions except for 1.6.x template files and functions
2012-11-08 16:27:47 +01:00
Mike Jolley
1826e1632c
Checkout line item clear
2012-11-07 21:06:52 +00:00
kathy
5f94c847b8
add woocommerce_add_order_item_meta hook
2012-10-31 12:09:22 -05:00
Mike Jolley
549880b8eb
New structure for line items (this one uses meta more)
2012-10-23 17:41:42 +01:00
Mike Jolley
c97aeaf533
use wp api for meta, and done the checkout
2012-10-19 18:59:17 +01:00
Mike Jolley
8c3ad31c07
Localisation spacing.
2012-10-16 10:45:33 +01:00
Mike Jolley
584c65eeb0
Session fixes
2012-09-12 12:48:30 +01:00
Mike Jolley
fdd34e5c0e
session -> transient WIP
2012-09-07 18:26:13 +01:00
Mike Jolley
03f64acf58
DP for #1383
2012-08-21 19:01:56 +01:00
Mike Jolley
5d152f2181
Class docs
2012-08-15 19:15:10 +01:00
Mike Jolley
91430543bd
More docs
2012-08-14 23:43:54 +01:00
Mike Jolley
07b6b6d59a
More class docs
2012-08-14 23:43:54 +01:00
Mike Jolley
8728c7a8c2
Titles and strstr. Closes #1366 .
2012-08-12 15:12:52 +01:00
Mike Jolley
702c0fde0c
Payment/shipping dropdowns. Closes #1269 .
2012-08-10 13:24:34 +01:00
Mike Jolley
9acb170520
Option to register using the email address as the username instead of entering a username. Closes #1027 .
2012-08-10 12:15:32 +01:00
Mike Jolley
27a1ae8ee8
Store customer IP and UA on purchase. Closes #1318 .
2012-07-31 13:11:17 +01:00
Aaron Holbrook
e4146d4c30
Fixed typo
2012-07-22 10:16:51 -05:00
Max Rice
48d4c16353
add coupon used order note at checkout
2012-07-20 18:52:27 -04:00