Commit Graph

1999 Commits

Author SHA1 Message Date
Manos Psychogyiopoulos dae10a962c allow product variations data refresh 2015-07-28 15:34:04 +03:00
Mike Jolley 890bcff302 Fix cart ajax endpoint
@claudiosmweb @BFTrick
2015-07-27 20:02:40 +01:00
Mike Jolley ef5b2007f6 min 2015-07-27 19:03:17 +01:00
Mike Jolley 97bbdb63fa Merge pull request #8663 from roykho/gallery-images
gallery images where not saving
2015-07-27 18:27:00 +01:00
roykho 4203a2cf83 minified file 2015-07-27 10:21:58 -07:00
Claudio Sanches b0ce578541 Show errors for admin ajax variations 2015-07-27 14:16:52 -03:00
roykho 4a8712053f gallery images where not saving 2015-07-27 09:57:21 -07:00
Mike Jolley d0c2c10c47 Made the linter happy 2015-07-27 17:55:37 +01:00
Mike Jolley 0ab151562a Fix issues with trailing slashes on permalinks
Closes #8658
2015-07-27 11:56:07 +01:00
Claudio Sanches f8dfc64db7 Fixed postcode/zip reset in address i18n script, closes #8646 2015-07-24 18:24:33 -03:00
Claudio Sanches 77e8c19330 Minify files for #8631 2015-07-21 20:36:46 -03:00
Brent Shepherd 23418214d0 Trigger do_variation_action + '_ajax_data'
To allow extensions which add their own variation bulk actions to pass
data back to WooCommerce core's handler so that only one ajax call
is necessary for updating the data.

Previously, a duplicate ajax call would be required as trigger() does
not capture the callbacks return value.
2015-07-21 15:41:13 -07:00
Claudio Sanches 791c20ae51 Added param for exclude posts from wc-product-search, closes #8613 2015-07-20 13:41:14 -03:00
Claudio Sanches 5e97a68e3d Fixed calendar when added new variation, closes #8533 2015-07-15 12:26:38 -03:00
Claudio Sanches 8b5fff38e4 Stop alerts when use delete all variations action 2015-07-14 14:08:59 -03:00
Mike Jolley c707f771ad serializeJSON to maintain POST data structure
@claudiosmweb
2015-07-14 13:49:45 +01:00
Mike Jolley 44b91e5b66 Revert triggerHandlers back to trigger() for BW compat
Closes #8569
2015-07-14 10:28:49 +01:00
Claudio Sanches ee1263db9c Minify 2015-07-10 20:17:47 -03:00
Claudio Sanches b8a28bdab4 Admin variations - Cancel button reset the default form values
@mikejolley
2015-07-10 20:16:35 -03:00
Mike Jolley 3ec4003bbb Move add variation button and toolbars 2015-07-11 00:04:16 +01:00
Claudio Sanches 8b4711f655 Admin variations - Removed alert when add new variation 2015-07-10 19:30:14 -03:00
Claudio Sanches 441d3c44bb Admin variations - Go to previous page when delete the last variation in a page 2015-07-10 18:57:38 -03:00
Claudio Sanches 501742b07f Updated grunt dependencies 2015-07-10 18:48:04 -03:00
Claudio Sanches e0c1cc7784 Admin variations - Turn on save button when add new variation 2015-07-10 18:31:38 -03:00
Claudio Sanches e9fc799f97 Admin variations - Fix product add and save methods
Allow add new variations and stay at the same page
When save will set up the pagination again

@mikejolley
2015-07-10 18:22:05 -03:00
Mike Jolley 2834eff221 Merge branch 'variations-8477'
Conflicts:
	assets/js/frontend/add-to-cart-variation.js
	assets/js/frontend/add-to-cart-variation.min.js
	assets/js/frontend/add-to-cart.min.js
	assets/js/frontend/checkout.min.js
	assets/js/frontend/geolocation.min.js
2015-07-10 11:37:05 +01:00
Claudio Sanches 62d879e86c Fixed all jshint errors #4680 2015-07-10 02:13:30 -03:00
Claudio Sanches 76b312b9e7 Use always min.js files on admin 2015-07-10 01:32:30 -03:00
Claudio Sanches 319bcd48e6 Updated accounting.js 2015-07-10 01:31:57 -03:00
Claudio Sanches 987a789367 Admin variations - Show link all variations bulk action 2015-07-10 00:49:52 -03:00
Claudio Sanches a64695b7f5 Admin variations - Added new triggers and removed data-product_id 2015-07-09 17:31:48 -03:00
Claudio Sanches ce08c336e9 Updated jquery.payment.js to version 1.2.4 2015-07-09 17:17:34 -03:00
Claudio Sanches 3c409e07e1 Fixed js coding standards in assets/js/frontend/checkout.js 2015-07-09 15:04:00 -03:00
Mike Jolley 9531258ee6 Treat each form separately. 2015-07-09 16:21:17 +01:00
Mike Jolley 65f19d5ca7 Ajax variation handling
If there are more variations than the threshold allows (set to 20
currently) this loads the matching variation via ajax instead of inline
in the HTML. #8477
2015-07-09 15:56:20 +01:00
Claudio Sanches 1ce7719c98 Save variable defaults via ajax 2015-07-08 22:50:32 -03:00
Claudio Sanches 88c0f61007 Fixed js standards 2015-07-08 22:33:58 -03:00
Mike Jolley fedfa53754 expand/close 2015-07-08 23:46:19 +01:00
Mike Jolley a219243e60 Move link all variations to bulk actions 2015-07-08 23:34:21 +01:00
Mike Jolley 8161cbd095 Change remove buttons into links 2015-07-08 23:08:07 +01:00
Claudio Sanches c1f17777a6 Admin variations - Close variations after save #6995 2015-07-08 18:59:51 -03:00
Claudio Sanches 94aa610dc0 Admin variations - Prompt when changing page #6995 2015-07-08 17:45:19 -03:00
Claudio Sanches d8b02456bc Admin variations - Save when main publish/update button is pressed #6995 2015-07-08 17:18:57 -03:00
Claudio Sanches d97a62acdf Admin variations - Hide pagination when not needed #6995 2015-07-08 16:20:30 -03:00
Claudio Sanches 0a820f055f Admin variations - Add cancel changes button #6995 2015-07-08 16:10:45 -03:00
Claudio Sanches 064af9a54c Admin variations - Split the save button from the link/add buttons #6995 2015-07-08 15:53:00 -03:00
Claudio Sanches 4a19182158 Fixed js coding standards 2015-07-08 15:33:59 -03:00
Claudio Sanches 1b672f318a Fixed select2 in variations #6995 2015-07-08 15:31:39 -03:00
Claudio Sanches 4c79ec503e Fixed variations datepicker, closes #8533 2015-07-08 15:23:33 -03:00
Claudio Sanches 4aae7b99be Fixed tooltips load for variations 2015-07-08 15:05:52 -03:00
Claudio Sanches c0ca144d57 Fixed js warnings on js/admin/meta-boxes-product.js 2015-07-08 14:48:06 -03:00
Claudio Sanches ffef95f56f Fixed ajax variations posted data 2015-07-08 13:55:29 -03:00
Claudio Sanches bf3300cc0f Fixed js coding standards on assets/js/admin/meta-boxes-order.js and removed a reserved namespace 2015-07-08 02:19:56 -03:00
Claudio Sanches 3b6b129c9d Fixed current page for both pagenav selects in admin ajax variations 2015-07-07 21:43:34 -03:00
Claudio Sanches 184958a0eb Removed console.log() 2015-07-07 21:24:29 -03:00
Claudio Sanches 843a55a6b5 Admin ajax variations 2015-07-07 20:53:36 -03:00
Claudio Sanches 381e911603 Fixed the variations ajax navigation 2015-07-07 20:34:54 -03:00
Claudio Sanches 8a30ce037f Improved the admin ajax variations navigation 2015-07-07 20:22:13 -03:00
Claudio Sanches 4f3fb07dc9 Added new styles for variable pagenav 2015-07-07 19:06:51 -03:00
Claudio Sanches f5ba1f576a Fixed a typo and added changes test before allow to use the bulk edit 2015-07-07 17:48:24 -03:00
Claudio Sanches bbe3cb5b1b Added bulk variation edit for increase and decrease prices 2015-07-07 17:35:21 -03:00
Claudio Sanches 8b681fddf7 Created bulk edit actions for variable sale schedule 2015-07-07 16:39:59 -03:00
Claudio Sanches 7170ae0e3d Minify assets/css/dashboard.css 2015-07-07 16:06:20 -03:00
Mike Jolley 358da00b15 Treat each picker independently
Closes #8515
2015-07-07 11:49:12 +01:00
Claudio Sanches 268a696918 Initial bulk edit variations actions 2015-07-06 22:50:35 -03:00
Claudio Sanches b819326b2a Created new js classes for variations media and actions 2015-07-06 20:05:09 -03:00
Claudio Sanches de01133142 Save only updated/edited variations and fixed the variations sync and product cache/transients 2015-07-06 19:07:01 -03:00
Claudio Sanches e95ad464ae Minify 2015-07-06 15:48:55 -03:00
Claudio Sanches ae18af8cc7 Added method to save variations via ajax 2015-07-06 01:50:20 -03:00
Claudio Sanches 2dc0ef3f86 Added method to set the pagenav fields when add and remove variations 2015-07-06 01:09:36 -03:00
Claudio Sanches 66e4dd84b9 Removed variations drag and drop 2015-07-05 23:58:37 -03:00
Claudio Sanches c3b5ad2337 Refactored the link all variations, remove variation and add variation methods 2015-07-05 23:55:08 -03:00
Claudio Sanches ee437bb646 Improved the navigation and tested if variations have some edition 2015-07-05 22:31:56 -03:00
Claudio Sanches 3de8405cc9 Created variations ajax pagination 2015-07-05 22:00:38 -03:00
Claudio Sanches b16b026647 Load initial variations when click on variations tab 2015-07-05 20:19:45 -03:00
Mike Jolley 18c6a940f1 Merge branch 'onboarding'
Conflicts:
	assets/css/admin.css
	assets/css/select2.css
	assets/css/woocommerce-layout.css
	assets/css/woocommerce.css
	assets/js/admin/order-backbone-modal.min.js
	includes/admin/class-wc-admin-help.php
	includes/admin/class-wc-admin.php
	includes/admin/views/html-admin-page-status-report.php
	includes/admin/views/html-notice-install.php
	includes/admin/views/html-notice-template-check.php
	includes/admin/views/html-notice-theme-support.php
	includes/admin/views/html-notice-tracking.php
	includes/class-wc-install.php
	includes/class-wc-language-pack-upgrader.php

includes/shipping/international-delivery/class-wc-shipping-international
-delivery.php
2015-07-04 23:11:12 +01:00
Claudio Sanches 3d59933d6b Created initial methods to load variations by ajax 2015-07-02 17:42:22 -03:00
James Koster 0d4db4b610 post code before city alignment. closes #8443 2015-07-01 15:13:02 +01:00
Claudio Sanches 77b2d508b2 Fixed coding standards in assets/js/frontend/price-slider.js 2015-06-29 17:09:34 -03:00
Claudio Sanches 743718838a Minify price-slider.js 2015-06-29 17:08:02 -03:00
optimalab 9cccf313ba Fixed price-slider.js trigger and fixed js coding standards 2015-06-29 17:07:45 -03:00
Mike Jolley 84bc6e1b1a Merge branch 'geolocate-cache'
Conflicts:
	includes/class-wc-customer.php

Closes #7939
2015-06-23 12:26:03 +01:00
Mike Jolley 1489fafd06 Need to re-geolocate on page load to refresh cached pages being viewed with wrong hash 2015-06-22 15:35:46 +01:00
Mike Jolley f988aae387 Use hashes and server side redirection 2015-06-22 14:55:15 +01:00
Mike Jolley 839a09b7cf Minify 2015-06-22 11:09:29 +01:00
Mike Jolley d5660e8cfc Don't disable buttons
Closes #8424
2015-06-22 11:09:23 +01:00
Mike Jolley 389ccd5761 Remove base location from script and don't rely on session storage 2015-06-17 16:56:06 +01:00
Claudio Sanches 05ca8898fe Merge pull request #8399 from shivapoudel/tweak-meta
Tweaks Meta boxes Scripts
2015-06-17 11:38:03 -03:00
James Koster 2951a40b89 select2 highlight. closes #8352 2015-06-17 15:33:34 +01:00
Shiva Poudel 2a2867cf51 Tweaks Meta boxes Scripts 2015-06-17 20:15:06 +05:45
Mike Jolley 38dd251f96 geolocation 2015-06-17 14:16:37 +01:00
Mike Jolley b1441c05c1 Move geolocation to separate script 2015-06-17 14:16:35 +01:00
Mike Jolley 9886a805df Fix up standards #7939 2015-06-17 13:59:04 +01:00
Mike Jolley 33c298fea7 Experiment with appending geolocation to query string to prevent caching 2015-06-17 12:12:49 +01:00
Remi Corson c37c2f7c45 word-wrap for woocommerce notices 2015-06-17 12:21:34 +02:00
Mike Jolley 1398ac0feb Merge pull request #8331 from shivapoudel/nav-margin
Tweak nav tab margin for pretty messages
2015-06-12 11:09:45 +01:00
Mike Jolley 05b2505c45 Revise links for @BFTrick 2015-06-11 16:18:01 +01:00
Justin Shreve 3dc0df16e0 Remove references to color_box in the CSS & JS now that it is no longer used. 2015-06-11 15:01:39 +00:00
Shiva Poudel 3976b568e2 Merge remote-tracking branch 'upstream/onboarding' into nav-margin 2015-06-11 18:36:00 +05:45
Mike Jolley 2036e41e83 Minify #8356 2015-06-11 10:31:25 +01:00
Justin Shreve 99d198c148 Merge the preview and input boxes together visually 2015-06-11 07:54:45 +00:00
Justin Shreve 5f627cf850 Move the color preview to its own separate "preview box" rather then changing the color of the input div box. 2015-06-11 07:15:51 +00:00
Claudio Sanches 866a975517 Minify files for #8347 2015-06-10 14:50:13 -03:00
Shiva Poudel 8aff509ed7 Tweaks JSHint for cart and cart fragments 2015-06-10 23:11:21 +05:45
Shiva Poudel b907cc4374 Tweak nav tab margin for pretty messages
CC @mikejolley
2015-06-09 21:01:23 +05:45
Mike Jolley 12eb7aa207 Move dashboard link to footer 2015-06-09 15:54:46 +01:00
Claudio Sanches c353a3a9ea Minify files 2015-06-09 11:37:04 -03:00
Claudio Sanches 4698111dd2 Hide api key fields when generate a new keys 2015-06-08 20:22:49 -03:00
Claudio Sanches 89ddda9ff6 Added new api key generation methods 2015-06-08 19:41:35 -03:00
Claudio Sanches 45c4afd390 Added non-minify qrcode js library 2015-06-08 18:31:19 -03:00
Mike Jolley 30f981f3ad Last step CTA and revised links
#7829
2015-06-08 15:25:59 +01:00
Mike Jolley 9e125b37c7 Remove page options #7829 2015-06-08 13:24:57 +01:00
Mike Jolley 877d91956f Minify 2015-06-08 11:17:07 +01:00
Jake Johnson afe3e1f236 Update checkout when changing address text fields. Fixes #8308 2015-06-05 11:27:44 -07:00
Claudio Sanches 816a01a4ec Minify js for #8290 2015-06-05 11:52:15 -03:00
Shiva Poudel ce2896ffcb Little tweak ... 2015-06-04 18:18:49 +05:45
Shiva Poudel 2bb8ce3097 Fix - undefined is not necessary to initialize 2015-06-04 18:08:07 +05:45
Shiva Poudel f9b822ae21 Tweak - JSHint fix and coding standard for term ordering 2015-06-04 18:06:39 +05:45
Shiva Poudel 318f6672d9 Remove unused var postparent 2015-06-04 17:51:58 +05:45
Shiva Poudel 55d7dab62d Tweak - JSHint fix and coding standard for product ordering 2015-06-04 17:51:01 +05:45
Claudio Sanches 65580cd967 Minify files for #8279 2015-06-03 17:02:19 -03:00
Shiva Poudel 27186d235c Tweaks - JSHint fix for product meta-box 2015-06-03 21:38:34 +05:45
Shiva Poudel 9afffa0fd7 Tweaks - JSHint fix for product variation meta-box 2015-06-03 21:20:13 +05:45
Shiva Poudel 051964adc5 Remove undefined variable 2015-06-03 21:18:01 +05:45
Shiva Poudel 0e01ff90f3 Tweaks - Conding standard and JSHint fix 2015-06-03 21:17:40 +05:45
Mike Jolley 6760589381 Tweak code used to get country's statebox
Closes #8255
2015-06-01 10:50:16 +01:00
Mike Jolley 0a3defd798 Move tax enabled check 2015-05-29 14:55:57 +01:00
roykho 54b0a0ca54 changed dynamic variation description to allow limited HTML and some sanitized tweaks 2015-05-28 14:31:45 -07:00
Mike Jolley e51eae80c6 Merge pull request #8167 from roykho/dynamic-variation-description
Dynamic variation description
2015-05-28 15:53:03 +01:00
Mike Jolley e122a8258c Minification 2015-05-28 12:29:33 +01:00
Mike Jolley a21d0073de [2.3] Wrap payment js in jquery
Closes #8191
2015-05-28 12:29:33 +01:00
Claudio Sanches a77e9d4023 Compress with Grunt all external libraries 2015-05-25 11:42:42 -03:00
Claudio Sanches a65616cf70 Minify prettyPhoto 2015-05-20 23:42:14 -03:00
Mike Jolley 7c8fb0e141 [2.3] Update prettyphoto to 3.1.6 2015-05-19 15:47:44 -04:00
James Koster 6389e5defa related products / upsets. closes #7873 2015-05-19 13:07:00 -04:00
Claudio Sanches e106d57947 Merged #8021 2015-05-18 16:53:04 -03:00
Claudio Sanches c49ab520b8 Created page to edit and create keys 2015-05-16 00:09:29 -03:00
Mike Jolley c1e3da8bcb Return real json response during checkout
Closes #8086
2015-05-15 13:51:51 +01:00
Mike Jolley bb77120619 Auto load customer details + tweak icons
Closes #8112
2015-05-15 12:52:25 +01:00
roykho 6fe2ff5627 removed styling 2015-05-14 10:57:26 -07:00
roykho b812b2fd94 add dynamic variation description feature 2015-05-14 10:56:26 -07:00
Mike Jolley d53f78ed56 Styled auth and login endpoints 2015-05-14 16:58:34 +01:00
Shiva Poudel 6ed5ed1047 Additional cost and Attribute term tables merge into one 2015-05-02 22:27:37 +05:45
Shiva Poudel b0448209f8 Fix JSHint bugs within woocommerce_admin.js 2015-05-02 22:24:44 +05:45
Shiva Poudel 0074777d92 Fix tooltips JSHint error 2015-05-02 22:19:14 +05:45
Shiva Poudel 2953c99440 Fix JSHint error for field validation error tips 2015-05-02 22:13:42 +05:45
Shiva Poudel 7775f4089a Add line-height for error tip + some arrangement 2015-05-02 21:09:33 +05:45
Shiva Poudel 2e87c7a8f3 Increase tiptip z-index to make it compatiable with backbone modal 2015-05-02 06:43:55 +05:45
Shiva Poudel 2e4397797f form-table should have position relative 2015-05-01 19:56:42 +05:45
Shiva Poudel d19b482d00 Clean the margin 2015-05-01 16:09:42 +05:45
Shiva Poudel dc4019c208 This should be h3 instead of h4
@see https://github.com/woothemes/woocommerce/blob/master/includes/abstracts/abstract-wc-settings-api.php#L708
2015-05-01 04:50:56 +05:45
Shiva Poudel 7acaaa2d07 Tweaks iris color-picker styles 2015-05-01 03:34:28 +05:45
Shiva Poudel e0ceb139c5 Fix JSHint errors within settings.js 2015-05-01 03:28:01 +05:45
Mike Jolley c9ce3baceb Load settings from DB in case of re-run 2015-04-29 14:55:12 +01:00
Mike Jolley fedf3db92f Add filter to disable notices
Closes #8027
2015-04-29 12:21:48 +01:00
Mike Jolley 4b92f642b3 Trigger wizard on install 2015-04-29 10:47:57 +01:00
Claudio Sanches 8303d50830 Compress files for #8056 2015-04-28 14:31:41 -03:00
Claudio Sanches 96c7b169ea Merge pull request #8056 from shivapoudel/coupon-tabs
Tweaks tabbed panel plus responsive coupon tabs
2015-04-28 14:12:51 -03:00
Claudio Sanches 5510eb62f5 [2.3] Removed state placeholders in user profile #8043 2015-04-28 13:33:00 -03:00
James Koster 3266509f1e [2.3] remove placeholder. closes #8043 2015-04-28 17:28:51 +01:00
James Koster aebef4aece variation img title / caption. closes #8032 2015-04-28 17:19:38 +01:00
Mike Jolley 300528e823 Tracking opt in/out 2015-04-28 14:50:48 +01:00
Mike Jolley 3f484b69b6 Ready step 2015-04-28 12:48:01 +01:00
Shiva Poudel 445a5ddaec Why to include this if border-top is not defined anywhere? 2015-04-28 07:40:27 +05:45
Shiva Poudel 9539fcf476 Tweaks tabbed panel plus responsive coupon tabs 2015-04-28 06:51:06 +05:45
Mike Jolley c8bd46501e US tax rates step 2015-04-27 16:33:52 +01:00
Mike Jolley cb8332cffc shipping 2015-04-27 13:56:30 +01:00
Mike Jolley 6181a061d6 [2.3] Remove minimum results for search to prevent issues with state box
Fixes #8002
2015-04-23 15:55:18 +01:00
Mike Jolley 3f648beb1f Improve JS and fix decimal validation
Fixes #7996
2015-04-23 13:35:27 +01:00
Mike Jolley 4997ed0efb Cleaned up tabs JS and fixed conflicts with bootstrap
Fixes #8000
2015-04-23 12:24:15 +01:00
Claudio Sanches a989184135 Created initial auth templates 2015-04-22 12:27:12 -03:00
Mike Jolley 030ac9c50e HTML for shipping and tax options 2015-04-22 15:30:50 +01:00
Mike Jolley 9f792244b4 Pages step 2015-04-20 16:31:54 +01:00
Mike Jolley d8ee1b6005 Locale setup 2015-04-17 14:56:34 +01:00
shivapoudel d0dad3587a Don't react with enter key for textarea on backbone modal used for tinyMCE 2015-04-16 19:10:56 +05:45
Mike Jolley 8666e0fe3c Added the basics and general look and feel 2015-04-15 16:34:03 +01:00
shivapoudel 3da3de766d Introduce trigger wc_backbone_modal_before_update
To update the form data upon trigger of response event
2015-04-14 00:15:08 +05:45
Claudio Sanches f774450f98 Compressed files 2015-04-13 15:22:16 -03:00
shivapoudel 882816e9f5 document.body selector and grunt default task 2015-04-13 22:08:06 +05:45
Claudio Sanches e085499166 Improved the wc-enhanced-select.js load 2015-04-13 12:44:54 -03:00
Claudio Sanches 9210b06c37 Imrpoved the backbone modal z-index for TinyMCE via extension, closes #7937 2015-04-13 12:44:33 -03:00
Claudio Sanches 1dadbb2842 Fixed coding standards for #7879 2015-04-13 12:37:22 -03:00
Mike Jolley 9f65d2a1fc Added priorities for shipping methods to give more control over defaults.
Closes #7871
2015-04-13 15:32:57 +01:00
Mike Jolley 2e2ec824f0 Set field required class
Fixes #7859
2015-04-10 15:43:39 +01:00
James Koster 8fa67a8441 tooltip style tweaks 2015-04-08 10:27:14 +01:00
James Koster cd20ce6789 variation images. closes #7844 2015-04-08 10:19:23 +01:00
James Koster f6346c705c Merge pull request #7889 from shivapoudel/tweak-backbone-modal
Tweak backbone modal
2015-04-08 10:02:42 +01:00
shivapoudel 737638cd12 Slightly decrease the h1 font-size 2015-04-04 14:13:03 +05:45
shivapoudel e02b1db1b7 Break the outline only for focus state 2015-04-04 14:08:02 +05:45
shivapoudel 257381282c Refactor the styles for backbone modal header 2015-04-04 14:03:47 +05:45
shivapoudel 27f3042ef5 Utilize the border-box + content_h math logic 2015-04-04 13:43:29 +05:45
Danny van Kooten 88f2e690bb Changing all inefficient selectors of $('body') to $(document.body), which is about 80% faster (and even more on mobile, see https://jsperf.com/jquery-body-vs-document-body-selector/2 ). 2015-04-03 14:21:47 +02:00
James Koster 483680e716 z-index 2015-04-01 11:01:35 +01:00
Mike Jolley a49ac39519 Tweak note wording for clarity
Closes #7239
2015-03-24 11:27:33 +00:00
James Koster 8ca2f507b2 Merge pull request #7764 from shivapoudel/mixins
Tweaks for scss mixins
2015-03-23 14:12:10 +00:00
Mike Jolley d7144d9ed6 [2.3] Reset sku when no option chosen
Closes #7799
2015-03-23 13:03:53 +00:00
Mike Jolley ea910f7d4f Merge branch 'wc-ajax-endpoint' 2015-03-23 12:53:53 +00:00
shivapoudel 308fea3ac7 Deprecated borderbox 2015-03-20 18:34:37 +05:45
James Koster 6209b6d212 Merge pull request #7725 from shivapoudel/html-notice
Tweaks admin notices view pages
2015-03-20 12:35:43 +00:00
Mike Jolley 21c5513526 Added endpoint for faster ajax requests 2015-03-20 12:28:26 +00:00
shivapoudel ae7ead70f3 Grunt css task 2015-03-18 22:28:04 +05:45
shivapoudel f05ec1b7d4 Remove deprecated mixin borderbox() 2015-03-18 22:22:27 +05:45
shivapoudel 932d1db448 Mixin loader tweaks for animation 2015-03-18 22:21:22 +05:45
shivapoudel f79e2488b4 Revert box-sizing of backbone modal to content-box
cc @jameskoster If we shift to border-box then the backbone modal footer button area is unusual
2015-03-18 01:22:17 +05:45
shivapoudel 9b97e0cdfb Fix - Backbone modal footer area while shifting from content-box to border-box 2015-03-18 01:09:14 +05:45
shivapoudel 6fb28a27ab Fix merge conflicts 2015-03-17 21:46:20 +05:45
shivapoudel 0952b65737 Updated Custom WC Animations styles 2015-03-17 21:39:52 +05:45
shivapoudel b496a26ec5 Deprecated the use of box-sizing mixin in bourbon, Closes #7732 2015-03-17 21:36:55 +05:45
shivapoudel 6cc9dd7a15 Fix Indentation 2015-03-17 21:30:35 +05:45
Mike Jolley 88be174037 [2.3] Support price filter min or max only.
Closes #7743
2015-03-17 15:34:15 +00:00
shivapoudel f980d74f60 Not necessary as right below primary and secondary button has it already 2015-03-14 05:56:31 +05:45
James Koster 103b4cf31b rtl support in prettyphoto theme. closes #7686 2015-03-13 10:26:13 +00:00
James Koster 4372fdbad4 tweak message styles in cart totals table 2015-03-10 17:02:54 +00:00
Mike Jolley 8554796c4b Show calculate total when shipping is needed, but shipping is hidden.
Closes #7650
2015-03-10 16:57:43 +00:00
Mike Jolley 0959b68182 Minify 2015-03-10 10:25:40 +00:00
Manos Psychogyiopoulos c11399cb52 handle zero min input qty in woocommerce.js 2015-03-10 03:06:17 +02:00
Manos Psychogyiopoulos 60ebac7cdf allow zero min/max quantity input values 2015-03-10 02:42:00 +02:00
James Koster cafe0927f5 count styles in widgets. closes #7677
make category / layered nav list styles and markup consistent with core
post category widget.
2015-03-09 16:06:48 +00:00
Mike Jolley 079f978cb0 Fix order data indent 2015-03-09 14:37:14 +00:00
Shiva Poudel 6f993c5375 Optimized the activation styles 2015-03-06 01:39:47 +05:45
Claudio Sanches 69552d265d Fixed select 2 formatSelectionTooBig(), closes #7640 2015-03-05 14:55:41 -03:00
Claudio Sanches a53c8a2292 Update compressed files 2015-03-03 10:56:34 -03:00
Nicola Mustone 090c499da9 missing semicolons 2015-03-03 14:41:52 +01:00
Mike Jolley 6658c88adc Add args to correct scripts
Fixes #7610. @claudiosmweb
2015-03-03 10:58:10 +00:00
Mike Jolley 3ac113367d Pass clicked button to added_to_cart Closes #7550 2015-03-02 12:14:15 +00:00
Mike Jolley 89704ef36a Fix - Export report CSV.
Closes #7580
2015-03-02 11:44:56 +00:00
slash1andy 21e3709174 Fixed 2 spaces that were wrong
minified CSS again after change
2015-02-24 22:59:31 -06:00
Andrew Wikel 35e1a4d2a2 Getting rid of space 2015-02-24 22:33:34 -06:00
Mike Jolley 2006c7217e Add reports menu item if user can access reports but not the main WC section.
Closes #7528
2015-02-24 12:29:03 +00:00
Mike Jolley 492c8e361b No selected payment method? Check the first. 2015-02-24 10:43:11 +00:00
Mike Jolley cbfc2717db Use URL if no sizes exist Closes #7491 2015-02-19 14:15:28 +00:00
Mike Jolley 600b561fd9 Small timeout on checkout update action to prevent several triggering at once.
Closes #7423
2015-02-16 15:45:25 +00:00
Mike Jolley 4cfabb8e16 Only update checkout when form.checkout exists
Fixes #7422
2015-02-16 14:57:04 +00:00
Mike Jolley 68049d08fd Fix place order button text on init
Closes #7435
Fixes #7428
2015-02-16 12:46:00 +00:00
Mike Jolley 5f09c2df7b Report styles 2015-02-13 13:42:08 +00:00
Gerhard 9add60ef76 Add minified WooCommerce_notices js 2015-02-12 11:50:07 +02:00
Gerhard 1ac68adf20 Hide the tracker notice once clicked to avoid double clicks. 2015-02-12 11:41:04 +02:00
Mike Jolley 03711ee1ec Fix change event on taxes and grunt dev 2015-02-11 15:00:28 +00:00
Claudio Sanches 01c0401bc0 Close the select2 when close the wc backbone modal, closes #7347 2015-02-10 14:57:14 -02:00
James Koster f49ae4ce35 state select. closes #7316 2015-02-10 09:45:52 +00:00
Mike Jolley 7b144dce1d Merge pull request #7296 from RistoNiinemets/master
JS "hide_variation" hook
2015-02-05 11:27:43 +00:00
Risto Niinemets d9e63dcbb2 "hide_variation" hook 2015-02-04 18:08:14 +02:00
Mike Jolley 213fb59e32 Fix refund qty calc 2015-02-04 15:12:47 +00:00
Mike Jolley 3154b08d3e Replace CDN select2 with local copy
Closes #7287
2015-02-04 15:00:14 +00:00
Mike Jolley e2eb89ef76 Use UTC date #7276 2015-02-03 15:52:52 +00:00
Mike Jolley cac9035c6f Updated jquery-payment lib 2015-02-02 16:20:03 +00:00
Mike Jolley 621eeefab4 Updated jquery-cookie lib 2015-02-02 16:20:02 +00:00
Barry Kooij 48d67c508a Improved check to prevent JS error in WP media library 2015-02-02 16:25:29 +01:00
Mike Jolley 16eb1facd9 Add link to payment_status_canceled_reversal Closes #7267 2015-02-02 14:49:30 +00:00
Mike Jolley d0daa1ecee Tweak reset_admin_notices to add, not remove, notices
Fixes #7254
2015-02-02 14:40:11 +00:00
Mike Jolley c1518bb9ce Merge pull request #7263 from aplatform/patch-3
Fix coupon message output during checkout
2015-02-02 12:42:32 +00:00
Mike Jolley 924a48ac56 Other style for #7238 2015-02-02 12:41:07 +00:00
Mike Jolley 089f0d62de Merge pull request #7238 from corsonr/wc-connect-styling
Fixed underlined links in wc-connect box
2015-02-02 12:40:53 +00:00
Jack Gregory 5ea03dc8df Update form selector 2015-02-02 11:53:07 +00:00
Jack Gregory b468710ab0 Fix coupon message output during checkout 2015-02-01 14:08:20 +00:00
Mike Jolley 9f8a7d1199 Remove datepicker icon's and use focus event 2015-01-30 12:54:33 +00:00
James Koster 758aa7d714 table double border 2015-01-30 11:37:54 +00:00
Mike Jolley 1ae1c7a975 Trigger change event to clear state box. Closes #7240 2015-01-30 10:58:53 +00:00
Claudio Sanches e8bb986b59 Fixed taxes display in cart totals 2015-01-29 16:48:51 -02:00
Remi Corson b2c60ee50d fix button styling / CSS moved to activation.css 2015-01-29 17:11:18 +01:00
Remi Corson e7d964a007 fixed underlined links 2015-01-29 15:39:38 +01:00
Claudio Sanches da68b4fd9c Minify country-select.js for #7235 2015-01-29 00:16:59 -02:00
devin dfecc22126 Removed .change method for .on( 'change') so that if this field is ever replaced via ajax then the country select still works as expected 2015-01-28 16:42:11 -08:00
James Koster 4026e37b34 variation and cart totals table borders. closes #7223 2015-01-28 12:58:04 +00:00
Claudio Sanches 7bc853c452 Merge pull request #7224 from thenbrent/fix_session_expired_notice
[2.3] Fix session expired notice on checkout
2015-01-27 21:34:16 -02:00
Brent Shepherd 3a1dc68ff9 Fix typo 2015-01-27 14:42:36 -08:00
Claudio Sanches 56d40dcf55 Fixed conflits 2015-01-27 20:16:36 -02:00
Claudio Sanches f4c64c12c7 Updated scripts 2015-01-27 20:15:49 -02:00
Mike Jolley d5cc80b813 select2 admin styling tweaks 2015-01-27 13:58:03 +00:00
Jack Gregory acfc4f5b55 Typo in assets/js/frontend/checkout.js:437 2015-01-27 09:22:38 +00:00
Mike Jolley 875f5e9de5 Select2 line height in panels 2015-01-26 15:34:48 +00:00
Mike Jolley 0f5c6c4219 Add error handler/debug info in checkout ajax #7176 2015-01-26 14:24:03 +00:00
Mike Jolley a281b1b191 Min 2015-01-26 11:33:27 +00:00
James Koster 192ba893cc twenty fifteen fixes. closes #7195 2015-01-26 11:06:31 +00:00
Brent Shepherd 4a0ac77d59 Show border above first row of shop table
Especially important for the first row of the new responsive table (#5121)
2015-01-23 12:34:51 -08:00
splashingpixels a216d28a0b remove runtiptip when deleting gallery images closes #7192 2015-01-23 07:45:57 -08:00
Claudio Sanches 4b119fda59 Improved the select2 line height on frontend, closes #7175 2015-01-23 12:22:48 -02:00
Claudio Sanches 517fe717dd Fixed chmod 2015-01-23 10:59:41 -02:00
Mike Jolley f9dfec4ebc Minify #7166 2015-01-21 14:16:30 +00:00
Brent Shepherd f1c46decb7 Trigger a JS event after an attribute is added 2015-01-20 14:12:55 -08:00
Mike Jolley d0967d80ff Prevent already init select2 elements being re-init Fixes #7162 2015-01-20 11:46:31 +00:00
Claudio Sanches ab3553a6fd Select2 translatable, closes #7159 2015-01-19 17:31:22 -02:00
James Koster a2f511f305 select2 search 2015-01-19 16:15:23 +00:00
Mike Jolley 9d69023cb5 customer filter styling Closes #7116 :p 2015-01-19 15:20:04 +00:00
Mike Jolley 4e7e4d399e Work around 1px incorrect offset on frontend. Closes #7116 2015-01-19 15:09:41 +00:00
Mike Jolley 8eaa9d6a34 Fix select2 line height and alignment in settings.
#7116
2015-01-19 15:09:41 +00:00
Mike Jolley a3cfea8e5d Only apply to visble select boxes Closes #7127 2015-01-19 13:07:06 +00:00
James Koster d1f037efc4 select2 style. #7116 2015-01-16 14:03:15 +00:00
Claudio Sanches a82aa2bd13 Fixed refund amount when product dont have taxes 2015-01-15 16:57:33 -02:00
Claudio Sanches 15c79dbaeb Fixed stupidtable in order items and added arrows when stupidtable sort items 2015-01-15 14:30:42 -02:00
Nicola Mustone 70929e71bc fixed dashboard icons 2015-01-15 14:41:42 +01:00
Mike Jolley 550e569a29 Tweak placement and styling of view link. #7065 2015-01-13 12:27:07 +00:00
Claudio Sanches ab5d59b5ae Scripts for #6359 2015-01-13 10:03:50 -02:00
Claudio Sanches 20470db763 Add select2 to State/Country user meta fields in admin profile #6359 2015-01-12 17:15:37 -02:00
Claudio Sanches 695b04be61 Fixed conflits 2015-01-12 16:02:46 -02:00
Claudio Sanches 017831f1c6 Fixed the backbone modal 2015-01-12 15:11:01 -02:00
Mike Jolley 8110a8376b Upsells and cross sells select2 2015-01-12 16:39:49 +00:00
Mike Jolley 50c6e1e4a0 select2 settings 2015-01-12 16:29:01 +00:00
Mike Jolley 0fdd24c526 Select2 frontend 2015-01-12 16:16:13 +00:00
Mike Jolley 9852d9c6ec Order data JS select2 + refactor 2015-01-12 15:43:13 +00:00