Mike Jolley
|
197c0c76cc
|
Only unset cookie if it exists #3513
|
2013-11-13 14:55:15 +00:00 |
Mike Jolley
|
b116d7619d
|
Ex tax calcs Closes #4100
|
2013-11-13 12:12:27 +00:00 |
thenbrent
|
0d45e19fcf
|
Update calls to wc_add_error() function
Part of #4034
|
2013-11-12 20:59:39 -08:00 |
Mike Jolley
|
3fd02a57d0
|
Locales - store standardised values, and display using locale in admin #3862
|
2013-11-12 17:43:30 +00:00 |
Mike Jolley
|
95c0a67fdf
|
Merge pull request #4017 from scottbasgaard/master
Define line_subtotal and line_subtotal_tax to avoid PHP notice in cart.
|
2013-10-29 09:49:55 -07:00 |
James Koster
|
1fbb6249ff
|
Replaced → / ← on frontend with icons from our font. closes #4009
|
2013-10-28 09:45:59 +00:00 |
Scott Basgaard
|
5676c8d919
|
Define line_subtotal and line_subtotal_tax to avoid PHP notice in cart.
|
2013-10-26 16:22:09 +02:00 |
Mike Jolley
|
a099f3f37c
|
Put back old coupon storage logic so plugins can add amounts later than construct. Also streamlined get/set session data.
|
2013-10-25 19:28:09 +01:00 |
Mike Jolley
|
19c3ab7172
|
calc_tax functions
|
2013-10-24 16:16:39 +01:00 |
Mike Jolley
|
6d32dafa79
|
debug
|
2013-10-24 14:55:23 +01:00 |
Mike Jolley
|
e4ff61f475
|
You know when you've been benbowed
|
2013-10-24 14:53:01 +01:00 |
Mike Jolley
|
0d8d95e8e6
|
total calcs
|
2013-10-24 13:41:42 +01:00 |
Mike Jolley
|
51aba21d76
|
Rounding + precision for taxes. Store unrounded. Round down (for the moment) for taxes
|
2013-10-24 13:15:42 +01:00 |
Mike Jolley
|
5d2e1ac031
|
Refactor coupon code so coupons get the actual discount amount, redone edit coupon screen with tabs, added coupon item limits which Closes #3902
|
2013-10-18 18:10:58 +01:00 |
Mike Jolley
|
f56edb66e4
|
Unused vars Closes #3937
|
2013-10-17 15:32:45 +01:00 |
Mike Jolley
|
47df526518
|
Prepend main WC Session cookie with 'wp' so batcache doesn't cache pages, and set cookie only when cart has contents. #3513
|
2013-10-17 15:29:53 +01:00 |
Gregory K
|
5f65586167
|
get_product_subtotal() PHPDoc fix
|
2013-10-16 09:29:48 -04:00 |
Gregory K
|
571500930f
|
get_product_price() : PHPDoc fix
|
2013-10-16 08:24:46 -04:00 |
Mike Jolley
|
40c85ec09a
|
Merge pull request #3881 from Gator92/tax_totals
Add tax_rate_id to objects returned from cart->tax_totals
|
2013-10-04 15:04:05 -07:00 |
Mike Jolley
|
b7a752ecc1
|
find_product_in_cart tweak Closes #3863
|
2013-10-04 12:30:07 +01:00 |
Mike Jolley
|
1b91c75039
|
Tweak add to cart message. Closes #3876.
|
2013-10-04 12:26:11 +01:00 |
Schuyler Langdon
|
7f71fae0a3
|
Add tax_rate_id to the tax total objects returned from the cart tax_totals method
|
2013-10-03 21:48:47 -04:00 |
Mike Jolley
|
c20a44c423
|
Coupon usage limits per user (using email + ID). Closes #3314
|
2013-10-01 11:48:27 +01:00 |
Mike Jolley
|
5954619e02
|
Set session when removing last item. Closes #3739
|
2013-09-23 14:01:17 +01:00 |
Mike Jolley
|
71cb94ebfa
|
Simpler tax rate check which Closes #3813
Could do with some more testing @ChromeOrange, and applying to .15 if
ok @coen
|
2013-09-23 12:44:15 +01:00 |
thenbrent
|
fb548d145e
|
Fix logic on coupon check
|
2013-09-18 17:02:56 -07:00 |
thenbrent
|
13e337b82d
|
Fix coupon checks in cart
|
2013-09-18 16:49:29 -07:00 |
Mike Jolley
|
355dd16962
|
Removed @coenjacobs helpers and cleaned up main clas
|
2013-09-12 14:41:02 +01:00 |
Mike Jolley
|
c501b1b59a
|
Remove taxes from cart with a zero-rate.
|
2013-09-10 11:04:29 +01:00 |
Mike Jolley
|
75f9dfabc6
|
Remove round for percent discounts. Closes #3717
|
2013-09-03 13:45:38 +01:00 |
Mike Jolley
|
54b3d53a1b
|
Flag a refresh when creating an account to prevent nonce issues. Fixes #3612.
@coenjacobs Might be for .14? Part of it anyway, can't cherry pick this
one.
|
2013-09-02 17:43:57 +01:00 |
Mike Jolley
|
44b9c72651
|
Improve cart update performance. Closes #3495.
|
2013-08-19 15:19:51 +01:00 |
Mike Jolley
|
e01df544ec
|
Reworked total templates to support coupon lines, and started support for multiple shipping methods per order.
@todo store shipping methods in the order
@todo test with PP shipping real world
cc @coe
|
2013-08-14 21:00:34 +01:00 |
Mike Jolley
|
64e1b091a0
|
Add a dedicated hook for adding fees. Closes #3611. Fixes #3352
@coenjacobs we might want this in .14 for some extensions in audit.
|
2013-08-13 17:19:20 +01:00 |
Mike Jolley
|
2b31cdb360
|
Cart item data templates Closes #3216.
|
2013-08-13 14:14:24 +01:00 |
Mike Jolley
|
03af136986
|
Separate ship to options from sell to. Closes #3215.
|
2013-08-02 16:54:28 +01:00 |
Mike Jolley
|
d0fd42ab1a
|
US Spelling of fulfil Closes #3570.
|
2013-08-02 11:18:05 +01:00 |
Mike Jolley
|
b2e3df20e3
|
Remove trashed and non-existant products from the cart. Closes #3457.
|
2013-07-30 11:51:50 +01:00 |
Coen Jacobs
|
9bcf44106c
|
Also apply #3405 to master branch
|
2013-06-28 13:10:44 +02:00 |
Mike Jolley
|
a9569ccd6f
|
Only allow those who can edit the post to add drafts to cart. For testing. Closes #3381
|
2013-06-28 11:14:21 +01:00 |
Mike Jolley
|
e6db7d2c0c
|
Set session after removing item. Closes #3382.
|
2013-06-28 11:03:12 +01:00 |
Mike Jolley
|
3b5d8b7d41
|
Futher standardisation of cart and order loops. Closes #3348.
|
2013-06-17 12:21:24 +01:00 |
Mike Jolley
|
f87505b445
|
Rounding tweaks
|
2013-06-13 17:01:47 +01:00 |
Mike Jolley
|
c72ae714f7
|
Removed nonce helper
@coe
|
2013-06-11 17:55:55 +01:00 |
Mike Jolley
|
646a8a008c
|
Make use of new functions
|
2013-06-11 15:59:54 +01:00 |
Mike Jolley
|
c75ea04c1c
|
classes -> includes
|
2013-06-11 14:25:30 +01:00 |