Mike Jolley
56c752ed22
Include geolocation class
2014-12-23 18:50:20 +00:00
Mike Jolley
f820905327
Handle geolocation option
2014-12-23 18:50:05 +00:00
Mike Jolley
bba6ca2007
Maxmind Geolocation library
2014-12-23 18:49:55 +00:00
Mike Jolley
ef3ad7d99f
Setup cron jobs
2014-12-23 18:49:43 +00:00
Mike Jolley
f561aa4224
Geolocation class
2014-12-23 18:49:37 +00:00
Mike Jolley
6800ee0ec3
Base vs default
2014-12-23 17:34:05 +00:00
Mike Jolley
34413a1dd7
Core methods for getting locations
2014-12-23 17:33:51 +00:00
Mike Jolley
d908093eac
Made function names make more sense (customer location vs base locations)
2014-12-23 17:33:33 +00:00
Mike Jolley
5b31745061
Add geolocation option for default address
2014-12-23 17:33:10 +00:00
Mike Jolley
22cc1fb0c7
Add attributes with ajax and don't load all attributes at once.
...
Significantly improves performance with many attributes in admin.
Closes #6852 cc @claudiosmweb
2014-12-22 14:16:15 +00:00
Mike Jolley
8df8c9b482
Make 'public', and rewrite, optional for attributes
...
#6852
2014-12-22 14:16:15 +00:00
Claudio Sanches
e7f0233c8e
Merge pull request #6992 from bryceadams/patch-6991
...
Check we're on the correct post type before editing columns
2014-12-22 00:01:39 -02:00
Mike Jolley
e6fd9f2288
Merge pull request #6990 from boohoogal/page_breadcrumbs_fix
...
Fix for breadcrumbs for pages #6989
2014-12-22 00:55:52 +00:00
Bryce
75c40366bc
destroy the global!
2014-12-21 22:43:38 +07:00
Claudio Sanches
389a829474
Fixed meta_query for shortcodes, closes #6960
2014-12-21 13:31:27 -02:00
Bryce
41de9936fe
Check we're on the correct post type before editing columns
...
Closes #6991
2014-12-21 12:48:30 +07:00
boohoogal
efee85557c
Fix for breadcrumbs for pages #6989
2014-12-21 05:21:19 +00:00
Mike Jolley
a79bedc945
Merge pull request #6947 from juangadiel/master
...
Update class-wc-checkout.php fixes issue #6940
2014-12-21 00:36:04 +00:00
Juan Gadiel Rosado Colon
de1466779b
Fixes issue #6940
...
Check if the cart needs shipping before updating the user shipping address. This fixes the issue (#6940 ) of the shipping address being updated with the user billing address when purchasing a virtual product.
2014-12-20 20:29:09 -04:00
Mike Jolley
bb6b7c5489
Merge pull request #6967 from BFTrick/issue-6965
...
Adding Email Styles Back to Email Preview. Fixes #6965
2014-12-21 00:20:46 +00:00
Mike Jolley
ac03edf6e9
Merge pull request #6936 from boohoogal/master
...
Fix for 'woocommerce_variation_select_change' event trigger #6833
2014-12-19 17:08:52 +00:00
Claudio Sanches
392ec3f46a
Merge pull request #6983 from Rtransat/patch-1
...
Fix label "for" attribute for products_categories
2014-12-19 14:58:14 -02:00
Rtransat
d53210dfbf
Fix label "for" attribute for products_categories
2014-12-19 17:15:24 +01:00
Claudio Sanches
7e780a64b1
Introduces the woocommerce_restock_refunded_item and woocommerce_order_refunded actions, closes #6922
2014-12-19 10:29:47 -02:00
Claudio Sanches
9d7f14b2a4
Merge branch 'master' of github.com:woothemes/woocommerce
2014-12-19 10:14:03 -02:00
Claudio Sanches
88d5997cda
Moved the "cart notes" before the "proceed to checkout" button, closes #6935
2014-12-19 10:12:31 -02:00
Claudio Sanches
acd637eced
Merge pull request #6971 from boohoogal/product-title-template-change
...
Add span to allow styling of product title in widget product lists
2014-12-19 10:04:20 -02:00
Claudio Sanches
faa5abd5bb
Merge pull request #6980 from tc33/master
...
Returns attribute slugs when linking all variations, closes #6979
2014-12-18 19:13:07 -02:00
tc33
fb51984a6b
Fixes #6979 by fetching attribute slugs instead of names.
2014-12-18 20:09:07 +00:00
Claudio Sanches
d821dbf88e
[API] Fixed the individual_use, enable_free_shipping and exclude_sale_items params for coupons endpoint
2014-12-18 15:01:54 -02:00
boohoogal
380769808a
Changes as proposed in #6949 .
2014-12-17 19:02:23 +00:00
boohoogal
1987830730
Merge remote-tracking branch 'upstream/master'
2014-12-17 18:46:35 +00:00
Claudio Sanches
c32b40ac10
Changed the position of the webhook menu
2014-12-17 16:33:51 -02:00
Claudio Sanches
690b04b29a
Improved the webhook meta boxes
2014-12-17 16:20:37 -02:00
Claudio Sanches
d84e1bae10
Merge pull request #6970 from woothemes/webhooks-ui
...
Webhooks ui, closes #6912
2014-12-17 16:08:43 -02:00
Claudio Sanches
67f90fbb87
Created webhook logs meta box
2014-12-17 15:50:19 -02:00
Claudio Sanches
9b9243fb92
Validated webhook delivery_url and topic
2014-12-17 10:45:20 -02:00
Claudio Sanches
6ccf391168
Improved the webhook data class and send a webhook ping when create a new
2014-12-17 10:42:39 -02:00
Claudio Sanches
5b318b1d2a
Added the wc_is_webhook_valid_topic() and wc_is_valid_url() conditional functions
2014-12-17 10:16:14 -02:00
Claudio Sanches
d1bed7bef9
Changed the shop_webhook postupdated messages
2014-12-17 09:45:59 -02:00
Claudio Sanches
429c91708b
Improved the WC_Meta_Box_Webhook_Data:save() method
2014-12-17 09:29:43 -02:00
Claudio Sanches
b8e842d2ee
Fixed WC_Webhook::enqueue() [2]
2014-12-17 01:48:29 -02:00
Claudio Sanches
e0ad955afe
Fixed WC_Webhook::enqueue()
2014-12-17 01:44:35 -02:00
Claudio Sanches
509147b105
Created webhook actions meta box
2014-12-16 20:18:06 -02:00
Claudio Sanches
4c47def638
Stop hook webhooks when is not configured the hooks and delivery URL
2014-12-16 20:16:38 -02:00
Claudio Sanches
9f83541d9f
Added webhook meta box js
2014-12-16 19:07:48 -02:00
Claudio Sanches
1fae690e68
Added methods to save and display the webhook data meta box
2014-12-16 19:07:28 -02:00
Claudio Sanches
802ebdee38
Added URL data_type for woocommerce_wp_text_input()
2014-12-16 19:06:47 -02:00
Claudio Sanches
10b2b6bccc
Removed support for title in webhooks
2014-12-16 19:05:53 -02:00
Claudio Sanches
4d3673c4c2
Created webhook data meta box class
2014-12-16 19:05:03 -02:00