Mike Jolley
f6a42e55ac
Remove all notices on fail
2016-06-23 13:47:24 +01:00
Mike Jolley
7513f40a9d
Notice group for order review notices
2016-06-23 13:31:34 +01:00
Andrew Benbow
5a20addd8a
Update tokenization-form.js
2016-06-22 10:39:03 +01:00
Andrew Benbow
2cdb4361e4
Update tokenization-form.js
...
When the checkout form is loaded for guests the save card option is shown, this fix hides it until the Create Account checkbox is checked.
2016-06-22 10:37:36 +01:00
Mike Jolley
e1ec01c9f9
Zone wording tweaks
...
Closes #11184
2016-06-20 12:50:55 +01:00
Kevin Killingsworth
230ba6e5bf
Cart.js: Only prevent submit for specific buttons
...
Fixes #11148
Only prevent default submit actions for our own
"Update Cart" and "Add Coupon" operations.
2016-06-15 14:13:46 -05:00
Kevin Killingsworth
265a4faa10
Cart.js: Use currentTarget for events.
...
Some themes add internal HTML to links, so this adjusts
to use currentTarget, which should always be the node on which
the event is subscribed instead of the target which triggered
the event.
2016-06-15 12:02:58 -05:00
Mike Jolley
f8f065bad9
Adjusted triggers for cart.js
...
Closes #11119
2016-06-15 15:51:53 +01:00
Kathy Darling
e670dc202b
use data attribute data-sortable to toggle sorting
2016-06-13 15:01:15 -05:00
Kathy Darling
995b809cce
add drag and drop support to select2 inputs. closes #11106
2016-06-13 13:47:03 -05:00
Mike Jolley
eae9638276
Minify
2016-06-10 14:55:01 +01:00
Shiva Poudel
8b0f2b3a42
Save changes class won't exist, so no need to trigger save event
2016-06-10 18:00:45 +05:45
Mike Jolley
99f6540fe9
Trigger fragment refresh after updating ajax cart
...
Fixes #11064
2016-06-08 12:06:40 +01:00
Mike Jolley
83eab2344e
Hide blank slate on add zone
2016-06-07 16:18:32 +01:00
Shiva Poudel
00cc3711ac
Minor tweaks and JSHint ignore for update notice script
2016-06-06 23:05:10 +05:45
Mike Jolley
0cb2f2760c
block ui when switching variation with ajax
2016-06-06 14:37:52 +01:00
Mike Jolley
81195e876f
Add trigger to update cart and totals area
...
Closes #11020
Example: jQuery(document).trigger('wc_update_cart');
2016-06-01 12:45:14 +01:00
Mike Jolley
2295f40fcd
Update jquery payment
...
Closes #11012
2016-06-01 11:33:53 +01:00
Mike Jolley
6ac4201b01
Make state label revert after change
...
Fixes #11014
2016-06-01 11:22:55 +01:00
Claudio Sanches
e39274e753
HTTPS for everybody
2016-05-26 22:48:49 -03:00
Mike Jolley
2ba9029624
Suit CSS and method tidyup for saved methods form
...
cc @jameskoster
2016-05-26 12:42:32 +01:00
Mike Jolley
6fe37fff33
Remove the need for token script when logged out
2016-05-26 12:42:32 +01:00
Claudio Sanches
1d37b9f4e7
Minify
2016-05-25 13:57:30 -03:00
Kevin Killingsworth
543e091c2c
Fix for #10940 - wc_cart_hash
...
wc_cart_hash was used as a key for localStorage
for all WooCommerce sites. If you were to load your
cart for two different sites in the same browser,
the two WooCommerce pages would contend over this key
and loop on trying to set this key in the localStorage
This commit prepends the site's ajax URL onto the wc_cart_hash
key name in localStorage, providing a unique key for each
WooCommerce site. This ends contention over the keys.
2016-05-24 14:36:43 -05:00
Mike Jolley
22291e3ead
Generate a zone name if left blank
...
@coderkevin
2016-05-24 18:59:35 +01:00
Mike Jolley
3893d0ec19
Fixes tokenisation form when > 1 are used at once.
...
@claudiosmweb can you give this a check over since it was missed?
2016-05-24 17:52:32 +01:00
Mike Jolley
5d6db7a294
Hide blank slate on add
...
Fixes #10967
2016-05-24 12:49:32 +01:00
Brent Shepherd
aa2b97cb4c
Allow string indexes for shipping packages
2016-05-23 17:34:43 -07:00
Mike Jolley
54231c2946
Allow shipping classes interface to be extended.
2016-05-19 12:38:28 +01:00
Mike Jolley
843e540ed5
Add classes to variation button wrapper
2016-05-19 11:17:34 +01:00
Mike Jolley
9d1c425952
combined logic
2016-05-17 14:08:23 +01:00
Caleb Burks
e7635df4d0
Minify
2016-05-16 17:18:10 -05:00
Caleb Burks
b2d33f00e8
Order change/keyup price function
...
on change then keyup for each item. OCD issues
2016-05-16 17:06:05 -05:00
Caleb Burks
d37f191833
Add decimal error and fix for refund amount
2016-05-16 17:04:38 -05:00
Claudio Sanches
06dbc81d66
Always prevent default/return false #10907
2016-05-12 16:48:06 -03:00
Mike Jolley
5f46f60cb0
Merge pull request #10907 from corsonr/confirm_delete_order_note
...
Add order note deletion confirmation
2016-05-12 12:26:26 +01:00
Mike Jolley
986bd5abc7
Fix save and striping
2016-05-12 12:18:35 +01:00
Mike Jolley
8be8fe4c8a
Use modal for adding methods on both screens
2016-05-12 11:29:33 +01:00
corsonr
52f3cb3d8a
Add order note deletion confirmation
2016-05-12 10:04:32 +02:00
Zach Stepek
c96cd1e4d3
Merge branch 'master' into variation-sku-fix
...
# Conflicts:
# assets/js/frontend/add-to-cart-variation.min.js
2016-05-11 14:41:39 -05:00
Zach Stepek
50a7b07496
Update specificity of jQuery selector used to reset SKU in product-meta
2016-05-11 12:25:56 -05:00
Mike Jolley
aa3dab3572
Resize modal content dynamically
...
Fixes #10896
2016-05-11 16:19:22 +01:00
Mike Jolley
2cc0ac294e
Fix return on add_metadata
...
Fixes #10892
2016-05-11 15:28:40 +01:00
Mike Jolley
0927cbee8d
Tweaks saved card markup and styling to improve CC form.
2016-05-10 15:43:39 +01:00
Claudio Sanches
8c09a52be0
Minify
2016-05-09 17:13:56 -03:00
Claudio Sanches
2ea4f027e6
Merge pull request #10882 from helgatheviking/master
...
removed_coupon trigger. follow up to #10863 .
2016-05-09 17:13:23 -03:00
Kathy Darling
9926afbebf
removed_coupon trigger. follow up to #10863 .
2016-05-09 10:39:21 -05:00
Shiva Poudel
4c7a78ab31
Tweak - Use of single backbone modal script for shipping and order panel
2016-05-08 21:34:05 +05:45
Mike Jolley
83844fd55b
Added applied_coupon trigger to cart page
...
#10863
2016-05-06 12:05:59 +01:00
Mike Jolley
b39ec6b2d6
Fix undo on storefront
...
Closes #10816
2016-05-03 17:03:46 +01:00
Mike Jolley
37b8bebd03
Merge pull request #10841 from coderkevin/fix_safari_submit
...
Fix cart ajax submit buttons for Safari.
2016-05-03 12:21:39 +01:00
Mike Jolley
b98b07e1cd
Merge pull request #10836 from Slayvin/quick-edit-format-price
...
Quick edit format price fix
2016-05-03 12:07:04 +01:00
Mike Jolley
c6975fa7d5
Merge branch 'pr/10750'
2016-05-03 12:01:09 +01:00
Kevin Killingsworth
2e6d37c1c3
Fix cart ajax submit buttons for Safari.
...
Fixes #10813
This adds a "clicked" attribute to clicked form buttons,
which augments Safari specifically since it sets activeElement
to the page body when a button is clicked.
2016-05-02 15:26:14 -05:00
Slayvin
820b34cad6
Fixed format for prices in quick edit (issue #10835 )
2016-05-02 17:16:57 +02:00
Mike Jolley
792bb7a27c
Fix regex
...
Closes #10818
2016-04-29 16:56:43 +01:00
Mike Jolley
7abc17dd9b
Fix tax ajax URL
...
Fixes #10819
2016-04-29 10:18:07 +01:00
Matheus Lopes
08331ac5d4
refatoring JS remove
2016-04-28 14:30:13 -03:00
Matheus Lopes
f0c26b7439
Refatoring main code
2016-04-28 13:37:30 -03:00
Mike Jolley
da5cad838f
Remove modal offset
...
Fixes #10783
2016-04-25 14:16:55 +01:00
Mike Jolley
10f16f074c
Further zone tweaks to delete new rows on cancel
2016-04-22 12:24:20 +01:00
Mike Jolley
aa116f325f
minify
2016-04-21 17:23:52 +01:00
Mike Jolley
a8b2a5668f
Added cancel button to shipping zones UI
...
Closes #10754
2016-04-21 16:18:15 +01:00
Matheus Lopes
2e6d83039f
Forgotten after changes xD
2016-04-20 15:04:31 -03:00
Matheus Lopes
2c191f5bb7
Enable countries exceptions to Billing and Shipping
2016-04-20 14:55:05 -03:00
Mike Jolley
5af423c1c4
window.load is deprecated
...
@claudiosmweb
2016-04-20 16:38:58 +01:00
Mike Jolley
9eb32a2bd8
Keeps undo message in view
...
@coderkevin there was another case where the undo message would be gone
after refresh. This loads the content via ajax still preserving the
message.
2016-04-20 11:21:32 +01:00
Mike Jolley
3a59e3cbad
Enable update cart button only when qty's change
2016-04-20 11:10:39 +01:00
Kevin Killingsworth
f45a4cd57d
Reload cart page upon emptying.
...
The server shows a different page for the cart
when the cart is completely empty. The Cart AJAX
update subverted this and caused issue #10736 as
a result. Not to mention, the page just didn't look
good or functional with no items left in the cart.
This commit forces a reload any time the cart becomes
empty, which shows the empty page generated from
the server.
Fixes #10736
2016-04-19 23:36:48 -05:00
Claudio Sanches
1603543bf3
Merge pull request #10735 from coderkevin/cart_update
...
Fix: Ensure cart gets updated
2016-04-19 16:59:31 -03:00
Kevin Killingsworth
069eca0b32
Fix: Ensure cart gets updated
...
The cart was not getting updated in all cases
when products were removed or shipping was
updated. This ensures those changes update the
cart as well.
Fixes #10734
2016-04-19 13:00:18 -05:00
Mike Jolley
25138f4ce3
Preserve values on add row
2016-04-19 18:27:00 +01:00
Mike Jolley
120a62cd90
minify
2016-04-19 13:44:20 +01:00
Mike Jolley
73658fe17c
Merge pull request #10720 from bucketpress/patch-1
...
Make product tabs and ratings work when product page is loaded via ajax
2016-04-19 07:43:39 -05:00
Mike Jolley
f739e97c76
Merge branch 'master' into payment-gateway-wizard-refactor
...
# Conflicts:
# assets/css/activation.css
# assets/css/wc-setup.css
2016-04-19 13:25:20 +01:00
bucketpress
dfccfce705
Grouping of delegated events together
...
As suggested by @claudiosmweb
2016-04-19 10:00:16 +08:00
Mike Jolley
826613db3c
Grunt dev
2016-04-18 15:37:19 +01:00
Mike Jolley
b1d32b3f8c
Change error events for inline validation
...
Fixes #10691
2016-04-18 13:27:05 +01:00
bucketpress
6cca7029fc
Make product tabs and ratings work when product page is loaded via ajax
...
.wc-tabs-wrapper, .woocommerce-tabs, #rating set as delegated events, so that on ajax loading a product page, we can call
$( '.wc-tabs-wrapper, .woocommerce-tabs, #rating' ).trigger('init'); to make them work.
2016-04-18 18:08:42 +08:00
Mike Jolley
65f2c24358
Handle tab-reviews click
2016-04-15 18:25:18 +01:00
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
Mike Jolley
c0ec85cd84
Implement new gateway screen in wizard and auto-install plugin-base gateways when chosen.
2016-04-01 17:30:04 +01:00
Mike Jolley
5a49394102
Justin code review
2016-04-01 11:19:55 +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
34b65e339a
Extra error handling
2016-03-31 15:18:35 +01:00
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
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