Mike Jolley
c211603fc9
Fix saving options for attribute taxonomies containing special chars. Closes #2975 .
2013-04-16 14:41:23 +01:00
Mike Jolley
1de718099b
readme and minify
2013-04-16 13:49:49 +01:00
Mike Jolley
80bb7a22a2
readme
2013-04-16 13:26:27 +01:00
Mike Jolley
65be3c67d8
Fix undefined found shipping classes. Closes #2974 .
2013-04-16 13:02:26 +01:00
James Koster
cbf5253963
Spanish updates by Laguna Sanchez
2013-04-16 10:47:07 +01:00
James Koster
3f58aab67d
Norwegian updates by Tore Hjartland
2013-04-16 10:31:47 +01:00
Mike Jolley
d73e3fedb9
Fix path insert bug. Closes #2947 .
2013-04-15 14:55:00 +01:00
Mike Jolley
ba0b4196fa
Posted 'text' terms are not slugs. Only striptags/slashes - don't change to slugs. Closes #2955 .
2013-04-15 13:15:42 +01:00
Mike Jolley
91be9ca175
readme.
2013-04-15 12:11:47 +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
6924817c22
City field on shipping calc
2013-04-15 11:35:31 +01:00
Mike Jolley
51933ed368
version
2013-04-12 11:07:47 +01:00
Mike Jolley
55b01245cd
Don't round Closes #2861 .
2013-04-12 10:59:38 +01:00
Mike Jolley
cb836a5fff
Santize terms when linking all variations. Closes #2917
2013-04-12 10:16:26 +01:00
Mike Jolley
d012ab1a52
Sanitize coupon code names before checking/applying. Closes #2934 .
2013-04-12 09:59:33 +01:00
Mike Jolley
02d8aec39c
Over-sanitized. Closes #2933 .
2013-04-12 09:51:10 +01:00
Mike Jolley
85f357b375
Fix email subjects Closes #2944
2013-04-12 09:33:00 +01:00
Mike Jolley
f73c1f51c6
Allow extra flat rate options even if main rate is 0. Closes #2918 .
2013-04-11 16:50:05 +01:00
Mike Jolley
e64d152483
Option to set domain closes #2923
2013-04-11 16:32:39 +01:00
Mike Jolley
667a6e6a85
Readme date
2013-04-10 13:34:21 +01:00
Mike Jolley
3fe3f969cc
Readme/version bump
2013-04-08 21:18:26 +01:00
Mike Jolley
6ef24149ac
Fix piwik tracking. Closes #2845 .
2013-04-08 20:33:42 +01:00
James Koster
b5959a5d20
filters for cross-sell display
2013-04-08 11:46:11 +01:00
Mike Jolley
fa91ef80d4
Cache helper sets DONOTCACHEPAGE during init, rather than in each shortcode, and the W3 Issue with database cached appeared to be because the add_option had autoload 'no'. Removing autoload no was the only workaround I could find.
...
Now works with all caching enabled in W3 Total cache. Closes #2862 .
cc @coenjacobs
2013-04-05 22:24:56 +01:00
James Koster
fdc41f0863
readme
2013-04-05 16:17:56 +01:00
Mike Jolley
d08b1679c8
Show non-existing product line items. Closes #2877
2013-04-05 13:44:38 +01:00
Mike Jolley
d5480ba408
woocommerce_show_page_title filter closes #2850
2013-04-05 13:02:48 +01:00
James Koster
e6c66f72c9
icon font for stars. #2672
2013-04-05 12:51:34 +01:00
Mike Jolley
7bec1a7836
readme
2013-04-04 17:18:23 +01:00
Mike Jolley
ba40390d4e
Readme
2013-04-03 20:14:17 +01:00
Coen Jacobs
d5205b2b18
Readme bump for #2857
2013-04-02 14:37:23 +02:00
Mike Jolley
a86451aa90
Fix saving of download permissions in order admin.
2013-04-02 11:25:07 +01: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
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
Coen Jacobs
5c2d5db37e
Readme with previous commit
...
https://github.com/woothemes/woocommerce/commit/808e3024ca20ffaebe1d33e0
ca89892beb99d2dc
2013-03-28 11:35:30 +01:00
Mike Jolley
02beffda1f
Sandbox fix. #2833
2013-03-27 22:39:55 +00:00
Mike Jolley
6fcf4c1147
Fix the download method when force SSL is on.
2013-03-27 21:57:01 +00: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
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
3626a2c2e4
Version bumpage
2013-03-26 12:44:05 +00:00
Coen Jacobs
78c1db6a51
Sanitize id in woocommerce_get_product_to_duplicate function
2013-03-25 20:53:13 +01:00
Mike Jolley
dd497f829c
Update status modifed time. Closes #2790 .
2013-03-25 14:56:17 +00:00
Mike Jolley
b0f3457ae0
readme
2013-03-25 14:09:51 +00:00
Mike Jolley
8b99a175a2
version data on system status page.
2013-03-25 10:34:36 +00:00
Mike Jolley
edb07efaef
Allow messages to show with caching plugins on add to cart.
2013-03-22 20:34:20 +00:00
James Koster
f7852906c9
Revert "Readme"
...
This reverts commit bc9e249826
.
2013-03-22 20:05:07 +00:00
James Koster
bc9e249826
Readme
2013-03-22 20:03:29 +00:00
Mike Jolley
194bcc13ba
Readme update.
2013-03-22 18:09:09 +00:00
Mike Jolley
70552fdfad
woocommerce_redirect_single_search_result #2775
2013-03-22 18:06:12 +00:00
Mike Jolley
6443710db5
Fix title ordering
2013-03-22 17:06:49 +00:00
James Koster
0e639c47fb
Disabled keyboard shortcuts in prettyPhoto. Closes #2770
...
Not happy with this. The keyboard_shortcuts paramater doesn't seem to
work so had to disable in core which hits all instances of prettyPhoto.
Will revisit.
2013-03-22 00:24:00 +00:00
Mike Jolley
1853d639a8
Change filter name as its not neccessarily just for checkout.
2013-03-20 13:07:51 +00:00
Mike Jolley
3f7876063e
Made no shipping available messages filterable via woocommerce_cart_no_shipping_available_html and woocommerce_checkout_no_shipping_available_html
2013-03-20 13:04:06 +00:00
Mike Jolley
6e632c3348
Version bump
2013-03-18 15:26:51 +00: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
161dca5b49
Unset post_parent Closes #2720 .
2013-03-18 14:55:21 +00:00
Mike Jolley
00a65b7cbd
Don't use woocommerce_clean for urls. Closes #2687 .
2013-03-18 14:13:50 +00:00
Mike Jolley
d6ec17604f
Product tabs when a product type doesn't exist yet. Closes 2750.
2013-03-18 13:10:27 +00:00
Mike Jolley
46dc3466d1
Removed Base Page Title option - rename the page instead. Closes #2727
2013-03-18 12:43:38 +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
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
3084b7db27
Readme for #2737 .
2013-03-18 10:26:33 +00:00
Mike Jolley
12bbf7b3e3
Readme
2013-03-18 10:24:20 +00:00
Mike Jolley
c4d2e17aac
Readme
2013-03-18 09:58:44 +00:00
Mike Jolley
7770150866
Readme.
2013-03-18 09:58:43 +00:00
Mike Jolley
946ecaaae2
Tweak - Filters for attribute default values.
2013-03-15 19:33:42 +00:00
James Koster
4e3768bd42
Product name width. closes #2713
2013-03-15 15:32:30 +00:00
James Koster
6d0cfda473
disabled prettyphoto deeplinking. closes #2697
2013-03-15 15:17:25 +00:00
Mike Jolley
67c5fd1794
Fix reviews + use functions in reviews tab.
2013-03-15 12:59:01 +00:00
Mike Jolley
cc08e376bc
Readme
2013-03-13 19:52:25 +00:00
Mike Jolley
ce437ffc55
readme for #2706
2013-03-13 19:52:25 +00:00
Mike Jolley
b9b9f18ed4
Readme for #2708
2013-03-13 19:14:50 +00:00
Mike Jolley
dc6878cc2f
Flat rate UI tweaks
2013-03-13 15:43:49 +00:00
Coen Jacobs
25aa04e1c9
Readme bump with previous commit
...
https://github.com/woothemes/woocommerce/commit/c119f98734514081b4aac894
489a9031eba99d03
2013-03-13 16:12:26 +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
84b451e214
Fix attribute base
2013-03-12 14:43:06 +00:00
James Koster
3d3df8f70d
message icon in FF & prettyPhoto nav when only one product image fix
2013-03-12 11:05:18 +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
5be66693d4
Rupees
2013-03-12 08:40:32 +00:00
Mike Jolley
bc4cc8bf7e
Codestyling bug with meta.php
2013-03-11 18:08:55 +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
df3b84845b
Version bump
2013-03-11 10:41:44 +00:00
Mike Jolley
2da3900d2c
Receiver email option. #2666
2013-03-11 10:36:51 +00:00
Mike Jolley
5c699e27bd
Legacy IPN handler. #2665
2013-03-11 10:23:14 +00:00
Mike Jolley
f3d6eeb35c
readme
2013-03-11 10:00:41 +00: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
bfb542b930
Prepend when permalink shows shop base. Closes #2655 .
2013-03-10 15:12:18 +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
3cef861696
Shortcode tweak + readme #2570
2013-03-10 13:30:48 +00:00
Mike Jolley
600f8728a0
Tweaked filter names + structure. #2659
2013-03-10 13:07:36 +00:00
Mike Jolley
bf8feefb6d
WC_START in checkout json requests to prevent notices breaking checkout.
2013-03-08 12:24:25 +00:00
Coen Jacobs
ab62151bd7
Nitpicking: santiized = sanitized
2013-03-08 13:04:55 +01:00
Mike Jolley
42fc9193ac
woocommerce_cancel_unpaid_orders respects the manage stock setting.
2013-03-08 10:45:29 +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
Mike Jolley
5306a30005
Readme for #2618
2013-03-07 15:20:24 +00:00
Mike Jolley
ce24b83b7d
Fix post code ranges. Closes #2624 .
2013-03-07 14:02:50 +00:00
James Koster
3c1ad56bcd
Re-applied image setting tooltips
2013-03-07 12:49:51 +00:00
Mike Jolley
26e730acb2
Tweak label. Closes #2621 .
2013-03-07 11:16:17 +00:00
Mike Jolley
7e2e795510
W Samoa
2013-03-07 11:01:06 +00:00
Coen Jacobs
8245dcf23f
Readme bump for 2.0.2
2013-03-06 15:32:18 +01:00
Mike Jolley
1315111e0f
Clear cache when saving order items
2013-03-06 14:25:09 +00:00
Mike Jolley
31bb8a8cdb
readme
2013-03-06 13:27:36 +00:00
Mike Jolley
36e4cd8fa1
Upgrade if DB version is lower than current. + version bump in wc file
2013-03-06 11:16:12 +00:00
Coen Jacobs
c19043753c
Readme for #2585
2013-03-06 11:46:32 +01:00
Mike Jolley
38d68a29a3
Include once to prevent class exist errors with widgets.
2013-03-06 10:28:23 +00:00
Mike Jolley
dc36dd1676
Readme #2587
2013-03-05 21:20:38 +00:00
Mike Jolley
8936ad0c9b
Update chosen, closes #2594
2013-03-05 19:17:53 +00:00
Mike Jolley
0c3cc15c21
Fix animation. Closes #2603 .
2013-03-05 19:14:10 +00:00
Mike Jolley
cc1a91dc18
readme for #2593
2013-03-05 19:02:55 +00:00
Coen Jacobs
80ded8d0d5
South Africa states are back :)
2013-03-05 19:52:20 +01:00
Coen Jacobs
2c8abec9a6
Readme: South Africa does not require states on checkout form
2013-03-05 09:48:43 +01:00
Mike Jolley
d80c88189c
Fix frontpage shop with orderby Closes #2581 .
2013-03-04 22:49:17 +00:00
Mike Jolley
d5176e73a0
Fixed time paradox
2013-03-04 15:42:08 +00:00
Mike Jolley
a5a6fab817
Readme for fixes
2013-03-04 15:32:48 +00:00
James Koster
89153d2920
readme tweak
2013-03-04 12:43:30 +00:00
Mike Jolley
d88394799a
Readme
2013-03-04 11:02:25 +00:00
Coen Jacobs
57e65f22a7
Version bump for 2.0
2013-03-04 10:24:36 +01:00
Pascal Borreli
ae7899c67b
Fixed typos
2013-03-03 17:07:31 +00:00
Mike Jolley
4913a09e54
Outlying territories -> states
2013-03-01 20:40:20 +00:00
James Koster
b6f270d0d7
readme
2013-03-01 17:17:11 +00:00
Mike Jolley
e873af3cab
Readme for #2462
2013-02-18 11:00:32 +00:00
Mike Jolley
52f4e66942
readme #2444
2013-02-14 10:08:57 +00:00
Mike Jolley
29eb289c3b
Tweak messages #2430
2013-02-12 11:49:26 +00:00
Mike Jolley
dc835c5044
Readme for #2426 .
2013-02-11 16:48:01 +00:00
Mike Jolley
b67492fe68
Hide thumbnails when empty. Closes #2409 .
2013-02-11 14:17:57 +00:00
Mike Jolley
7a84ddd6c1
Tidied up settings, removed some un-needed settings, and made some settings automatic e.g. coupons disabled if no coupons exist
2013-02-10 23:02:52 +00:00
Mike Jolley
3e5b4141f6
Refined the way in which tabs are added to products
2013-02-10 17:33:13 +00:00
Mike Jolley
45ea0fc852
Change template name
2013-02-10 16:05:40 +00:00
Coen Jacobs
8a59ab8d6e
Filterable args for taxonomies. Closes #2364
2013-02-06 10:52:07 +01:00
Mike Jolley
50c8d45b06
Change some links
2013-02-02 14:23:20 +00:00
Mike Jolley
3680be64c6
Updated screenshots
2013-01-31 17:30:21 +00:00
James Koster
cf00520b4c
step 1 of replacing Fancybox with prettyPhoto
2013-01-30 16:18:36 +00:00
Mike Jolley
fb67343611
Tweak content. Closes #2311
2013-01-29 13:58:57 +00:00
James Koster
4119f00b0c
links to other free themes in readme
2013-01-28 15:22:01 +00:00
James Koster
37734cfd49
rating removal snippet in readme
2013-01-12 16:03:08 +00:00
James Koster
0fdf9032ec
Revert "loop ratings an option"
...
This reverts commit a23fde9491
.
2013-01-12 15:55:52 +00:00
James Koster
a23fde9491
loop ratings an option
2013-01-12 14:24:22 +00:00
Mike Jolley
84842200df
readme
2013-01-12 13:19:20 +00:00