Mike Jolley
dfab71586b
Merge pull request #2827 from KveRa/master
...
Issue #2826 - PayPal Payment Data not Stored
2013-03-27 03:51:07 -07:00
Lucas M Pereira
89b42253d5
Issue #2826 - PayPal Payment Data not stored
...
PP Payment Details aren't being stored on posts meta table, because of a probably misstyped
variable on class-wc-gateway-paypal.php, in the function successful_request (Lines 658 to 666).
Replaced $order_id (non existent variable) by $order->id to correct the issue.
2013-03-26 17:48:24 -03:00
Mike Jolley
3626a2c2e4
Version bumpage
2013-03-26 12:44:05 +00:00
Mike Jolley
d14fb5fdc1
Cancel based on post_modified, so that checkout (when resuming an order) prevents them being cancelled. Closes #2814 .
2013-03-26 12:41:45 +00:00
Mike Jolley
ac097b3704
Merge pull request #2819 from kexplo/master
...
Add South Korean Won ( KRW, ₩ ) currency
2013-03-26 05:28:22 -07:00
Mike Jolley
36acab671f
Check typeof Closes #2811 .
2013-03-26 12:22:59 +00:00
kexplo
8231ee664e
Add South Korean Won ( KRW, ₩ ) currency
2013-03-26 17:13:21 +09:00
Coen Jacobs
78c1db6a51
Sanitize id in woocommerce_get_product_to_duplicate function
2013-03-25 20:53:13 +01:00
Mike Jolley
d4b57da561
Merge pull request #2810 from Geczy/master
...
Reports order link filter
2013-03-25 08:46:08 -07:00
Mike Jolley
1dd482efea
Merge pull request #2800 from maxrice/bulk-product-hooks
...
Add actions to product bulk edit section
2013-03-25 08:44:48 -07:00
Mike Jolley
4c722c7338
Hide tax reports when taxes disabled. Closes #2797 .
2013-03-25 15:43:14 +00:00
Mike Jolley
dd497f829c
Update status modifed time. Closes #2790 .
2013-03-25 14:56:17 +00:00
Mike Jolley
497d565d95
Pass subtotals and discount to avoid rounding issues in paypal Closes #2806 .
2013-03-25 14:46:15 +00:00
Matt
502e0586bf
Filter order links in the reports
2013-03-25 10:46:02 -04:00
Mike Jolley
2a7500f64f
Merge pull request #2808 from warrenlee/coupon-bug-fix
...
coupon message set invalid if null
2013-03-25 07:23:12 -07:00
Mike Jolley
b0f3457ae0
readme
2013-03-25 14:09:51 +00:00
Mike Jolley
39d60c9dd8
Merge pull request #2799 from maxrice/master
...
Fix WC_Product::set_stock_status() to correctly set status
2013-03-25 07:02:23 -07:00
Mike Jolley
93eb717f28
Merge pull request #2804 from kukac7/master
...
hungarian translation update
2013-03-25 07:01:24 -07:00
Mike Jolley
60adf29913
Merge pull request #2801 from sylwit/patch-1
...
Update woocommerce.php
2013-03-25 07:01:03 -07:00
Mike Jolley
a402c5cbff
Merge pull request #2805 from andreibarabas/master
...
Improve Merge #2767
2013-03-25 07:00:44 -07:00
Mike Jolley
6944b069a7
Merge pull request #2809 from frilyd/master
...
Completed Norwegian Nynorsk translation
2013-03-25 06:59:53 -07:00
Mike Jolley
76c7aed302
Download system report for FF
2013-03-25 13:57:56 +00:00
Mike Jolley
c9b6b4a302
Refresh totals on field change, and format tax price if numeric.
2013-03-25 11:41:43 +00:00
Andrew Benbow
218a5eed1c
Update class-wc-checkout.php
...
Change password confirmation label and placeholder
2013-03-25 11:38:24 +00:00
Mike Jolley
8b99a175a2
version data on system status page.
2013-03-25 10:34:36 +00:00
Eivind Ødegård
4f7cc642b2
Completed Norwegian Nynorsk translation
2013-03-25 08:14:13 +01:00
Warren Lee
4a77204aff
coupon message set invalid if null
2013-03-25 11:50:17 +08:00
Andrei Barabas
8694ebfcdc
coding standards
2013-03-24 21:16:22 +02:00
Andrei Barabas
6c865508c9
removed legacy code
2013-03-24 21:13:24 +02:00
andreibarabas
8d41dc8f90
Merge pull request #4 from woothemes/master
...
update fork
2013-03-24 11:43:25 -07:00
kukac7
ae36329d67
hungarian translation update
2013-03-24 19:11:25 +01:00
Sylvain WITMEYER
e2a6e26d92
Update woocommerce.php
...
is_admin() return a boolean
2013-03-23 22:33:19 +01:00
Max Rice
d04b3111d2
Add actions to product bulk edit section
2013-03-23 16:32:47 -04:00
Max Rice
3ce99ba71e
Fix WC_Product::set_stock_status() to correctly set status
2013-03-23 14:36:23 -04:00
Mike Jolley
414315fde0
start/end to prevent hook conflict. @growdev
2013-03-23 15:18:53 +00:00
Mike Jolley
789e917a7c
Backwards compat
2013-03-23 15:10:42 +00:00
Mike Jolley
b87c7ebb01
lower case auto_increment. #2752
2013-03-22 20:47:07 +00:00
Mike Jolley
9c2a7afe8a
Held duration must be > 0. Closes #2766 .
2013-03-22 20:36:36 +00:00
Mike Jolley
edb07efaef
Allow messages to show with caching plugins on add to cart.
2013-03-22 20:34:20 +00:00
James Koster
f7852906c9
Revert "Readme"
...
This reverts commit bc9e249826
.
2013-03-22 20:05:07 +00:00
James Koster
3ea5afbbc0
Revert "Don't allow decimals in .qty. closes #2773 "
...
This reverts commit 5e377c9f0f
.
2013-03-22 20:04:44 +00:00
James Koster
bc9e249826
Readme
2013-03-22 20:03:29 +00:00
James Koster
5e377c9f0f
Don't allow decimals in .qty. closes #2773
2013-03-22 20:03:07 +00:00
Mike Jolley
6e118de52b
stock_amount hook to ensure INT quantity. Closes #2773
2013-03-22 20:01:08 +00:00
Mike Jolley
95a86f15eb
Some code standards work for #2767
2013-03-22 18:29:36 +00:00
Mike Jolley
194bcc13ba
Readme update.
2013-03-22 18:09:09 +00:00
Mike Jolley
c8cb35c544
Merge pull request #2767 from andreibarabas/master
...
Improved ShareYourCart compatibility with WooCommerce 2.x
2013-03-22 11:08:51 -07:00
Mike Jolley
da15d78dc4
Merge pull request #2791 from maxrice/woocommerce-time-format
...
Add woocommerce_time_format() function
2013-03-22 11:07:38 -07:00
Mike Jolley
ccfd4c2164
Merge pull request #2784 from leewillis77/issue_2783
...
Order bestselling products correctly, order term should be numerically s...
2013-03-22 11:06:54 -07:00
Mike Jolley
70552fdfad
woocommerce_redirect_single_search_result #2775
2013-03-22 18:06:12 +00:00