Mike Jolley
64e1b091a0
Add a dedicated hook for adding fees. Closes #3611 . Fixes #3352
...
@coenjacobs we might want this in .14 for some extensions in audit.
2013-08-13 17:19:20 +01:00
Mike Jolley
d021980c10
Rather than have hooks *everywhere* use a single set stock function in admin and on the frontend Closes #3593
2013-08-13 16:56:09 +01:00
Mike Jolley
8db53a8d9d
esc_attr Fixes #3451
2013-08-13 14:55:02 +01:00
Mike Jolley
131f692855
Tweak download handler Closes #3394 .
2013-08-13 14:53:55 +01:00
Mike Jolley
aed9a0aceb
Search first and last names Closes #3536
2013-08-13 14:38:58 +01:00
Mike Jolley
6dae4bcc0d
Merge pull request #3627 from Geczy/master
...
Filter on the shortcode products query
2013-08-13 06:14:56 -07:00
Mike Jolley
2b31cdb360
Cart item data templates Closes #3216 .
2013-08-13 14:14:24 +01:00
Mike Jolley
aa3601f517
Remove white space. Closes #3499 .
2013-08-13 13:17:32 +01:00
Mike Jolley
b12d5a7377
Optimise sale query. Closes #3264 .
2013-08-13 13:14:32 +01:00
Matt
776f1eb7db
Filter on the shortcode products query
2013-08-13 08:08:41 -04:00
Mike Jolley
0ff59bcd5b
remove deprecated function. Closes #3582 .
2013-08-13 13:02:20 +01:00
Mike Jolley
f8aaef00e4
Replace placeholder script. Closes #3586 .
2013-08-13 12:50:47 +01:00
Mike Jolley
48c9d25ea5
Merge pull request #3619 from dominic-p/filter-logon-creds
...
Filter Request: Login Credentials
2013-08-13 04:47:09 -07:00
Mike Jolley
d015432b9c
Merge pull request #3624 from BFTrick/remove-whitespace-in-shipping-classes
...
Remove Spaces in Favor of Tabs in Shipping Classes
2013-08-13 04:46:07 -07:00
Mike Jolley
7fda2bd832
Search for US/UK on country field. Fixes #3626 .
2013-08-13 12:38:26 +01:00
Mike Jolley
b62747a810
Tax rates pagination. Closes #3036 .
2013-08-13 12:18:24 +01:00
Patrick Rauland
4d4645eee4
remove spaces in favor of tabs in shipping classes
2013-08-12 16:09:04 -05:00
James Koster
172eed0945
3.6 ready !
2013-08-12 17:05:59 +01:00
Dominic
cfbbaa4b5e
Filter Request: Login Credentials
...
I'm trying to add a "remember me" option to my login form. WordPress
supports this, but it's hardcoded to always on in the WC form handler.
Since you can't tell a difference in PHP between an unchecked checkbox
and no checkbox at all, this seems like the simplest alternative that
maintains backwards compatibility. Thanks.
2013-08-10 12:31:17 -07:00
Mike Jolley
57157db9bf
Function refactoring.
2013-08-09 17:11:21 +01:00
Mike Jolley
9f8713949f
move dummy data to dummy-data dir
2013-08-09 17:11:20 +01:00
thenbrent
64832114ee
Replace deprecated $wpdb::escape() with esc_sql()
...
Conflicts:
admin/settings/settings-tax-rates.php
2013-08-09 14:56:39 +02:00
Mike Jolley
499f47d960
Lock files - prevent full path disclosure. Fixes #3580 .
...
@coenjacobs .14
2013-08-09 11:22:59 +01:00
Mike Jolley
14a66489f7
Croatia is EU Fixes #3615 .
...
@coenjacobs .14
2013-08-09 11:11:53 +01:00
Mike Jolley
ff79e99f70
Merge pull request #3594 from markoheijnen/Fix-php5.5
...
Move return class after class definition. Fixes PHP 5.5 fatal errors.
2013-08-09 03:09:12 -07:00
Mike Jolley
ea7b12a366
Merge pull request #3596 from ninnypants/fix_product_result_count
...
Fix result count display when posts_per_page is set to -1 @coenjacobs .14
2013-08-09 03:00:47 -07:00
Mike Jolley
5ead65e118
Merge pull request #3606 from ragulka/bulk-edit-field-type
...
Change quick/bulk edit stock quantity field type to number
2013-08-09 02:59:30 -07:00
Mike Jolley
6bc0a1cef7
Merge pull request #3607 from ragulka/product-quick-edit-hooks
...
Add product quick edit start & end action hooks
2013-08-09 02:59:05 -07:00
Mike Jolley
d74122251c
Merge pull request #3602 from BFTrick/add-lang-to-system-status
...
Adding WPLANG to System Status
2013-08-09 02:58:15 -07:00
Mike Jolley
918e30d0e6
compare to lowercase class name
2013-08-08 12:38:26 +01:00
Mike Jolley
46940db5aa
Typecast array
2013-08-08 12:38:26 +01:00
Mike Jolley
7b70d1ed86
Sortable is needed for admin scripts
2013-08-08 12:38:26 +01:00
Mike Jolley
e29c67b6bc
Update user meta for billing fields
2013-08-08 12:38:26 +01:00
Illimar Tambek
3d9ec9acd4
Add woocommerce_product_quick_edit_start and woocommerce_product_quick_edit_end hooks
2013-08-08 10:46:46 +03:00
Illimar Tambek
df469b1473
Change product quick edit stock quantity field type to number
2013-08-08 09:24:38 +03:00
Illimar Tambek
372fd1137d
Change bulk edit stock quantity field type to number
2013-08-08 09:21:20 +03:00
Patrick Rauland
a4886a5ae4
adding WPLANG to system status
2013-08-07 16:05:09 -05:00
Coen Jacobs
5a1cc2362e
Strict notice fix for get_price_html implementation
2013-08-07 14:38:31 +00:00
Coen Jacobs
930cd6125f
Make sure end( gets a variable to work around strict notices
2013-08-07 14:15:53 +00:00
Mike Jolley
b2b64b9d06
Let hooks know if email is plain text
2013-08-07 10:19:46 +01:00
ninnypants
bae61b8e1a
Fix result count display when posts_per_page is set to -1
...
When your posts_per_page is set to -1 the display is output as `Showing 1–-1 of 15 results` when displaying all items when it would be better to show `Showing all 15 results`
2013-08-06 16:06:18 -06:00
Marko Heijnen
390b3bc577
Move return class after class definition. Fixes PHP 5.5 fatal errors.
2013-08-06 19:04:10 +02:00
Mike Jolley
d77bac9330
Removed hooks and functions from admin.
2013-08-06 16:56:15 +01:00
Mike Jolley
62261daa86
Remove old extension prompt
2013-08-06 14:04:40 +01:00
Mike Jolley
4b223f6260
Min
2013-08-06 14:04:40 +01:00
Mike Jolley
fa7c1d9a6a
Addons page Closes #3331
2013-08-06 14:04:40 +01:00
Coen Jacobs
54fceb7d99
Use version_compare to check for required jQuery. Closes #3567
2013-08-06 13:27:36 +02:00
Mike Jolley
dc0cd1fafe
Rupee Closes #3529
2013-08-06 11:54:45 +01:00
Mike Jolley
5d497fdcc3
Merge pull request #3576 from rnt/master
...
Fixing warnings with 'strict standarts' and file permission
2013-08-06 03:49:19 -07:00
Mike Jolley
be202c3ced
Merge pull request #3591 from Gator92/tax_rate_foreign_key
...
Adds an index to the foreign key in table woocommerce_tax_rate_locations
2013-08-06 03:47:38 -07:00