Mike Jolley
|
8b4332a037
|
Refactors to shipping tax rate methods
|
2014-11-21 13:06:33 +00:00 |
claudiosmweb
|
dbcf4de41f
|
Fixed WC_Cart::get_cart_item() return type
|
2014-11-19 09:46:40 -02:00 |
Claudio Sanches
|
c7dc0947c4
|
Merge pull request #6788 from SiR-DanieL/undo_cart
Undo cart removal
|
2014-11-19 09:31:09 -02:00 |
Nicola Mustone
|
37ea3faf0a
|
Added missing get_cart_item
|
2014-11-18 20:48:45 +01:00 |
claudiosmweb
|
f34cead914
|
Removed old code in favor of wc_tax_enabled() and wc_prices_include_tax()
|
2014-11-18 14:45:29 -02:00 |
Nicola Mustone
|
7eecb87d34
|
Added get_undo_url
|
2014-11-18 17:30:52 +01:00 |
Mike Jolley
|
f600c5ec05
|
Limit coupons to X needs to persist across lines during calc
Fixes #6745
|
2014-11-14 16:38:33 +00:00 |
Mike Jolley
|
1d3b8db754
|
Move formatting logic
|
2014-11-14 16:22:01 +00:00 |
Mike Jolley
|
668e5ffb5c
|
Some refactoring of the coupon class to load data with less code
|
2014-11-14 16:22:01 +00:00 |
ThomasSultana
|
d3542a2192
|
#6740 Expose Previous Item Quantity
woocommerce_after_cart_item_quantity_update will now also pass the old quantity. #6740
|
2014-11-13 12:11:24 +01:00 |
Mike Jolley
|
18ebded7c5
|
Make check_cart_items consistantly placed
Closes #6708
|
2014-11-12 15:47:27 +00:00 |
Mike Jolley
|
cb8fe34b4c
|
get_base_tax_rates() + filter. Closes #6668
|
2014-11-11 11:56:17 +00:00 |
Marin Atanasov
|
8892b1aeb0
|
fixing a typo in comments in WC_Cart and its tests
|
2014-11-09 17:42:49 +02:00 |
Barry Kooij
|
6312683eec
|
Small codestyle fix to add_discount method.
|
2014-10-28 11:51:33 +01:00 |
claudiosmweb
|
dfde3f0028
|
Prevents adding trashed products in the cart
|
2014-10-24 20:12:55 -02:00 |
Barry Kooij
|
80dc739ef0
|
Add return statement to check_cart_items
|
2014-10-24 20:56:06 +02:00 |
Barry Kooij
|
fbff5936d9
|
Added return statement to set_quantity
|
2014-10-24 16:02:31 +02:00 |
Barry Kooij
|
25d9b9e54a
|
WC cart codestyle
|
2014-10-24 15:35:45 +02:00 |
Barry Kooij
|
77521f699b
|
Optimized cart get_checkout_url method.
|
2014-10-21 15:08:51 +02:00 |
Chris Harvey
|
504253c909
|
Pass cart values to is_valid_for_product method
|
2014-10-10 15:44:18 +01:00 |
justinstern
|
26806660d4
|
include original $quantity with
woocommerce_add_to_cart_solid_individually_quantity filter
|
2014-09-24 16:54:15 -04:00 |
justinstern
|
b1c9db3282
|
Adds a woocommerce_add_to_cart_sold_individually_quantity filter
Additional control over the quantity added when a product is "sold
individually"
|
2014-09-24 16:38:52 -04:00 |
Shiva Poudel
|
0b58d335b8
|
Reverted access public
Thanks! @tamarazuk
|
2014-09-15 08:17:19 +05:45 |
Shiva Poudel
|
6e58c45196
|
@access public in docblock
|
2014-09-15 01:40:24 +05:45 |
Shiva Poudel
|
40fe9ffd2f
|
check_cart_item_validity() should have have public
|
2014-09-15 01:37:51 +05:45 |
Shiva Poudel
|
40ec40a411
|
Found and fix docblock comment
|
2014-09-15 01:35:22 +05:45 |
Shiva Poudel
|
8e09892064
|
better at get_option() @ L91
|
2014-09-15 01:33:13 +05:45 |
Shiva Poudel
|
a4f6b0f9f9
|
Converted Indentations to tabs
|
2014-09-15 01:29:56 +05:45 |
Shiva Poudel
|
f829e53a96
|
New line for docblock
|
2014-09-15 01:24:50 +05:45 |
Shiva Poudel
|
ccf15ff06b
|
Better docblock ;)
|
2014-09-15 01:22:48 +05:45 |
Shiva Poudel
|
cf421b1c12
|
OOPS! again time constant
|
2014-09-15 01:18:46 +05:45 |
Shiva Poudel
|
a2ab230efb
|
Use of time constant
|
2014-09-15 01:17:14 +05:45 |
Shiva Poudel
|
1e7a3ae6d3
|
indendation Improvement for WC_Cart
|
2014-09-15 01:14:32 +05:45 |
Mike Jolley
|
27a20dd80e
|
Docblock changes
|
2014-09-08 16:35:40 +01:00 |
Mike Jolley
|
c4ef86d44e
|
scrutinizer patches
|
2014-09-08 00:37:55 +01:00 |
Mike Jolley
|
602254851a
|
Reset fees before calculating/adding them again
Fixes #6090
@claudiosmweb Do you see any issues with this?
|
2014-08-26 15:39:19 +01:00 |
Barry Kooij
|
94365791af
|
Changed all use of get_product to wc_get_product
|
2014-08-19 12:09:29 +02:00 |
Nicola Mustone
|
e49fe4c713
|
Added parenthesis
WP coding standard says to add always parenthesis
|
2014-08-07 18:26:48 +02:00 |
claudiosmweb
|
0617d53353
|
fixed undefined offset when added products in cart
|
2014-08-04 16:37:42 -03:00 |
Mike Jolley
|
e02d94d305
|
Fix stock logic in 2.2 for variations with parents which manage stock
Closes #5957 @claudiosmweb can you review this change?
|
2014-08-04 10:51:54 +01:00 |
Mike Jolley
|
3f906b1ffa
|
Change shutdown hook priority
Fixes #5860
|
2014-07-31 07:26:49 +01:00 |
Mike Jolley
|
c465c7235d
|
Merge branch 'credit-notes'
Conflicts:
includes/abstracts/abstract-wc-order.php
includes/class-wc-order-factory.php
includes/class-wc-post-types.php
includes/wc-formatting-functions.php
includes/wc-order-functions.php
|
2014-07-29 12:09:52 +01:00 |
Mike Jolley
|
134f31abb9
|
Taxes were stored backwards
cc @claudiosmweb
|
2014-07-23 11:37:02 +01:00 |
Mike Jolley
|
ab36ec12d5
|
Merge pull request #5822 from helgatheviking/fix/add-to-cart
add_to_cart() return $cart_item_key
|
2014-07-22 18:32:55 +01:00 |
Kathy Darling
|
7e0121a0d9
|
update docblock for add_to_cart() method
|
2014-07-22 12:25:12 -04:00 |
claudiosmweb
|
5152457d9d
|
improved the saving the new tax data
|
2014-07-20 01:28:16 -03:00 |
claudiosmweb
|
93cf3c88bd
|
initial implementation of order items taxes
|
2014-07-19 01:08:02 -03:00 |
Mike Jolley
|
9e6caec3a2
|
set cookies on shutdown in case of redirect.
|
2014-07-11 15:40:18 +01:00 |
Mike Jolley
|
755001f19b
|
Use order types where required
|
2014-07-11 12:43:42 +01:00 |
Kathy Darling
|
5a88e77959
|
add_to_cart() return $cart_item_key
|
2014-07-09 16:33:40 -04:00 |