Commit Graph

1044 Commits

Author SHA1 Message Date
Mike Jolley 5b991cc3e1 Checkout min 2014-01-28 11:26:07 +00:00
Mike Jolley 39344f2ed5 Allow gateways to change the checkout place order button text on selection. Closes #4573 2014-01-28 11:25:57 +00:00
splashingpixels 8f5bf6dde7 Replaced deprecated jQuery live methods with on 2014-01-24 10:34:48 -08:00
James Koster ea1a82c612 twentyfourteen bits. closes #4558 2014-01-22 10:44:53 +00:00
James Koster 75b2c9f2da drag and drop icon. closes #4553 2014-01-22 10:36:51 +00:00
Mike Jolley bc779e5e2b Trigger change for country fields Closes #4546 2014-01-21 11:54:03 +00:00
Mike Jolley c6cd7e4017 Sliding payment boxes tweaks Closes #4538 2014-01-20 15:18:47 +00:00
James Koster a382733c51 floating h3s in checkout. closes #4523 2014-01-17 11:14:10 +00:00
splashingpixels 5b42f5f596 revised/ammend pull request 4513 2014-01-15 23:06:23 -08:00
splashingpixels 74f0d1c4c6 fixes shipping total not updating when select method is used on checkout page 2014-01-15 21:22:43 -08:00
splashingpixels c6018f58af fix shipping cost total not updating when using select dropdown method Fixes #4515 2014-01-15 19:33:21 -08:00
Mike Jolley 03f8d500a2 Input styling fixes 2014-01-13 12:46:54 +00:00
Mike Jolley 6d31f30a10 Merge pull request #4470 from vrozkovec/master
Update meta-boxes.js
2014-01-09 02:54:31 -08:00
James Koster ea95e0a242 2014 tweak 2014-01-08 16:24:33 +00:00
James Koster 1992e8411a fix breadcrumb issue in 2014. closes #4473 2014-01-08 15:42:15 +00:00
Mike Jolley 7ddd4d012a Move localisation to address-i18n.js for account page. Closes #4446 2014-01-08 14:38:20 +00:00
vrozkovec 3fe9994d59 Merge branch 'master' of git@github.com:vrozkovec/woocommerce.git 2014-01-08 01:39:28 +01:00
vrozkovec cb9a6fc8df Add filter options to product gallery images selector to make visible
filters of plugins such as the Enhanced Media Library
2014-01-08 01:38:54 +01:00
Vit Rozkovec 17a02b71c0 Update meta-boxes.js
Add filter options to product gallery images selector to make visible filters of plugins such as the Enhanced Media Library
2014-01-08 01:28:39 +01:00
Mike Jolley 2600744fd9 #4374 2013-12-31 12:22:05 +00:00
Mike Jolley e94247017c Merge pull request #4374 from splashingpixels/master
tooltips on variations not showing after using link all variations butto...
2013-12-31 04:21:36 -08:00
Mike Jolley 539a736882 woocommerce_wp_radio styling Closes #4383 2013-12-27 13:26:37 +00:00
James Koster b0412ccd25 product data tab select. closes #4370 2013-12-27 11:40:27 +00:00
Mike Jolley 329a96b452 Look for name of select Fixes #4365 2013-12-23 15:42:46 +00:00
splashingpixels 6487bc1125 tooltips on variations not showing after using link all variations button Fixes #4366 2013-12-14 07:50:18 -08:00
James Koster 1343731031 color tweaks 2013-12-13 10:45:13 +00:00
James Koster f6d057dc48 data tabs tweaks 2013-12-13 10:40:28 +00:00
Emyr Thomas 9c2d2dff75 Fix checkbox width in product data meta box 2013-12-12 20:50:04 +00:00
James Koster 05dda2c16a add gallery images link 2013-12-12 14:08:26 +00:00
James Koster bcee9b4a05 checkboxes in product data tabs #4356 2013-12-12 14:08:26 +00:00
James Koster 87ecd3dce5 short description meta box #4356 2013-12-12 14:08:26 +00:00
James Koster dbf1b15001 replace a few missed →'s. closes #4350 2013-12-12 13:42:29 +00:00
Emyr Thomas 3a3e678db6 Fix product details meta box tabs for small width screens 2013-12-10 12:10:08 +00:00
James Koster c22ebcc7ae twentyfourteen compat. closes #4272 2013-12-09 09:55:11 +00:00
James Koster 1eb979c5ba edit icon in customer list. closes #4287 2013-12-06 10:04:54 +00:00
Mike Jolley 82ba7cc310 Min #4299 2013-12-06 10:02:01 +00:00
Mike Jolley 4da2d1a3ba Merge pull request #4299 from Ramoonus/js
third party JS update
2013-12-06 02:01:28 -08:00
Ramon van Belzen d196fe401b jQuery Cookie 1.4 2013-12-05 19:55:37 +01:00
Ramon van Belzen 30464857f4 jquery blockUI update to latest stable 2013-12-05 19:54:20 +01:00
Mike Jolley 24be342db0 Fix sort icon in firefox. Closes #4283 2013-12-05 15:19:52 +00:00
James Koster 8d796ff9d5 edit icon. #4287 2013-12-05 15:03:27 +00:00
Mike Jolley 684fd36288 #4287 2013-12-05 13:18:04 +00:00
Mike Jolley 153c367ef4 Missing icons #4287 2013-12-05 13:16:52 +00:00
Coen Jacobs fe8f57c2e3 Minified all the JS files for #4289 2013-12-05 10:23:38 +01:00
Jared Cobb 9fc47db17f Make frontend scripts safe to run on non WC pages (check for objects)
For a more detailed explaination of why this is helpful, see
Issue #4202. In short, from a dev ops perspective, if we want to build /
concatonate our front end scripts into a single application.js file, we
need to ensure scripts first check for dependent global object helpers
before trying to use them. For example, there are several objects
(created via PHP using `wp_localize_script`) which generate objects such
as `wc_single_product_params`. These objects will not exist on most
other pages, however these scripts attempt to execute code that
references these objects.
2013-12-04 12:15:24 -07:00
James Koster b69c8da6a5 twenty fourteen compat. closes #4272 2013-12-03 16:53:47 +00:00
Mike Jolley 293c998a1d Set price slider min to min price. Closes #4183 2013-12-03 13:39:02 +00:00
Mike Jolley af34b43ee6 Tweaks for #4239 2013-12-03 12:14:12 +00:00
Ewout Fernhout bfa4ce53ff Allow custom checkout fields to be localized 2013-11-28 15:46:08 +01:00
Coen Jacobs 5ef0ba6a37 Minification for #4237 2013-11-28 14:39:42 +01:00