Mike Jolley
a3c2cef3f7
Better account edit Closes #3168
2013-06-05 12:07:23 +01:00
Mike Jolley
0b9689f73a
Get rid of un-useful options.
2013-06-05 11:13:36 +01:00
Mike Jolley
4aef7c73ee
View order page endpoint
2013-06-04 17:33:43 +01:00
Mike Jolley
820d399b2f
My account registration, made registration process DRY, added notification hook for new accounts. Closes #3085
2013-06-04 16:33:05 +01:00
Mike Jolley
0da683aa3b
Localise when registered
2013-06-04 12:16:19 +01:00
Mike Jolley
cde4947acf
Remember which attributes get registered and added taxonomy_is_product_attribute() function
...
Closes #3149 .
2013-06-03 11:04:21 +01:00
Mike Jolley
e4f4b09ba6
Pay page and thanks page endpoints. Requires permalink save. Closes #3170 .
2013-05-31 16:13:18 +01:00
Mike Jolley
8307cb37f6
Refactor: Widget classes, made abstract, merged similar product listing widgets into 1
2013-05-24 16:52:03 +01:00
Coen Jacobs
595cc652db
Removed Piwik integration from core
2013-05-02 13:31:03 +02:00
Mike Jolley
2ed2be562e
Better validation Closes #3059 .
2013-05-01 15:24:28 +01:00
Mike Jolley
24c9f44d23
Possible white space fix #3012
2013-04-29 16:36:02 +01:00
Mike Jolley
035050c4c0
tweak to #3011
2013-04-24 13:42:40 +01:00
Mike Jolley
16f706e086
Merge pull request #3011 from dominic-p/default-query-type
...
Add filter for default layered nav query type
2013-04-24 05:33:48 -07:00
Mike Jolley
3b3d507a6d
Clear ratings when changing status. Closes #3005 .
2013-04-23 12:53:42 +01:00
Dominic
01254d9c09
Add filter for default layered nav query type
...
Instead of hard coding the default query type to 'and', this would allow
us to filter it. This is definitely an edge case, but I'm building my
own layered nav widget that uses 'or' queries, and it's a bit of a pain
to have to specify `query_type_` parameters for every attribute.
2013-04-22 16:35:00 -07:00
Mike Jolley
8d2c2b5368
Missing textdomains
2013-04-17 16:03:27 +01:00
Mike Jolley
47143bcffb
moved woocommerce_get_filename_from_url to core-functions as it is required in admin too. Closes #2949
2013-04-15 12:09:20 +01:00
Mike Jolley
6ef24149ac
Fix piwik tracking. Closes #2845 .
2013-04-08 20:33:42 +01:00
Mike Jolley
014e319528
Redirect filter Closes #2863 .
2013-04-08 19:55:49 +01:00
Mike Jolley
ccf31dde34
Merge pull request #2898 from deliciousbrains/bug-query-string-in-file-name
...
Fixes #2897 : Long query string displayed as part of download file name
2013-04-08 11:51:23 -07:00
Mike Jolley
9977031a5d
Nonces cannot be used on all pages with cache - removed them for add to cart actions + fixed caching for hiding the cart
2013-04-08 18:43:07 +01:00
Brad Touesnard
f6892a676c
Fixes #2897 : Long query string displayed as part of download file name
2013-04-07 15:13:47 -03:00
Ken Bass
60d104c46b
Rework headers fix to only apply on SSL page and with IE8+
2013-04-03 22:58:38 -04:00
Ken Bass
5341387222
Merge branch 'master' of github.com:woothemes/woocommerce into IE_download_fix
...
Conflicts:
woocommerce-functions.php
2013-04-03 18:50:28 -04:00
Ken Bass
2906c1b7ee
Fix IE Download via SSL bug and fix http file over SSL x-sendfile bug
2013-04-03 17:30:03 -04:00
Mike Jolley
6fcf4c1147
Fix the download method when force SSL is on.
2013-03-27 21:57:01 +00:00
Mike Jolley
c84ea9e783
only hide pages, not other objects. Closes #2829 .
2013-03-27 11:04:58 +00:00
Mike Jolley
edb07efaef
Allow messages to show with caching plugins on add to cart.
2013-03-22 20:34:20 +00:00
Mike Jolley
6e118de52b
stock_amount hook to ensure INT quantity. Closes #2773
2013-03-22 20:01:08 +00:00
Mike Jolley
70552fdfad
woocommerce_redirect_single_search_result #2775
2013-03-22 18:06:12 +00:00
Mike Jolley
463ddd251a
Query string downloads. Closes #2677 .
2013-03-18 14:41:44 +00:00
Mike Jolley
a774d9c648
Move track pageview back to template_redirect to prevent headers_redirect, but give a later priority than canonical. Closes #2678 .
2013-03-18 10:42:09 +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
7465788db9
Merge pull request #2747 from krbvroc1/xsendfile
...
X-SendFile does not work correctly
2013-03-18 02:41:03 -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
Justin Stern
aea2b83153
Product Variation Order Again Bug Fix and Improvement
...
* Fixed a bug introduced with the new order item meta data structure of
WC 2.0: product variations could not be "ordered again"
* Improved the order again support for products with custom item meta
data
2013-03-18 01:36:59 -04:00
Ken Bass
62e95aa1a9
Fix xsendfile
2013-03-17 22:09:25 -04:00
Mike Jolley
67c5fd1794
Fix reviews + use functions in reviews tab.
2013-03-15 12:59:01 +00:00
Ken Bass
3921335439
Add order_id to woocommerce_download_product hook
2013-03-12 23:13:09 -04:00
Mike Jolley
5c699e27bd
Legacy IPN handler. #2665
2013-03-11 10:23:14 +00:00
Mike Jolley
ca46e4ec29
Fix attribute encoding issues. Closes #2644 .
2013-03-10 16:55:53 +00:00
Mike Jolley
5393fc7ddb
Santize custom attributes. #2587
2013-03-07 19:34:29 +00:00
Mike Jolley
874d6855ea
Move to later hook #2625
2013-03-07 16:33:44 +00:00
Brent Shepherd
b1acb6c657
Whitespace tweak
2013-02-27 17:57:13 +10:00
Brent Shepherd
bd78ca6eec
Allow extensions to run core WC cart handlers
...
Rather than determining how to handle a product being added to the cart
based on its type, create a handler flag which extensions can set in
order to run core WC handlers for different product types.
2013-02-27 17:55:39 +10:00
Mike Jolley
86fce66aa0
Change password fix Closes #2518 .
2013-02-25 11:21:37 +00:00
Coen Jacobs
7bde9ea357
Fixed header for X-Accel-Redirect downloads. Closes #2454
2013-02-20 10:29:51 +01:00
Mike Jolley
1ccd60d2cf
Force_ssl handling #2442
2013-02-14 17:00:26 +00:00
Mike Jolley
998cf81f85
And update user user obj
2013-02-14 09:44:17 +00:00
Mike Jolley
d99158c01a
Change pass filters.
2013-02-14 09:42:36 +00:00