Kevin Killingsworth
00c3bf9ce3
Fix: Update message on update cart/shipping
...
This adds the messages to the ajaz update cart
and shipping operations.
2016-04-08 12:02:45 -05:00
Kevin Killingsworth
3073437ea1
Fix: Make cart ajax selectore more specific
...
The previous jQuery selector was on div.woocommerce,
which was also selecting other divs on the page.
This is more specific to the cart table on the page.
2016-04-06 12:14:54 -05:00
James Koster
938604a6d2
More appropriate icons in dashboard widget
2016-04-05 14:27:35 -05:00
Mike Jolley
00ba45512e
Merge branch 'shipping-wizard-removal'
2016-04-01 11:20:14 +01:00
Mike Jolley
5a49394102
Justin code review
2016-04-01 11:19:55 +01:00
Mike Jolley
a6164360ba
Minify
2016-04-01 10:51:53 +01:00
Shiva Poudel
02a3926d79
Ensure tools page nav-tab-wrapper has gap
2016-04-01 13:00:00 +05:45
Mike Jolley
cb0f703086
Fix blank slate icon
2016-03-31 18:57:30 +01:00
Mike Jolley
bfadb22c7c
Added notice when no methods exist
2016-03-31 18:54:33 +01:00
Mike Jolley
3a00348795
Remove shipping options from wizard
2016-03-31 17:17:11 +01:00
Mike Jolley
32475695a5
Simplify wizard tax rates and import automatically
2016-03-31 15:54:54 +01:00
Mike Jolley
c757fd9940
Merge branch 'shipping-zone-modals'
...
# Conflicts:
# assets/css/admin.css
# assets/css/admin.scss
2016-03-31 15:20:06 +01:00
Mike Jolley
34b65e339a
Extra error handling
2016-03-31 15:18:35 +01:00
Mike Jolley
975c360ae3
Tweak icons and blank slate text
2016-03-29 19:37:02 +01:00
Mike Jolley
ab57909bb7
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# assets/css/admin.css
2016-03-29 14:28:58 +01:00
Shiva Poudel
ad92e4bbb0
Use of dashicons glyph for product gallery sortable placeholder
2016-03-29 14:32:59 +05:45
Shiva Poudel
6e0a2f0bc1
Remove unused view styles for products gallery
2016-03-29 14:04:07 +05:45
Shiva Poudel
1598348e53
Use dashicons glyph for product image column in list table
2016-03-29 13:06:56 +05:45
Mike Jolley
5f6aa6c160
Fix modals and ajax events
2016-03-24 19:06:51 +00:00
Mike Jolley
8b53d1a618
Only load modal if supported
2016-03-24 18:31:39 +00:00
Mike Jolley
d3ac3f4073
Modals first pass
2016-03-24 17:26:40 +00:00
Mike Jolley
bea3c66777
Change arrow entity
...
@jameskoster
2016-03-24 14:27:32 +00:00
James Koster
6c0724ad1d
Enlarge tooltip icon in product data tabs and use Dashicon for edit icons. #9791
2016-03-24 14:19:00 +00:00
Mike Jolley
679443c9c9
Zones screen feedback
...
- Adds updated descriptions
- Adds shipping method descriptions in modal
- Adds order column tooltip
- Modified styles
@jameskoster
2016-03-24 14:08:26 +00:00
Mike Jolley
1b520840d6
Merge branch 'pr/10596'
2016-03-24 11:34:08 +00:00
Mike Jolley
26a06a7a69
Tweak check to use indexof
2016-03-24 11:34:00 +00:00
Mike Jolley
ca5a46a2f9
Allow bulk deletion of refunds
2016-03-23 16:32:12 +00:00
Mike Jolley
dd68a57fff
Merge pull request #10592 from woothemes/item-box-tweaks
...
Order Item Meta Box Tweaks
2016-03-23 15:03:24 +00:00
Mike Jolley
495aac2df1
Remove backslash
2016-03-23 14:28:45 +00:00
Mike Jolley
95de7f5a2c
Minor spacing issues
2016-03-23 13:06:15 +00:00
Gorka Maiztegi
eaa025229b
Added minified javascript file
2016-03-23 10:59:07 +01:00
Gorka Maiztegi
8f184c0a34
Fix tax editing when using WPML
...
WPML adds the query parameter "lang" to the ajaxurl variable (and potentially other plugins might do the same thing too), so a new query parameter must be prefixed with & and not ?. This small piece of code solves the issue.
2016-03-23 10:32:15 +01:00
Mike Jolley
f73149feaf
Tweak variation display and reenable bulk editing
2016-03-22 17:13:39 +00:00
Mike Jolley
8d5b9b7b48
min
2016-03-22 15:02:39 +00:00
Mike Jolley
f1b3d0f708
Further layout tweaks
2016-03-22 14:54:02 +00:00
Mike Jolley
5862785522
Restyle items panel
2016-03-21 18:35:00 +00:00
gonssal
523ded8358
Fixed password-strength-meter.js' checkPasswordStrength function not being encapsulated into the wrapper
2016-03-21 17:26:33 +01:00
Mike Jolley
7be2b129b6
Removed bulk actions from order items panel
...
Reduce/increase order item stock is less important these days do to
automatic stock reduction (when status changes) and because when you
refund items you can restock items via checkbox. Manual stock changes
can be performed by editing products.
Decreases complexity of order items box.
2016-03-21 14:58:14 +00:00
Allen Snook
bd99d8f1f3
Remove unused new_enabled variable
2016-03-18 13:43:58 -07:00
Shiva Poudel
51357f8ca2
Apply custom css for nav tag but not in h2 tag, #10515
...
CC @mikejolley
2016-03-17 17:31:16 +05:45
Mike Jolley
1549158981
Add 'is_enabled' column to instances table and allow toggle in zones screen
...
@allendav
2016-03-15 17:23:06 +00:00
Mike Jolley
e22d324be4
Add notice for legacy shipping zones after update
2016-03-15 15:58:03 +00:00
Mike Jolley
699e007659
Wrap export in quotes to preserve commas
...
Fixes #10541
2016-03-14 12:26:18 +00:00
Mike Bronner
de85e5be25
Add tests for localStorage
...
Some spiders will not error out on sessions storage, but will throw an exception on localstorage. For example, my site has been hit with the following almost on an hourly basis:
```
TypeError: Cannot call method 'setItem' of null
1
File https://maureentaylor.com/app/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js line 1 in [anonymous]
```
2016-03-13 08:42:35 -07:00
Mike Jolley
71f32383f8
Comment and minify
2016-03-12 08:37:02 +00:00
Mike Jolley
7e712ee09a
Tweak preserveComments and re-minify
2016-03-12 08:14:37 +00:00
Claudio Sanches
ede64f7aa9
Minify and POT
2016-03-11 14:42:34 -03:00
James Koster
38a668e402
Ensures the update cart button is an appropriate width in handheld orientation
2016-03-11 11:28:55 +00:00
Claudio Sanches
ad446d002e
Fixed zeroclipboard fallback on firefox
2016-03-10 14:58:50 -03:00
Mike Jolley
2d2c64d2ab
Change heading and tab markup
...
Closes #10515
2016-03-10 12:52:20 +00:00