Mike Jolley
808b24ba5a
Merge pull request #2348 from krbvroc1/insert_user_fix
...
Check wp_insert_user for WP_Error
2013-02-04 01:01:43 -08:00
Ken Bass
5b80c9460a
Check wp_insert_user for WP_Error
2013-02-03 13:41:47 -05:00
Mike Jolley
8b06ab44f1
Tidy download function. nocache headers
2013-02-02 16:48:43 +00:00
Mike Jolley
72466b859f
Correct price CLoses #2317 .
2013-01-31 11:48:04 +00:00
Mike Jolley
b6fa2e72fc
escape Closes #2314 .
2013-01-31 11:48:04 +00:00
Mike Jolley
eb544b10a7
Same hook for reg. #2270
2013-01-23 11:41:54 +00:00
Mike Jolley
3003e9bae9
Closes #2261 .
2013-01-21 10:45:41 +00:00
Mike Jolley
07ff82ae0a
rejig the hooks Closes #2263 .
2013-01-21 10:41:37 +00:00
Mike Jolley
2cb5b73eb7
Check we're viewing a product Closes #2227
2013-01-14 17:17:57 +00:00
Mike Jolley
52ecd654b7
Use a session cookie for recently viewed
2013-01-12 13:03:38 +00:00
Mike Jolley
261f413405
Ratings in loops for sort by rating
2013-01-12 10:53:24 +00:00
Mike Jolley
411ee8d026
Check my account page is set before appending link Closes #2176 .
2013-01-10 15:00:47 +00:00
Gerhard
2ba045d490
Address changed message added to my account page
2013-01-10 10:36:29 +02:00
Gerhard
46676bd11d
Add password changed message when changing a password on my account page
2013-01-10 10:22:46 +02:00
Mike Jolley
6d10c1b328
Load address Closes #2162 .
2013-01-07 13:23:40 +00:00
Mike Jolley
5486ebb737
Shortcodes/Widgets -> classes, autoload classes to reduce memory, only load gateways when needed, change gateway admin to match shipping #1765
2012-12-31 18:25:09 +00:00
Mike Jolley
b9a8f2c204
Combined some functions #1765
2012-12-31 13:03:56 +00:00
Mike Jolley
00499e7574
wp_insert_user Closes #2069 .
2012-12-28 18:45:06 +00:00
Mike Jolley
0089378daa
Extra varaible in hook
2012-12-19 16:49:24 +00:00
Mike Jolley
8f0fce893e
Fix download links and post_status checks. Closes #1903 .
2012-12-06 15:39:59 +00:00
Mike Jolley
b726caa5a2
Validate variations on add to cart. Closes #1881 .
2012-12-06 14:38:02 +00:00
Mike Jolley
5a7bfe980a
Continue shopping redirect. Closes #1919 .
2012-12-05 18:02:56 +00:00
Mike Jolley
5a82480958
OR not AND for permissions checks. #1922 .
2012-12-05 16:13:08 +00:00
Matt
6b028778a1
Add filter when processing a valid login
2012-12-04 16:37:52 -05:00
Mike Jolley
a0bd719196
Login with email. Closes #1872 .
2012-11-28 20:09:58 +00:00
Mike Jolley
b1ec4b289a
Nuked whitespace. Closes #1846 .
2012-11-27 16:22:47 +00:00
Mike Jolley
75ca794bba
Separate classes per product type, with new get_product function and hooks to change the classes which get loaded. #1497
2012-11-21 18:07:45 +00:00
Coen Jacobs
22afc34052
Reverted changes for manual category count. Ref: #1789
2012-11-19 15:39:27 +01:00
Mike Jolley
4720628a71
Hooks galore for integers vs floats. Closes #1113 .
2012-11-19 14:05:06 +00:00
Coen Jacobs
db3960ce71
Casting magic to cover non-int quantity input #1752
...
https://github.com/woothemes/woocommerce/commit/590792cfbf32be50e88b39be
a248fadc6766d574
2012-11-15 11:22:40 +01:00
Coen Jacobs
590792cfbf
Check for non integer values in quantities box. Closes #1752
2012-11-14 12:17:56 +01:00
Mike Jolley
62fe207a02
WooCommerce_pay validation. Closes #1744 .
2012-11-13 23:50:20 +00:00
Mike Jolley
4c63683b42
Merge pull request #1712 from helgatheviking/master
...
Add to cart function for variable products $_REQUEST['variation_id'] 1.7b
2012-11-08 03:35:46 -08:00
Mike Jolley
92d61e5627
Fix grouped product issues. Closes #1693 .
2012-11-08 11:15:52 +00:00
kathy
3bf7e188f9
potential typo in woocommerce_add_to_cart_action
2012-11-07 23:04:31 -06:00
Mike Jolley
aef47868fa
Merge branch 'Line-items-data-tweak'
2012-10-24 17:53:44 +01:00
Mike Jolley
549880b8eb
New structure for line items (this one uses meta more)
2012-10-23 17:41:42 +01:00
Coen Jacobs
9ecb20f259
[3.2.5] SQL injection #1575
2012-10-18 15:37:04 +02:00
Coen Jacobs
263139e173
[3.2.3] XSS #1575
2012-10-16 15:35:17 +02:00
Mike Jolley
8c3ad31c07
Localisation spacing.
2012-10-16 10:45:33 +01:00
Coen Jacobs
c75e044399
[3.2.2] Do not esc_ credentials before auth or register #1575
...
Could possibly have if the user is created by the widget, they can
login only via the widget and visa versa.
2012-10-15 14:08:33 +02:00
Mike Jolley
da8225ea08
Add hook. Closes #1584 .
2012-10-10 11:00:11 +01:00
Coen Jacobs
e87ea2022b
Manual prod_cat counting to hide hidden products from counters
...
- Uses update_count_callback argument for manual counting function
- Filters on get_terms and updates counters
- Closes #1449
2012-10-09 15:16:36 +02:00
Mike Jolley
5fcfe948d7
Handle add to cart differently, Closes #1517 and tweak messages Closes #1498 .
2012-09-21 21:11:57 +01: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
12a2485637
After successful add to cart, if there are no other redirects, redirect to referer.
2012-08-31 10:05:28 +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
Brent Shepherd
1e8ffbf9ec
Adding woocommerce_get_order_id_by_order_key(). #1440
2012-08-27 14:10:19 +10:00