Commit Graph

4666 Commits

Author SHA1 Message Date
Coen Jacobs 2306022135 Dutch spelling mistakes and .po file update 2013-04-03 20:22:43 +02:00
Scott McCauley 54c5bda39a #2867 - Added a check to parent theme for comments_template before loading plugin template
#2867
2013-04-03 13:55:20 -04:00
Reinoud van Santen b90bd6a1e0 Issue #2865 Localize email settings
Change the behaviour of the get_option function so that it attempts to
localize the value for setting that is returned by the parent's
get_option by using gettext.
2013-04-03 19:36:48 +02:00
Patrick Garman e6f3c99974 Remove hard coded max from random products widget. 2013-04-03 10:25:36 -05:00
Coen Jacobs d5205b2b18 Readme bump for #2857 2013-04-02 14:37:23 +02:00
Coen Jacobs f38e58df0a Merge pull request #2857 from jorijnsmit/patch-2
PHP function fell outside PHP tags
2013-04-02 05:35:32 -07:00
Jorijn Smit 2ae7ec8360 PHP function fell outside PHP tags.
The function do_action() on line 983 fell outside the PHP tags en thus displayed as pure text in the admin panel.
2013-04-02 13:49:41 +03:00
Mike Jolley a86451aa90 Fix saving of download permissions in order admin. 2013-04-02 11:25:07 +01:00
Roy Ho 83a794bb68 Added filter hook on place order button for easy 3rd party manipulation 2013-04-01 16:45:28 -07:00
Daniel Espinoza 14232bbbe8 Merge branch 'master' of github.com:woothemes/woocommerce 2013-04-01 11:39:13 -05:00
Mike Jolley cbb84e0368 settings page notices 2013-03-30 13:28:25 +00:00
Mike Jolley afae4734d6 attribute name checking 2013-03-29 18:42:49 +00:00
James Koster e0acad4d71 .shipping_address clears 2013-03-28 23:13:23 +00:00
James Koster 91c45f0732 product column widths in admin. closes #2841 2013-03-28 17:56:48 +00:00
Mike Jolley 4cef348370 subtotal rounding tweak 2013-03-28 17:08:33 +00:00
Mike Jolley 21c40fc6b9 Ensure API Request URL scheme is not relative to the current page. 2013-03-28 15:49:02 +00:00
Mike Jolley 6079c8f0e3 Settings API empty value only used if set. In turn fixes blank values in flat rate shipping. 2013-03-28 15:27:14 +00:00
Mike Jolley 042af6051f Recent reviews show actual review stars, and allowed get_rating_html() to be passed a rating. Also removed unused $location var. Closes #2838. 2013-03-28 13:58:01 +00:00
Mike Jolley bb1c532218 filename, break query string off 2013-03-28 12:31:48 +00:00
Mike Jolley a9af966f59 break word 2013-03-28 12:30:21 +00:00
Mike Jolley acdecbaad7 Merge pull request #2836 from deckerweb/master
Fix hardcoded 'Pages' string in visual editor button, patch for Issue #2835
2013-03-28 05:15:34 -07:00
Coen Jacobs 5c2d5db37e Readme with previous commit
https://github.com/woothemes/woocommerce/commit/808e3024ca20ffaebe1d33e0
ca89892beb99d2dc
2013-03-28 11:35:30 +01:00
Coen Jacobs 808e3024ca Do not sanitize old attribute name to not mess up comparing 2013-03-28 11:34:24 +01:00
Mike Jolley 02beffda1f Sandbox fix. #2833 2013-03-27 22:39:55 +00:00
David Decker d39f011880 Fix hardcoded 'Pages' string in visual editor button, patch for Issue #2835 2013-03-27 23:12:10 +01:00
Mike Jolley 6fcf4c1147 Fix the download method when force SSL is on. 2013-03-27 21:57:01 +00:00
Daniel Espinoza 531f3fd91a Added New Zealand states. 2013-03-27 15:31:38 -05:00
Mike Jolley d6035d5da3 NZ states 2013-03-27 20:24:14 +00:00
Mike Jolley c752ba4a9f Merge taxes by CODE so totals are displayed clearer. Also added additonal function for getting merged tax totals, and to keep compatibility with themes. #2815 2013-03-27 18:21:06 +00:00
James Koster 4e65ebd743 Only display validation result on required fields. closes #2820 2013-03-27 15:02:06 +00:00
James Koster b0961d4e91 placeholder fades out 2013-03-27 14:59:52 +00:00
James Koster f8f4867254 readme 2013-03-27 14:57:13 +00:00
James Koster 272ddcd992 clearfix 2013-03-27 14:56:45 +00:00
Mike Jolley 0609080802 find_rates() fixes. GROUP BY after ORDER BY, and use sub queries so we can match both cities and postcodes (not OR) 2013-03-27 14:32:36 +00:00
Mike Jolley 728fd82af5 woocommerce_add_tinymce_lang array key. Closes #2823 2013-03-27 11:07:32 +00:00
Mike Jolley c84ea9e783 only hide pages, not other objects. Closes #2829. 2013-03-27 11:04:58 +00:00
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