Mike Jolley
95a86f15eb
Some code standards work for #2767
2013-03-22 18:29:36 +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
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
ca4e353c3f
Merge pull request #2753 from bradyvercher/patch-1
...
Fix Mijireh checkout typo.
2013-03-22 10:59:52 -07:00
Mike Jolley
6443710db5
Fix title ordering
2013-03-22 17:06:49 +00:00
Lee Willis
4aa2c898e4
Order bestselling products correctly, order term should be numerically sorted, not alphabetically. Props mulinski
2013-03-21 19:56:21 +00:00
Andrei Barabas
09b9e555d6
added support for woocommerce 2.x
2013-03-20 13:23:35 +02:00
Mike Jolley
dc989bb2e9
Portugal missing state setting
2013-03-19 21:33:01 +00:00
Brady Vercher
5ea4bd3ac4
Fix Mijireh checkout typo.
2013-03-18 11:09:08 -07:00
Mike Jolley
87fbb21ff2
Removed Sidebar Login Widget. Use http://wordpress.org/extend/plugins/sidebar-login/ instead. A potential security issue was found regarding logging of passwords (since GET was used instead of POST). Sidebar Login 2.5 resolves this and the widget has been removed from WC to prevent needing to maintain two (virtually identical) codebases.
2013-03-18 15:24:29 +00:00
Mike Jolley
75a874ea7a
Decode Closes #2728 .
2013-03-18 13:37:07 +00:00
Mike Jolley
559ef34005
Tweaked default locale to include all fields so that checkout fields can fallback if specific properties are not set e.g. required. Closes #2681 .
2013-03-18 12:02:36 +00:00
Mike Jolley
0addd13625
Merge pull request #2719 from maxrice/payment-complete-changes
...
Add filter to control order stock reduction when payment is complete
2013-03-18 03:20:51 -07:00
Mike Jolley
95d3353ec9
Tax label vs name in order emails.
2013-03-18 09:58:43 +00:00
Mike Jolley
4825db857a
Merge pull request #2748 from justinstern/master
...
Product Variations Order Again Bug Fix and Stock Quantity Filters
2013-03-18 02:58:11 -07:00
Mike Jolley
d59692625c
Merge pull request #2733 from leewillis77/layered_nav_html_encoding
...
Encode URLs in layered nav widget
2013-03-18 02:47:09 -07:00
Justin Stern
f4076b888f
Product Stock Filters
...
Added a number of filters related to product stock to allow for improved
control over the stock handling and display
2013-03-18 01:38:22 -04:00
Lee Willis
3df4a82154
Encode URLs in layered nav widget
2013-03-15 21:28:01 +00:00
Mike Jolley
9f82986109
Possible star rating fix
2013-03-15 10:10:00 +00:00
Max Rice
eed40279ac
Add filter to control order stock reduction when payment is complete
...
Adds a 'woocommerce_payment_complete_reduce_order_stock' filter that
controls whether stock is reduced for an order when
WC_Order::payment_complete() is called
2013-03-14 12:00:31 -04:00
Mike Jolley
dc6878cc2f
Flat rate UI tweaks
2013-03-13 15:43:49 +00:00
Coen Jacobs
c119f98734
Fixed adjust price function, thanks @lucasstark for reporting
2013-03-13 16:09:04 +01:00
Mike Jolley
43cc129942
PayPal standard gateway - no longer needs sandbox fix, and notify-validate should be first in the requests.
2013-03-13 11:58:47 +00:00
Mike Jolley
4f08369813
WC_Order_Item_Meta support for keys with multiple values.
2013-03-12 10:55:01 +00:00
Mike Jolley
256a38b5d8
Option for number of orders shown on view order page.
2013-03-11 16:12:29 +00:00
Mike Jolley
2da3900d2c
Receiver email option. #2666
2013-03-11 10:36:51 +00:00
Ken Bass
b8829266c4
Fixes hide cart if empty
2013-03-10 19:20:27 -04:00
Mike Jolley
c247ca0bb7
Show download file names when linking. Shortens links and therefore closes #2631 . cc @coenjacobs
2013-03-10 16:24:04 +00:00
Mike Jolley
8098754913
hide_cart_widget_if_empty compatibility with fragments. Closes #2642 .
2013-03-10 15:20:42 +00:00
Mike Jolley
6f238650d1
Fix the page slurp
2013-03-10 14:33:27 +00:00
Mike Jolley
2cb9363c22
Put order on-hold which fail email address validation, rather than reject IPN completely. Closes #2653 .
2013-03-10 13:51:59 +00:00
Mike Jolley
afc6a55a45
Leave meta case alone
2013-03-10 13:39:00 +00:00
Mike Jolley
3cef861696
Shortcode tweak + readme #2570
2013-03-10 13:30:48 +00:00
Mike Jolley
c89f723ce9
Merge pull request #2570 from ChromeOrange/master
...
New shortcode and checkout default value arg
2013-03-10 06:13:15 -07:00
Mike Jolley
bf8feefb6d
WC_START in checkout json requests to prevent notices breaking checkout.
2013-03-08 12:24:25 +00:00
Mike Jolley
5393fc7ddb
Santize custom attributes. #2587
2013-03-07 19:34:29 +00:00
Mike Jolley
18f7e7eb14
Merge pull request #2618 from maxrice/custom-order-status-pay-page
...
Allow orders with custom statuses to use the pay page
2013-03-07 07:20:07 -08:00
Mike Jolley
7e2e795510
W Samoa
2013-03-07 11:01:06 +00:00
Max Rice
61bfe201d1
Add filters to allow orders with custom statuses to be paid/cancelled
2013-03-06 18:42:48 -05:00
Mike Jolley
a9dc6510f4
Tweak from prices
2013-03-06 13:25:37 +00:00
Mike Jolley
eb8c37844b
Update tweaks for coen
2013-03-06 11:59:24 +00:00
Coen Jacobs
91fe9aca20
South Africa has provinces instead of states
2013-03-05 19:53:47 +01:00
Coen Jacobs
80ded8d0d5
South Africa states are back :)
2013-03-05 19:52:20 +01:00
Coen Jacobs
d338195e3a
South Africa does not require states field
2013-03-05 09:47:38 +01:00
Mike Jolley
d80c88189c
Fix frontpage shop with orderby Closes #2581 .
2013-03-04 22:49:17 +00:00
Coen Jacobs
1b01a259f8
Always set user_meta, even if shiptobilling. Closes #2575
2013-03-04 12:17:48 +01:00
Pascal Borreli
ae7899c67b
Fixed typos
2013-03-03 17:07:31 +00:00
Andrew Benbow
9e8953ce28
Add short code to display products with attribute
...
Add ability to set default value on checkout fields
2013-03-03 14:51:25 +00:00
Mike Jolley
4913a09e54
Outlying territories -> states
2013-03-01 20:40:20 +00:00
Mike Jolley
15f4eaa81a
Updated all docs links
2013-03-01 16:10:03 +00:00