Jeff Stieler
774d8c667e
Implement radio input toggling using the checkbox styles on wizard shipping step.
2017-05-31 09:31:57 -07:00
Nabeel Sulieman
1122faf760
Implement WooCommerce Services NUX in Setup Wizard:
...
- Rename "shipping locale" to "shipping location"
- Move tax setup to to shipping location page
- Rename shipping & taxes to just shipping
- Implement radio button selection to enable/disable shipping
- Add checkbox for installing WooCommerce services
- Start updating wc-admin css and javascript
2017-05-31 09:31:57 -07:00
Mike Jolley
532ddfa6b0
Merge conflicts
2017-05-31 12:23:52 +01:00
Mike Jolley
2177ef93cd
Use formatted weight and dimensions for variations
...
Fixes #15327
2017-05-29 10:31:31 +01:00
Mike Jolley
a3f35d6e96
Checkout fallback regex tweaks ( #15210 )
...
* *Improve JSON regex #15159
* Run parse on invalid JSON to ensure validity and make regex more greedy.
Closes #15161
* Add is_valid_json helper
* Improve return
2017-05-25 11:20:05 +01:00
Mike Jolley
1837abbd99
Increase the timeout so the sizing works after changing variation image
...
Closes #15251
2017-05-24 17:15:22 +01:00
Claudio Sanches
5f28c733cc
Merge pull request #15234 from woocommerce/update/14630
...
Update serializejson to 2.8.1
2017-05-24 09:21:10 -03:00
Mike Jolley
c5d7dfba6c
Feedback
2017-05-23 19:46:46 +01:00
Mike Jolley
f833aadf39
Merge pull request #14975 from tractus/master
...
Added namespace to jQuery events that are removed in VariationForm
2017-05-23 16:27:49 +01:00
Mike Jolley
2d479e0580
Update serializejson to 2.8.1
...
Closes #14630
2017-05-23 15:27:53 +01:00
Mike Jolley
b140f61510
Merge branch 'master' into fix/14578
...
# Conflicts:
# assets/js/frontend/single-product.min.js
2017-05-23 15:09:20 +01:00
Mike Jolley
b1a5b23629
Done screen handling and form tweaks
2017-05-23 15:05:32 +01:00
Mike Jolley
f09f7eb84e
Merge pull request #15150 from woocommerce/fix/15118
...
Add handles so drag and drop does not break edit on mobile
2017-05-23 10:20:08 +01:00
Mike Jolley
2a51aa2020
Update jquery payment to v3
2017-05-22 16:37:08 +01:00
claudiulodro
76d6248cbd
Minify js
2017-05-19 12:50:42 -07:00
claudiulodro
cb297ad1b0
Add skip existing option
2017-05-19 10:58:31 -07:00
claudiulodro
b2e8d31262
Clean up
2017-05-18 09:49:58 -07:00
Mike Jolley
c3c966b5fd
Add handles so drag and drop does not break edit on mobile
...
Fixes #15118
2017-05-18 15:22:12 +01:00
claudiulodro
f7cc3df222
Type
2017-05-17 15:00:16 -07:00
claudiulodro
17083dafae
Initial background importer implementation
2017-05-17 14:34:49 -07:00
Mike Jolley
d67fb8fb83
New style import controller
...
Closes #15107
2017-05-17 14:16:38 +01:00
Mike Jolley
34a7f9b3dd
Merge pull request #15084 from ryelle/add/profile-field-improvements
...
Customer Profiles: copy billing address to shipping address
2017-05-16 20:31:05 +01:00
Claudio Sanches
d6e43ddbe1
Merge pull request #15078 from woocommerce/fix/restore-empty-checkout-data-only
...
When re-filling fields on checkout, only change the empty ones.
2017-05-16 12:39:28 -03:00
Mike Jolley
5939939244
Wizard and blank state
2017-05-16 15:36:56 +01:00
Mike Jolley
74e2f61f0c
Import and export buttons
2017-05-16 15:06:22 +01:00
Kelly Dwan
684ae9c86c
Run grunt
2017-05-15 18:00:29 -04:00
Kelly Dwan
faea811a92
Customer profile: Add a “Copy from billing” button to shipping user meta fields
2017-05-15 17:09:02 -04:00
Mike Jolley
438e1aeeea
When re-filling fields on checkout, only change the empty ones.
2017-05-15 17:59:22 +01:00
Mike Jolley
f40dddacc3
Feedback
2017-05-15 10:42:10 +01:00
Mike Jolley
ed32dd558d
Nonces and further tidyup
2017-05-12 20:15:08 +01:00
Mike Jolley
a35df1394c
Delay final step
2017-05-12 15:26:53 +01:00
Mike Jolley
0bf749aeac
Move js into script file
2017-05-12 15:03:00 +01:00
Guido Scialfa
cce7e8a0e3
Allow other product types to use the sale schedule inputs.
...
Problem:
Simple product allow to schedule a product sale, but the datepicker
works only if there is one group of sale inputs.
This is because only the simple&external product type is allowed to show the general data tab.
As referenced within the includes/admin/meta-boxes/views/html-product-data-general.php
the div container has the class attribute values "show_if_simple show_if_external".
This make impossible to use the price fields for custom product types.
Workaround:
When I register a new product type and I want to use the general data tab, simply, I cannot.
But, I can create an additional data tab and put my custom code there but if I want to use the price and sale input what I need to do
is to get a copy of the code from html-product-data-general.php and put it on my own view.
Surprise, is not possible to send the data from the datepicker to the input field, also, the recalculate value for the minDate and maxDate
doesn't work as expected.
Solution:
Instead of use the .sale_price_dates_from (that is removed when the datePicker is initialized, and instead of using the id attribute
that must be unique and may create issues, using a combination of .next() and .is() function allow us to determine if the options must be the min or max value.
The code is a copy of the same closure found within the meta-boxes-variation.js.
2017-05-11 18:38:48 +02:00
Vinod Dalvi
3249f23576
Resolved the issue - Allow linking to single product additional_information tab from url hash #15016
2017-05-11 19:51:31 +05:30
Trey Richards
9774cfa15f
Added namespace to jQuery events that are removed in creation of a VariationForm.
2017-05-09 16:50:34 -07:00
Mike Jolley
d14a679e70
Merge pull request #14697 from bekarice/tweak/confirm-log-deletion
...
Confirm before deleting log files
2017-04-28 12:57:48 +01:00
Mike Jolley
5f63f81b72
Merge branch 'add/inline-terms'
...
# Conflicts:
# assets/js/frontend/single-product.min.js
2017-04-27 12:37:46 +01:00
Mike Jolley
7c037728f6
Merge branch 'fix/14448'
...
# Conflicts:
# assets/js/frontend/single-product.min.js
2017-04-27 12:00:05 +01:00
Mike Jolley
d546613c25
Merge branch 'pr/14394'
...
# Conflicts:
# assets/js/frontend/single-product.min.js
2017-04-27 11:53:08 +01:00
Mike Jolley
a4f7bb3d6e
Remove extra comma
2017-04-27 11:52:10 +01:00
Mike Jolley
165a8971ae
Merge pull request #14712 from woocommerce/fix/14700
...
Add required placeholder for meta fields
2017-04-26 16:57:29 +01:00
Mike Jolley
076d2c9336
Minify
2017-04-26 11:43:12 +01:00
Mike Jolley
63e8221e2c
Add required placeholder for meta fields
...
Closes #14700
2017-04-26 11:35:34 +01:00
Beka Rice
f65b817fcf
Code review tweaks
2017-04-25 21:45:42 -04:00
Beka Rice
c552362b73
Confirm before deleting log files
2017-04-25 17:10:47 -04:00
Mike Jolley
1e6d52a3bd
Add a data-caption for captions and keep title around.
...
Fixes #14578
2017-04-25 14:31:24 +01:00
Claudio Sanches
accf956632
Merge pull request #14500 from woocommerce/fix/14494
...
Removed the non-functional order total input and combine the recalculation buttons into one working button.
2017-04-20 00:43:22 -03:00
Mike Jolley
3b6e7d9d14
Address field sorting was not working due to wrong data name
...
Fixes #14533
2017-04-19 16:33:32 +01:00
Mike Jolley
2a4103d776
Removed the non-functional order total input and combine the recalculation buttons into one working button.
...
Fixes #14494
2017-04-18 19:44:42 +01:00
Mike Jolley
b8aade8523
Update js-cookie to 2.1.4
2017-04-18 11:44:51 +01:00
Mike Jolley
1f66a29457
Use smoothHeight
...
Closes #14448
2017-04-17 16:23:04 +01:00
AJ Clarke
b8e5fc22a2
Localized Photoswipe script
2017-04-14 09:34:05 -07:00
Manos Psychogyiopoulos
92d1490151
Fix typo in single-product.js
2017-04-12 15:06:16 +03:00
Claudio Sanches
f61fa071cc
Merge pull request #14280 from woocommerce/fix/14120
...
Remove error causing legacy suggest code
2017-04-11 18:32:45 -03:00
Mike Jolley
f1c2bfccc8
Fix and minify
2017-04-11 21:46:25 +01:00
Mike Jolley
04fe2b9a44
Remove error causing legacy suggest code
...
Fixes #14120
2017-04-11 21:45:31 +01:00
Claudio Sanches
e2065cf696
Merge pull request #14248 from woocommerce/fix/14245
...
Trigger wc_fragments_loaded after add to cart fragment refresh
2017-04-11 16:48:14 -03:00
Mike Jolley
4d32308b9f
Trigger wc_fragments_loaded after add to cart fragment refresh
...
Fixes #14245
2017-04-11 10:51:59 +01:00
Mike Jolley
7274c14591
Use correct thumbnail for variation images in gallery
...
Fixes #14213
2017-04-10 23:02:53 +01:00
Claudio Sanches
393c9afe78
Replaced deprecated Select2 4 quietMillis in favor of delay
2017-04-06 16:18:42 -03:00
Mike Jolley
c1468cdc2e
Merge branch 'master' into fix/trycatchselect2
...
# Conflicts:
# assets/js/admin/wc-enhanced-select.js
# assets/js/admin/wc-enhanced-select.min.js
2017-04-06 18:58:17 +01:00
Mike Jolley
d3d301a26c
Add try/catch block to select2 code to stop it breaking EVERYTHING on conflict/failure
2017-04-06 13:04:22 +01:00
Claudio Sanches
2ffb2e8853
Allow search customers by ID in admin customer ajax search
...
Closes #13980
2017-04-06 02:19:12 -03:00
Mike Jolley
d607aea651
Fade gallery in if no images are set.
...
Fixes #13910
2017-04-04 23:43:14 +01:00
Mike Jolley
005bedb7e8
Workaround for loading failed message
2017-04-04 11:13:43 +01:00
Mike Jolley
31cd2dcb90
Merge pull request #13853 from woocommerce/crud-security-hardening
...
CRUD security/hardening
2017-04-03 11:09:38 +01:00
Mike Jolley
75f79b3279
Se 20y limit on datepicker too
2017-04-03 10:46:37 +01:00
Mike Jolley
6ccac2f19f
Switch to $target
...
https://github.com/woocommerce/woocommerce/pull/13859#discussion_r109178
476
2017-03-31 16:27:51 +01:00
Mike Jolley
101c11a7ec
Use start event to fade
2017-03-31 15:26:46 +01:00
Mike Jolley
62bd505bda
CSS transition
2017-03-31 15:16:10 +01:00
Mike Jolley
0c2ab2dabb
Fade gallery in after delay to avoid flash
...
Closes #13847
2017-03-31 13:53:37 +01:00
James Koster
1cd85b1b9b
Use the full size image dimensions to decide whether to init zoom. #13830
2017-03-30 19:52:29 +01:00
Mike Jolley
673aa5f5bb
Change zoom mode on touch devices
...
Fixes #13775
2017-03-27 17:10:21 +01:00
Mike Jolley
ece81deb8e
Use term ID, not slug
...
Fixes #13731
2017-03-23 11:13:32 +00:00
Claudio Sanches
40a86c28eb
Merge pull request #13707 from woocommerce/fix-13699
...
Abort gallery script when there are no images
2017-03-22 10:56:49 -03:00
Mike Jolley
47f363a463
data-src on all gallery images
...
#13710
2017-03-22 13:26:00 +00:00
Mike Jolley
9ff603681b
Abort gallery script when there are no images
...
Fixes #13699
2017-03-22 11:08:37 +00:00
Claudio Sanches
d6d6096cba
Merge pull request #13630 from woocommerce/fix-13628
...
Match language array in select2
2017-03-17 16:20:44 -03:00
Mike Jolley
c1ce490956
Country select
2017-03-17 11:25:53 +00:00
Mike Jolley
2011c19b53
Match language array in select2
...
Closes #13628
2017-03-16 17:03:12 +00:00
Mike Jolley
f29d4619d3
Change href of link with variation image.
...
Fixes #13620
2017-03-16 11:56:00 +00:00
Mike Jolley
d55653a408
Merge branch 'master' into fix-13498
...
# Conflicts:
# includes/class-wc-order.php
# tests/unit-tests/crud/data.php
2017-03-15 15:52:40 +00:00
Mike Jolley
d710ada38d
Fix reset with more than one on page
2017-03-14 16:38:04 +00:00
Mike Jolley
a6436eb915
prototype pattern
2017-03-14 15:48:18 +00:00
Manos Psychogyiopoulos
161b6a132b
use data() correctly
2017-03-14 15:42:15 +02:00
Manos Psychogyiopoulos
290e000bcb
better use of gallery var
2017-03-14 15:04:08 +02:00
Manos Psychogyiopoulos
4cc936c383
move event handlers to init
2017-03-14 13:52:48 +02:00
Manos Psychogyiopoulos
fb6c1b09fc
use class prop `flexslider_enabled` in `init_zoom`
2017-03-14 13:44:45 +02:00
Manos Psychogyiopoulos
4e48a2ddfa
revert change from attr. to data.
2017-03-14 13:33:05 +02:00
Manos Psychogyiopoulos
9181f1c151
allow init with args
2017-03-14 12:55:25 +02:00
Manos Psychogyiopoulos
1d5cd9409e
allow multiple galleries on page and init of dynamically loaded galleries
2017-03-13 18:58:39 +02:00
Claudiu Lodromanean
e1891b85a2
Remove all previous messages on submit error
2017-03-07 12:15:07 -08:00
Claudiu Lodromanean
cd37d8aa40
Add wrapper class to messages
2017-03-06 14:45:45 -08:00
Claudiu Lodromanean
4ad3709859
Make coupon errors properly refresh the checkout page
2017-03-06 11:52:38 -08:00
Mike Jolley
ce82fcc0c7
Remove attribute code from product-ordering.js
...
Fixes #13471
2017-03-06 14:33:52 +00:00
Mike Jolley
052417e0d0
Merge pull request #13416 from woocommerce/fix-13402
...
Reset gallery position on variation change
2017-03-06 11:58:16 +00:00
Claudiu Lodromanean
3c4b06f51c
Remove extra space
2017-03-03 13:30:16 -08:00
Claudiu Lodromanean
29bdcd7985
Better slide-reset checking
2017-03-03 13:28:38 -08:00
Mike Jolley
31b10d861e
Add wrappers around sortable checkout fields
...
Fixes #13432
Fixes #13434
2017-03-02 15:08:02 +00:00
JeroenSormani
8abd814212
Fix #13432 - Order notes field not showing by default (hidden under 'ship to different address')
2017-03-02 15:23:03 +01:00