Mike Jolley
555f093ac3
Use select2 in cart
...
Fixes #15985
2017-07-10 13:14:27 +01:00
Mike Jolley
79e3bbd0bf
Set allow one slide to false for flexslider
...
Closes #16002
2017-07-07 11:37:10 +01:00
claudiulodro
8a8daabf26
Update with master and recompile assets
2017-07-06 09:06:30 -07:00
claudiulodro
3ce4264723
Add select2 files back
2017-07-06 08:47:27 -07:00
Claudio Sanches
ee87024d82
Merge pull request #15956 from woocommerce/add-cart-readdition-notice
...
Use ajax when restoring an item in the cart
2017-07-04 16:35:23 -03:00
Claudio Sanches
002156d109
Minify
2017-07-04 16:34:58 -03:00
Claudio Sanches
3180f456d2
Merge pull request #15893 from woocommerce/fix/gallery-height-with-no-cache
...
Force height for the gallery if the image is no loaded at time of init
2017-07-04 14:10:00 -03:00
Claudio Sanches
7172d559c8
Fixed coding standards
2017-07-04 14:09:16 -03:00
Claudio Sanches
00237a6de9
Merge pull request #15959 from woocommerce/update/15949
...
Extra error checking in terms page content
2017-07-04 12:25:44 -03:00
Mike Jolley
671f052641
Tweak terms template to check the woocommerce_shortcode is not present in the content.
2017-07-04 14:03:08 +01:00
Mike Jolley
c1de30fa38
Merge branch 'master' into fix/gallery-height-with-no-cache
...
# Conflicts:
# assets/js/frontend/single-product.min.js
2017-07-04 11:50:15 +01:00
Caleb Burks
2d52e6e398
Use ajax when restoring an item in the cart
2017-07-04 04:01:59 -05:00
Caleb Burks
342b051731
Only show most recent cart removal notice
2017-07-04 03:33:51 -05:00
Claudio Sanches
3af45e1e35
Fixed chmod
2017-07-03 11:41:10 -03:00
Sofyan Sitorus
38411f7fb2
#15915 Use shippingMethodView variable instead this in ajax callback inside the onAddShippingMethodSubmitted method
2017-07-02 05:14:45 +07:00
claudiulodro
e8bd694a6e
Keep aria styles for backwards compat.
2017-06-30 13:17:24 -07:00
Claudiu Lodromanean
f6f229ac0e
Merge pull request #15828 from woocommerce/update/15825
...
Init zoom after slide is displayed
2017-06-30 08:34:07 -07:00
Mike Jolley
d78f088ba2
Force height for the gallery if the image is no loaded at time of init
2017-06-30 15:58:55 +01:00
Mike Jolley
c7e4be8f34
Update flexslider
2017-06-30 15:19:47 +01:00
Mike Jolley
77c938202f
Merge branch 'add/15602-store-street-level-address'
...
# Conflicts:
# assets/css/admin-rtl.css
# assets/css/admin.css
2017-06-30 15:00:51 +01:00
Mike Jolley
d6131f3a74
Field styling
2017-06-30 14:59:45 +01:00
claudiulodro
09c9c6e359
Dont set everything up if key variable doesnt exist
2017-06-28 08:31:55 -07:00
Mike Jolley
f469312d76
Init zoom after slide is displayed
...
Closes #15825
2017-06-27 22:01:05 +01:00
claudiulodro
f02c9376c4
Move calls to selectWoo()
2017-06-26 12:44:33 -07:00
claudiulodro
ee9c762bdc
Enqueue selectWoo
2017-06-26 11:50:08 -07:00
Mike Jolley
1d9148241c
Merge pull request #15751 from woocommerce/feature/helper
...
Helper copy update
2017-06-23 16:17:24 +01:00
José Marques
85e3c4d1f1
Helper: minor coding standards fixes
2017-06-23 12:47:30 +01:00
José Marques
7e396de650
Helper: compresses stylesheet
2017-06-23 09:42:25 +01:00
José Marques
ff18825068
Helper connection screen: reduces max width of the notice copy and makes the connection button match the style of the remaining buttons
2017-06-23 09:31:31 +01:00
Mike Jolley
29ba0040d0
Style CSV URL input box correctly
...
Closes #15735
2017-06-22 11:58:41 +01:00
Mike Jolley
24780e7ace
Fix example wrapping
2017-06-21 13:06:25 +01:00
claudiulodro
d0266938bf
Recompile css
2017-06-19 10:13:27 -07:00
Mike Jolley
85134b91eb
Give the icon a background color
...
Fixes #15673
2017-06-19 13:06:54 +01:00
Mike Jolley
a1940f2da3
Grunt dev
2017-06-19 12:49:34 +01:00
Claudio Sanches
594aa66f4e
3.1.0-rc.1
2017-06-14 16:07:22 -03:00
Claudio Sanches
e9b64aec7b
Merge branch 'master' into fix/15574
2017-06-14 14:05:01 -03:00
Mike Jolley
9f5ff05269
Re-run grunt tasks
2017-06-14 17:58:42 +01:00
Mike Jolley
8e7e8c269f
Raise input padding so placeholder is not so squished
2017-06-14 17:56:18 +01:00
Konstantin Kovshenin
247e13e2ca
Helper: Various Improvements ( #15519 )
...
* Helper: Improve messaging and CTAs
* Helper: Update copy on connect flow
* Helper: Improve messaging around plugins without a subscription
* removes toggle from extensions that cannot be activated
* Helper: Add new `WC_Helper_Compat` class for legacy helper compat
This new class removes some of the actions from the legacy helper
(updater) plugin, attempts to migrate an existing legacy connection
to a new one, attempts to deactivate the old helper plugin.
* Helper: Improve messaging around maxed out subscriptions
* Helper: Enable `WC_Tracker` when connected to WooCommerce.com
* Helper: adds styles for manual licence form row and other visual improvements
* Helper: removes disabled toggles
* Helper: adds styles for connection component
* Helper: redesigned connection module
* Helper: rotates the connection module chevron on mouse hover
* Helper: adds some fixes to the key form on mobile and other updates to meet coding standards
* Helper: Only mark action as primary if there's a CTA button.
* Helper: Better handling for woothemes_updater_notice
Remove the updater notice built into extensions and themes, even
if the legacy Helper plugin is deactivated.
* Helper: Navigate existing Helper users to the new place.
Adds a Dashboard menu item and direct users of the old helper
plugin to the new Extensions screen.
* Helper: Do not show the back-compat menu item for new users
* Helper: Avoid notice in API authentication if credentials are missing
* Helper: Hide the back-compat menu item when users see the new screen
Also sets the user_id for the connection if one was not previously set.
2017-06-14 14:12:53 +01:00
Valerie K
66259ebff1
Update WooCommerce Services copy ( #15598 )
...
* Remove excess explanation from wizard shipping step
* Remove distracting link from shipping wizard page
* Update copy on extensions WCS banner
* Update copy on WCS extensions banner for Canada
* Fix extensions WCS banner when read from json
* Add Canada copy on wizard shipping step
* Use strict array comparison in WCS shipping tout
* Add service logos to WCS extension banner
* Use strict array comparison in WCS banner
* Remove related extensions when showing WCS banner
- when store is based in Canada remove Canada Post
extension from shipping page
- when store is based in US remove USPS
extension from shipping page
* Add image alt for logos on WCS banners
* Update WCS banner and wizard content
2017-06-14 11:24:45 +01:00
Claudio Sanches
2702647f88
Start handle importer delimiter
...
This make able handle the delimiter input passing to mapping screen and to the AJAX importation process.
2017-06-12 17:47:20 -03:00
Mike Jolley
54a9387361
Show attribute data in admin list.
2017-06-12 13:37:52 +01:00
Mike Jolley
27d57e6019
More specific radio hiding
...
Closes #15538
2017-06-09 14:47:07 +01:00
Claudio Sanches
c19da29223
Fixed a typo
2017-06-08 15:52:34 -03:00
Mike Jolley
5ee38c54c2
Option to disable reviews globally
2017-06-08 15:26:30 +01:00
Mike Jolley
b4040b1335
Translate quick edit text
2017-06-08 14:24:28 +01:00
Claudio Sanches
43723f599f
Merge pull request #15475 from woocommerce/fix/14677
...
Switch to image if it's in the gallery for variations
2017-06-06 14:26:56 -03:00
Mike Jolley
fd7c154009
Optimise switch code
2017-06-06 14:16:56 +01:00
Faisal Alvi
1863446daf
fresh fix for 14677 (without unnecessary commit history)
2017-06-06 13:57:22 +01:00
Mike Jolley
eddcb16e00
Update copy + css for zones
...
Closes #15031
2017-06-06 13:46:09 +01:00
Valerie
ed0d0e2fbc
Update WCS banner heading spacing
2017-06-05 16:22:30 -04:00
Claudio Sanches
4aec4efa67
Merge pull request #15432 from woocommerce/update/wcs-banner-responsive
...
Update WooCommerce Services extensions banner
2017-06-05 15:36:22 -03:00
Claudiu Lodromanean
d263b56438
Merge pull request #15448 from woocommerce/update/15447
...
Use prototype pattern and trigger wc_cart_button_updated after updating markup
2017-06-05 11:29:45 -07:00
Claudio Sanches
527fa0d07a
Fixe CHMOD
2017-06-05 14:45:30 -03:00
Claudiu Lodromanean
2abb868715
Merge pull request #15451 from woocommerce/fix/15441
...
Fix button styling
2017-06-05 09:19:34 -07:00
Valerie
70570f3745
Update WCS banner style
2017-06-05 11:30:42 -04:00
Valerie
baf405fdcf
Update WCS banner image
2017-06-05 11:28:37 -04:00
Mike Jolley
4f72e9e914
Fix button styling
2017-06-05 14:46:57 +01:00
Mike Jolley
a348dedfb7
Merge pull request #15397 from woocommerce/update/add-activation-toggles-in-subscriptions
...
Update/add activation toggles in subscriptions
2017-06-05 14:29:36 +01:00
Mike Jolley
f22d30603d
Use prototype pattern and trigger wc_cart_button_updated after updating markup
...
Fixes #15447
2017-06-05 12:43:52 +01:00
Mike Jolley
d5cb320b7e
Font smoothing CSS
...
Closes #15434
2017-06-05 10:14:31 +01:00
José Marques
e77c86a7bc
removes cursor from inactive toggles
2017-06-02 11:23:54 +01:00
José Marques
09a3b3d0dd
updates active/inactive toggles on the Subscriptions tab
2017-06-01 13:14:38 +01:00
Claudio Sanches
5369bae987
Merge branch 'master' into add/wcs-banners
2017-05-31 16:02:38 -03:00
Nabeel Sulieman
ffed9a945e
Update CSS files
2017-05-31 09:37:38 -07:00
Mike Jolley
c53c83aebb
Tweak test and styling
2017-05-31 09:36:32 -07:00
Nabeel Sulieman
10e8c2d82e
Use circular controls to indicate radio button on shipping wizard
...
Regenerate CSS and JS files
2017-05-31 09:35:10 -07:00
Nabeel Sulieman
cd2da7fd07
Change style of checkbox in shipping wizard
2017-05-31 09:34:24 -07:00
Nabeel Sulieman
c49fa38e2c
Make units controls look the same for touted and non-touted
...
Rename local functions to "location"
2017-05-31 09:33:50 -07:00
Nabeel Sulieman
290fffd053
Update css files using grunt
2017-05-31 09:33:19 -07:00
Jeff Stieler
2d039c71e9
Fix jshint reserved word error and update minified wizard JavaScript.
2017-05-31 09:31:59 -07:00
Jeff Stieler
466cee9fc9
Update tax rates upon store location change.
2017-05-31 09:31:59 -07:00
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
Valerie
e7672d6572
Enable WCS banner on shipping extension page
2017-05-31 09:27:17 -06:00
Valerie
870e3ddea2
Add WCS banner addons block markup
2017-05-31 09:26:17 -06:00
Mike Jolley
532ddfa6b0
Merge conflicts
2017-05-31 12:23:52 +01:00
Mike Jolley
85b8d8661a
Merge pull request #14595 from woocommerce/feature/helper
...
Helper: First pass at merging the Helper plugin into WooCommerce
2017-05-30 20:39:08 +01:00
Konstantin Kovshenin
1dc7e507b1
Helper: Redesign (work in progress)
2017-05-30 20:50:14 +03:00
Mike Jolley
2177ef93cd
Use formatted weight and dimensions for variations
...
Fixes #15327
2017-05-29 10:31:31 +01:00
Mike Jolley
7f0fcac090
Merge branch 'feature/product-csv-import-export' into feature/product-csv-import-non-existing-data
...
# Conflicts:
# assets/css/admin-rtl.css
# assets/css/admin.css
2017-05-25 17:58:34 +01:00
Mike Jolley
c790e4be7c
Fix styling in firefox
2017-05-25 15:39:53 +01:00
Mike Jolley
b821c24955
Restore top actions
2017-05-25 12:36:03 +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
15f47e00a2
Merge branch 'master' into feature/13088
...
# Conflicts:
# assets/css/admin-rtl.css
# assets/css/admin.css
# assets/css/twenty-seventeen-rtl.css
# assets/css/twenty-seventeen.css
# assets/css/woocommerce-rtl.css
# assets/css/woocommerce.css
2017-05-23 16:35:17 +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
a1a79e57b5
Merge branch 'master' into pr/14896
...
# Conflicts:
# assets/js/frontend/single-product.min.js
2017-05-23 16:22:18 +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
65474b0e49
Minify
2017-05-23 11:04:17 +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
Mike Jolley
cde32be82d
Done step and styling
2017-05-19 13:25:03 +01:00
Mike Jolley
1617c62f47
Export text tweaks
2017-05-19 12:03:34 +01:00