Brent Shepherd
53136b7c9f
Adding cart subtotal filter.
2012-05-23 12:03:41 +10:00
Mike Jolley
0582078acc
postcode validation when country is different for shipping vs billing
2012-05-22 21:31:27 +01:00
Mike Jolley
5c4799e64b
woocommerce_shipping_chosen_method hook
2012-05-22 09:30:26 +01:00
Brent Shepherd
bbd33a4217
Adding WC_Payment_Gateway::is_supported() function for gateways to register support for certain features.
2012-05-22 11:04:05 +10:00
Coen Jacobs
1ee9e2388d
Merge pull request #1068 from GeertDD/kowloon
...
Kowloon spelling fix. Closes #1066
2012-05-21 07:35:19 -07:00
Geert De Deckere
559edb415e
Kowloon spelling fix
2012-05-21 16:17:04 +02:00
Mike Jolley
09ae0adfab
chosen method for UPS
2012-05-21 14:36:25 +01:00
Mike Jolley
96f5e7464f
removed unused function
2012-05-17 13:56:18 +01:00
Coen Jacobs
0bd3d5cbb8
Prevent error in ecommerce tracking if no categories set
2012-05-17 13:37:44 +02:00
Coen Jacobs
6fe3b788d9
Added filter on get_available_payment_gateways. Closes #1050
2012-05-17 11:40:50 +02:00
Coen Jacobs
cd1adebf83
get_stock_quantity returns '' if stock is off in global settings. Closes #1046
2012-05-17 11:16:41 +02:00
Mike Jolley
11a7c438f5
sharethis image support Closes #1038 .
2012-05-16 18:32:11 +01:00
Mike Jolley
01abd92f0a
woocommerce_get_price_html Closes #1040 .
2012-05-16 18:13:29 +01:00
Coen Jacobs
a3cd01c535
Added cost per order to Flat Rate shipping. Closes #1036
2012-05-16 12:00:23 +02:00
Mike Jolley
00d6ab00a6
Merge pull request #1047 from foxrunsoftware/master
...
Order Number Changes
2012-05-16 02:40:37 -07:00
Coen Jacobs
745ed4186d
Flat Rate Shipping code update
2012-05-16 10:03:49 +02:00
Justin Stern
d23fbcc698
Order Number Changes
...
Order number changes in preparation for the Sequential Order Number
plugin
2012-05-15 20:23:43 -04:00
Mike Jolley
c292060045
% discount rounding
2012-05-13 19:17:39 +01:00
Mike Jolley
12f9241162
fix analytics settings
2012-05-11 21:41:18 +01:00
Mike Jolley
aa2bf617ab
variations solid individually handling
2012-05-11 12:47:23 +01:00
Mike Jolley
564a07ed77
When the count of available shipping methods changes, reset to default
2012-05-10 16:35:36 +01:00
Mike Jolley
5686e0826a
notice
2012-05-10 13:51:35 +01:00
Mike Jolley
e6f5426839
Tweaks for launch
2012-05-10 12:45:14 +01:00
Mike Jolley
e92ceaae15
No word from .org team - removing wootransmitter for now
2012-05-10 10:34:44 +01:00
Mike Jolley
6c3bf05433
Tweak - After getting a shipping quote, use the shipping address for taxes on the cart page
2012-05-09 18:29:29 +01:00
Mike Jolley
7e3d400af0
order amount hooks
2012-05-09 11:09:45 +01:00
Mike Jolley
2cac2f9d68
Drag and drop ordering for products. Closes #95 . Closes #995 .
2012-05-08 20:30:18 +01:00
Mike Jolley
4adc961597
compound tax is show after cart discounts and thus needs to have them removed. Closes #1006 .
2012-05-08 18:47:35 +01:00
Mike Jolley
9d30ad15fa
wootrans opt in
2012-05-08 17:29:27 +01:00
Mike Jolley
a537b2c18f
Woo Transmitter Integration
2012-05-08 16:23:09 +01:00
Geert De Deckere
75d8163d36
Made shipping classes a bit more DRY
2012-05-05 15:32:24 +02:00
Mike Jolley
afd3eda733
unhook correction
2012-05-03 17:48:42 +01:00
Max Rice
c3fa081a44
fix call_user_func warning
...
Warning: call_user_func_array() expects parameter 1 to be a valid
callback, class 'WC_Google_Analytics' does not have a method
'google_tracking_code' in /htdocs/wp-includes/plugin.php on line 405
tracking functions were inside of init_form_fields()
2012-05-03 11:56:08 -04:00
Mike Jolley
6ff4053797
free shipping logic
2012-05-03 14:00:45 +01:00
Mike Jolley
90ad5da65b
Merge pull request #990 from thenbrent/new-order
...
New WC_Order Class Formatting Filters & Function
2012-05-01 17:07:25 -07:00
Mike Jolley
c380861778
coupons in packages to prevent cached methods
2012-05-01 20:24:22 +01:00
Mike Jolley
b80a296b7d
labels
2012-05-01 10:39:53 +01:00
Mike Jolley
3bfb91ca0c
init class
2012-05-01 10:19:56 +01:00
Mike Jolley
62c1d9d15c
ShareYourCart + integration tweaks
2012-04-30 20:50:52 +01:00
Brent Shepherd
1f8409ad0b
Updating instance of woocommerce_price( $this->get_order_total() ) to use new get_formatted_order_total() function.
2012-04-27 12:38:06 +10:00
Brent Shepherd
a75902d292
Ugh variable name typo, teach me to commit/push before testing - sorry!
2012-04-27 12:27:37 +10:00
Brent Shepherd
0b49818a5e
Adding "woocommerce_order_formatted_line_subtotal" filter to get_formatted_line_subtotal function. Adding new WC_Order::get_formatted_order_total() to centralise order total formatting and provide a new filter for order total. Replacing all instances of "woocommerce_price($order->order_total)" with new WC_Order::get_formatted_order_total() function.
2012-04-27 12:18:18 +10:00
Mike Jolley
5249935ce4
Removed nonces from add to cart urls
2012-04-25 11:32:45 +01:00
Mike Jolley
a4ec7d04d3
Prevent arrays which fail the empty() check
2012-04-25 10:27:46 +01:00
Mike Jolley
fd44780935
Options tweak and stock display format option.
2012-04-24 19:15:56 +01:00
Coen Jacobs
4f88788c5c
Readme bump on last two fixes
2012-04-24 16:14:36 +02:00
Coen Jacobs
adf28c1633
Use term_id (casted to int) for get_term_link( function
2012-04-24 13:43:01 +02:00
James Koster
ff8d9f395c
consistency
2012-04-23 22:22:41 +01:00
Mike Jolley
fc0e067613
per product flat rate. Closes #979 .
2012-04-23 15:32:21 +01:00
Mike Jolley
375d973128
When sending the order as a whole to paypal, send the shipping separately.. Closes #976 .
2012-04-23 15:02:48 +01:00
Mike Jolley
1f2a09869c
Only use rm=2 for paypal when SSL is enabled, to avoid security warnings when returning to the site.
2012-04-23 14:08:29 +01:00
Coen Jacobs
e0cfb04962
Added woocommerce_before_cart_item_quantity_zero action
2012-04-23 14:28:47 +02:00
Mike Jolley
68586f3005
Collect shipping address even when not required
2012-04-21 19:30:37 +01:00
Mike Jolley
db2c776855
small tidy
2012-04-21 19:10:01 +01:00
Mike Jolley
9a88f6b46e
woocommerce_get_price hook
2012-04-21 17:38:34 +01:00
Mike Jolley
9150c0695b
Removed space from postcode validation. Closes #968 .
2012-04-21 14:47:11 +01:00
Mike Jolley
0769f8843f
Cart/sold individually
2012-04-20 12:09:49 +01:00
Mike Jolley
392571aab0
exists function
2012-04-20 11:17:40 +01:00
Mike Jolley
a39fdd1612
Shipping calc state -> checkout. Closes #959 .
2012-04-19 12:09:52 +01:00
Mike Jolley
a7701311d9
Merge pull request #950 from GeertDD/flat-rate-options
...
Allow more readable flat rate options to be entered
2012-04-19 03:18:01 -07:00
Coen Jacobs
c0cb5b27de
Added minus symbol to cart discount labels too
2012-04-18 17:36:55 +02:00
Coen Jacobs
17f0f24101
Order, function get_order_item_totals code standards update
2012-04-18 12:29:30 +02:00
Coen Jacobs
40ed01104e
Added minus symbol before discount on view order page
2012-04-18 12:16:18 +02:00
Mike Jolley
0481a2bd0f
PayPal http_build_query & -> & on some PHP 5.3 servers
2012-04-18 11:04:31 +01:00
Geert De Deckere
4c08f7bf6d
Allow more readable flat rate options to be entered
2012-04-18 08:03:28 +02:00
Mike Jolley
727a4b1cf4
stock notifications
2012-04-17 12:53:02 +01:00
Coen Jacobs
b8d084ef29
Check for set notification options before sending notification
2012-04-17 13:10:38 +02:00
Mike Jolley
6b06b7f739
exclude products
2012-04-17 12:06:08 +01:00
Mike Jolley
4f905a0e67
Local rates were being ignored if no main rates were set
2012-04-16 18:55:35 +01:00
Mike Jolley
74d1cc0038
just a comment
2012-04-16 18:20:36 +01:00
Mike Jolley
ea15344c9e
get_woocommerce_currency
2012-04-16 16:27:18 +01:00
Mike Jolley
897737e425
Only show cart errors in cart-errors.php Closes #924 .
2012-04-16 15:39:40 +01:00
Mike Jolley
27b2c87600
Feature - Local delivery cost per item condition
2012-04-16 10:13:13 +01:00
Mike Jolley
f6ba5187fa
tweak to comment code
2012-04-15 00:37:37 +01:00
Mike Jolley
7aa97b0f38
product attributes template
2012-04-13 18:33:56 +01:00
Mike Jolley
1b0748fdd7
title
2012-04-13 13:13:16 +01:00
Coen Jacobs
d4ab1259fc
Check if $key is set before outputting values to prevent notices
2012-04-13 13:37:17 +02:00
Mike Jolley
775047514c
is_available for packages
2012-04-13 12:35:14 +01:00
Mike Jolley
b846131f82
"Package" support for shipping calculations - allows third parties to split the cart up to calc shipping. Also caches packages meaning the cart shipping only needs to be calculated once (until totals or customer location changes)
2012-04-13 12:16:24 +01:00
Mike Jolley
a4e65d3636
weight unit space
2012-04-12 22:59:17 +01:00
Mike Jolley
67956705a4
filter to avoid empty arrays
2012-04-12 19:18:55 +01:00
Mike Jolley
aba42b5fc0
Small template cleanup
2012-04-12 17:22:56 +01:00
Mike Jolley
c6a6949c5c
filter tweaks
2012-04-12 16:11:12 +01:00
Mike Jolley
f510b40514
Minimum fee option for flat rate shipping
2012-04-12 11:04:15 +01:00
Mike Jolley
afd727bb24
Improved variations panel, bulk edit, and added tax classes for variations. Closes #779 .
2012-04-11 18:56:54 +01:00
Mike Jolley
b9bec0be75
show_shipping. Closes #901 .
2012-04-11 13:08:04 +01:00
Mike Jolley
0df360ed9c
Wrong code for quebec (QC)
2012-04-11 12:05:36 +01:00
Mike Jolley
b04bdceda0
Shipping method settings and save hook changes
2012-04-11 10:01:22 +01:00
Mike Jolley
9f3e958601
page style Closes #904 .
2012-04-10 18:49:56 +01:00
Mike Jolley
a9a5f0ceca
extra actions for checkout. @8cc310c14ab55131a79f4340a37ef392283fc3ab
2012-04-10 18:21:33 +01:00
Mike Jolley
6f62606365
generate cart id match add_to_cart arguments
2012-04-10 17:56:44 +01:00
Mike Jolley
96ebb1f9f4
Fix for last commit
2012-04-10 13:14:31 +01:00
Mike Jolley
ee574e1ef8
Changed the filters for checkout field locales - lets you override the base country labels
2012-04-10 13:07:23 +01:00
Mike Jolley
9f65e7e1cb
Hook change
2012-04-10 12:18:41 +01:00
Mike Jolley
6363420508
hooks for stock increase/decrease
2012-04-09 14:58:00 +01:00
Mike Jolley
86c8da6189
New walkers. Closes #891 .
2012-04-05 17:51:36 +01:00
Coen Jacobs
592037a193
Filter available shipping methods. Closes #897
2012-04-05 17:29:22 +02:00
Mike Jolley
586a49b59e
filter tweaks
2012-04-03 15:46:28 +01:00
Mike Jolley
b18c7e5ec3
woocommerce_add_to_cart filter
2012-04-03 15:37:04 +01:00
Mike Jolley
78b2a2cf80
RMB paypal
2012-04-02 13:25:39 +01:00