Mike Jolley
34f230a0d0
Tax display tweaks.
2012-10-12 12:57:08 +01:00
Mike Jolley
1b4130bc56
new email interface + plain text versions
2012-09-17 11:36:30 +01:00
Mike Jolley
aa34dd3714
tit
2012-09-12 13:05:53 +01:00
Neil Pie
ceaa69ae39
Update classes/class-wc-order.php
2012-09-09 16:25:02 +02:00
Mike Jolley
fdd34e5c0e
session -> transient WIP
2012-09-07 18:26:13 +01:00
Mike Jolley
4c4bc9f5d2
Multi download features, and added the expirey back.
2012-09-06 16:16:16 +01:00
Mike Jolley
72e3bf4bce
Merge pull request #1450 from foxrunsoftware/master
...
Multiple Downloads per Product
2012-09-06 05:05:27 -07:00
Mike Jolley
6560d92ecc
deprecated function bug. #1455 .
2012-08-31 14:25:45 +01:00
Justin Stern
9217ca09e0
Support for Multiple Downloads
...
Support for multiple downloadable files per product: both simple and
variable. This includes all admin, frontend, and database modification
code required for allowing multiple files, while maintaining backwards
compatibility for existing single-file download URLs and templates.
2012-08-28 11:21:54 -04:00
Mike Jolley
177592661c
cleanup #1418
2012-08-24 18:22:21 +01:00
Gerhard
5ab3a7b234
Abillity to hide meta on order detail through prefix like _
2012-08-24 10:38:45 +02: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
e3cd74f1cc
Class docs
2012-08-14 23:43:54 +01:00
Mike Jolley
a7d7b6b6a6
Fix - Notice in invoice template with number_format
2012-08-12 09:28:07 +01:00
Mike Jolley
10a39244bd
ecommerce track Closes #1361 .
2012-08-10 16:56:13 +01:00
Mike Jolley
6d7dae6b60
Localise comment emails. Closes #1353 .
2012-08-08 09:21:30 +01:00
Aaron Holbrook
2c0bbbe632
Update classes/class-wc-order.php
2012-07-31 21:15:37 -05:00
Mike Jolley
2e96d554ce
has_file() Closes #1275 .
2012-07-31 12:58:00 +01:00
Aaron Holbrook
b4a62dc49b
Fixed typos (depreciate should be deprecate)
2012-07-23 13:14:02 -05:00
Mike Jolley
5cd01f58a0
get_order_item_totals() total_rows have fixed indexes for easier manipulation. Closes #1059 .
2012-07-11 19:32:00 +01:00
Mike Jolley
a764608461
order_note comment type for future order notes, allowing you to filter in the comments section and show order notes in admin (so you can remove them). Closes #1244 .
2012-07-11 15:53:40 +01:00
Mike Jolley
1910f4a4f7
Coupon usage counts on cancell. Closes #1210 .
2012-07-10 16:52:52 +01:00
Coen Jacobs
dd7fde369d
Make hash before order number translatable. Closes #1161
2012-06-20 19:25:18 +02:00
Mike Jolley
cb1f1f9a28
Allow html in notes and use textarea. Closes #1171 .
2012-06-20 18:19:35 +01:00
Coen Jacobs
863918f7f4
Revert "Moved # character in translatable order strings. Closes #1161 "
...
This reverts commit f6c83fe6aa
.
2012-06-20 19:18:16 +02:00
Coen Jacobs
f6c83fe6aa
Moved # character in translatable order strings. Closes #1161
2012-06-20 19:14:33 +02:00
Mike Jolley
517c6186cb
Show shipping. Closes #933 .
2012-06-12 17:23:10 +01:00
Mike Jolley
4d7d184698
newlines and styling tweak. Closes #1112 .
2012-06-10 18:45:43 +01:00
Mike Jolley
0f905e9cd0
mijireh gateway
2012-06-08 11:46:10 +01:00
Mike Jolley
0fce6aecaa
localisation issues Closes #1106 .
2012-06-06 21:35:40 +01:00
Mike Jolley
ada45331d0
update date during payment
2012-06-03 13:12:41 +01:00
Mike Jolley
b7894b14ca
Counts. #1084 .
2012-05-28 10:19:29 +01:00
Brent Shepherd
33acc4c48b
Adding get_cart_discount_to_display & get_order_discount_to_display filters & functions.
2012-05-25 20:54:52 +10:00
Brent Shepherd
b43dc034e0
Adding order_shipping_to_display & order_subtotal_to_display filters.
2012-05-25 16:36:38 +10:00
Mike Jolley
7e3d400af0
order amount hooks
2012-05-09 11:09:45 +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
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
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
392571aab0
exists function
2012-04-20 11:17:40 +01: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
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
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
f6ba5187fa
tweak to comment code
2012-04-15 00:37:37 +01:00