Nicola Mustone
12129218fb
woocommerce_found_customer_details filter improvement
...
Adding $type_to_load attr to woocommerce_found_customer_details filter
2014-09-26 10:28:46 +02:00
Mike Jolley
5022a1a88e
Merge pull request #6399 from BFTrick/translation-button-typo
...
Capitalizing the Update Translation Button
2014-09-26 11:21:48 +03:00
Mike Jolley
7427acd9f3
Merge pull request #6382 from mgiulio/wc_get_order
...
Use wc_get_order in simplify-commerce
2014-09-26 11:21:09 +03:00
Patrick Rauland
c6635d84e3
capitalizing the update translation button
2014-09-25 15:41:18 -06:00
Loushou
a37ea4976b
new filter for adding custom 'action buttons' on the order_items metabox in the admin edit order screen
...
loushou
2014-09-24 17:41:13 -07:00
justinstern
26806660d4
include original $quantity with
...
woocommerce_add_to_cart_solid_individually_quantity filter
2014-09-24 16:54:15 -04:00
justinstern
b1c9db3282
Adds a woocommerce_add_to_cart_sold_individually_quantity filter
...
Additional control over the quantity added when a product is "sold
individually"
2014-09-24 16:38:52 -04:00
mgiulio
ae728acc63
Use wc_get_order in simplify-commerce
2014-09-24 17:30:14 +02:00
Mike Jolley
1c9331737e
Minor tweaks to cart shortcode
2014-09-24 15:26:53 +01:00
Mike Jolley
416d167842
Merge pull request #6380 from haroldkyle/master
...
[2.2] Remove notice for undefined action property of ajax request
2014-09-24 14:44:57 +01:00
Mike Jolley
06f82686eb
[2.2] and test, use term_taxonomy_id for transient names
2014-09-24 14:22:02 +01:00
Harold Kyle
2bf2485910
remove notice for undefined action property of ajax request
2014-09-24 09:12:26 -04:00
Mike Jolley
ab34f3d771
[2.2] Prevent bulk edit cancel from clearing options.
...
Fixes #6344
2014-09-24 11:38:13 +01:00
Mike Jolley
744549ad13
[2.2] Use variation get_stock_quantity() for max_qty
...
Fixes #6339
2014-09-24 11:15:56 +01:00
Mike Jolley
b8bcb5ee6e
Removed deprecated methods from WC_Frontend_Scripts and rewrote script registration and localization to run once.
...
Closes #6338
2014-09-24 10:57:39 +01:00
Dominic
a96c8fa836
Moved description and tip generation to function
...
This would allow plugins to easily generate the necessary HTML for the
tooltips and field descriptions when implementing their own custom
setting field types.
2014-09-23 15:27:15 -07:00
Patrick Rauland
4df8fca1bd
using WC_Email send method for all WC emails
2014-09-23 11:02:00 -06:00
Patrick Rauland
71c60d6b64
removing all isntances of abstract from the WC_Email class
2014-09-23 10:20:28 -06:00
Patrick Rauland
1498198215
renaming and moving abstract-wc-email file
2014-09-23 10:12:43 -06:00
Mike Jolley
448337386f
Fix item_id notice
2014-09-23 15:53:20 +01:00
Mike Jolley
633299173d
Roadmap readme
2014-09-23 14:22:33 +01:00
Mike Jolley
1c6ed3dd2d
Merge pull request #6362 from axisthemes/ABSPATH-3
...
Absolute path should have curly braces - Final
2014-09-23 09:53:59 +01:00
Mike Jolley
1832e35954
Merge pull request #6308 from quadshot/oi-display-custom
...
filters for custom order item information on oi display tables
2014-09-23 09:53:28 +01:00
claudiosmweb
19e215df7f
added .yml format in .editorconfig, closes #6364
2014-09-22 16:15:16 -03:00
claudiosmweb
2a255de172
changed the LESS compiler to SCSS compiler #5606
2014-09-22 15:30:07 -03:00
claudiosmweb
8599376c8b
fixed some sass functions
2014-09-22 14:48:26 -03:00
claudiosmweb
5ed619bf66
less to scss #5606
2014-09-22 14:38:53 -03:00
claudiosmweb
80c67ad1e2
Updated grunt for works with sass
2014-09-22 13:55:53 -03:00
shivapoudel
61430e1515
Absolute path should have curly braces - part 2
2014-09-22 22:22:57 +05:45
shivapoudel
fbf0314bb6
Absolute path should have curly braces - part 1
2014-09-22 22:16:03 +05:45
Loushou
d729faeb4d
renaming and adding more new filters for custom metalike fields
...
changing order of existing display items to meta then downloads
loushou
2014-09-22 07:37:31 -07:00
claudiosmweb
53b69a8027
Changelog bump for #6352 changes
2014-09-22 10:42:50 -03:00
Mike Jolley
53ea10a897
Merge pull request #6352 from NickIvanter/patch-1
...
Allow WC_Order to be constructed w/o Order ID
2014-09-22 14:38:27 +01:00
Mike Jolley
229d9135ef
Prevent errors when country field is disabled
...
Fixes #6336
2014-09-22 13:23:31 +01:00
Nick Ivanter
3fcae6e63f
Allow WC_Order to be constructed w/o Order ID
...
This was allowed in WooCommerce 2.1 and some plugins rely on this behavior. Also, there seems to be no downside, as the parent class WC_Abstract_Order similarly doesn't require an Order ID at construction.
2014-09-22 14:58:18 +04:00
Barry Kooij
5a53a238c5
Added readme file to languages directory. Related #6311
2014-09-22 11:50:24 +02:00
Mike Jolley
a91c74d794
Merge pull request #6309 from quadshot/before-oi-meta
...
filter for adding info before order item itemmeta in order metabox
2014-09-22 10:36:48 +01:00
Mike Jolley
0aca8e01f8
Merge pull request #6305 from quadshot/line-buttons
...
filter to allow custom 'add line' buttons
2014-09-22 10:23:46 +01:00
Mike Jolley
506a66b3a4
Merge pull request #6342 from axisthemes/ASBPATH-2
...
Absolute path should have curly braces
2014-09-22 10:21:05 +01:00
Mike Jolley
4e99e629f5
Merge pull request #6341 from axisthemes/ASBPATH
...
Absolute path should have curly braces
2014-09-22 10:20:59 +01:00
Mike Jolley
84c3e18a60
Merge pull request #6345 from Ninos/createaccount
...
Checkout - createaccount value check
2014-09-22 10:20:51 +01:00
Mike Jolley
e42d4b24da
Merge pull request #6333 from quadshot/save-order-items
...
Inform plugins of 'save_order_items'
2014-09-22 10:18:00 +01:00
Mike Jolley
bf0baf7ac9
Merge pull request #6335 from splashingpixels/revised-quick-edit
...
revised quick-edit featured product option not able to unselect
2014-09-22 09:46:56 +01:00
Mike Jolley
b11a5fdfcf
Merge pull request #6331 from joshlevinson/master
...
Remove enforcement of 100% width on prettyphoto images
2014-09-22 09:44:08 +01:00
Ninos Ego
966f6f1bad
createaccount value check
2014-09-21 20:45:42 +02:00
shivapoudel
ae3bc4051f
Absolute path, Indentation & docblocks fix for includes/admin/meta-boxes/*.php :)
2014-09-21 01:50:06 +05:45
shivapoudel
a318f9dae2
Absolute path and Indentation fix for includes/admin/reports/*.php :)
2014-09-21 01:43:32 +05:45
shivapoudel
ab52b93592
Absolute path and Indentation fix for includes/admin/settings/*.php :)
2014-09-21 01:40:47 +05:45
shivapoudel
8c211705ca
Absolute path and Indentation fix for includes/admin/importers/*.php :)
2014-09-21 01:39:24 +05:45
shivapoudel
4091fe00ad
Absolute path and Indentation fix for includes/admin/{roots-files}.php :)
2014-09-21 01:37:30 +05:45