Mike Jolley
c707f771ad
serializeJSON to maintain POST data structure
...
@claudiosmweb
2015-07-14 13:49:45 +01:00
Mike Jolley
c412a2eb3e
Set $post during variation addition
2015-07-14 13:49:13 +01:00
Vignesh
e702d47a17
get_permalink to wc_get_page_permalink Updated
2015-07-14 17:51:40 +05:30
Vignesh
0588c9fe1c
get_permalink to wc_get_page_permalink
...
changed get_permalink to wc_get_page_permalink on class-wc-cart.php
2015-07-14 17:49:29 +05:30
Mike Jolley
8bf1cf60c5
Set $post global so its available like within the admin screens
...
@claudiosmweb
2015-07-14 12:28:31 +01:00
Mike Jolley
015ace770d
Split up bulk edit ajax methods
2015-07-14 11:39:48 +01:00
Mike Jolley
44b91e5b66
Revert triggerHandlers back to trigger() for BW compat
...
Closes #8569
2015-07-14 10:28:49 +01:00
Mike Jolley
9b21c1c7a1
Add deprecation notices for woocommerce_update_option_X and keep this action working.
...
Before this change, options would be overwritten by the new filters.
2015-07-14 10:10:07 +01:00
Claudio Sanches
57ab3dc0c2
Improved WC_Language_Pack_Upgrader #8568
2015-07-13 17:29:45 -03:00
Nicola Mustone
121665686c
Merge branch 'master' of github.com:woothemes/woocommerce
2015-07-13 17:10:55 +02:00
Claudio Sanches
6341b93fed
POT
2015-07-13 11:03:14 -03:00
Claudio Sanches
2cc7fcfa3f
Fixed missing textdomains
2015-07-13 11:03:03 -03:00
James Koster
043294b5ed
template versions
2015-07-13 11:44:18 +01:00
Mike Jolley
53916e38bb
Just return the URL
2015-07-13 11:00:10 +01:00
Mike Jolley
ef89f82014
wc_get_page_permalink should check page_id was found
2015-07-13 10:59:34 +01:00
Mike Jolley
7a5f18fbc8
Merge pull request #8566 from vicky081/patch-5
...
get_permalink to wc_get_page_permalink
2015-07-13 11:58:11 +02:00
Vignesh
e063d068d7
get_permalink to wc_get_page_permalink
...
Changed get_permalink to wc_get_page_permalink.
2015-07-13 15:01:52 +05:30
Mike Jolley
2f3cf18013
filter empty values during upgrade
2015-07-13 09:41:28 +01:00
Claudio Sanches
7b5bc0abde
Merge pull request #8565 from SiR-DanieL/patch-6
...
New outdated templates tutorial link
2015-07-13 05:20:18 -03:00
Nicola Mustone
35d8572e0b
new outdated templates tutorial link
2015-07-13 09:36:36 +02:00
Claudio Sanches
eea72552f6
Added support for Jetpack Markdown in product short description, closes #8563
2015-07-11 21:35:47 -03:00
Claudio Sanches
6f63f5ecdc
Merge pull request #8560 from thenbrent/fix_cart_tax_total
...
Use wc_cart_totals_taxes_total_html()
2015-07-11 00:34:31 -03:00
Claudio Sanches
589faffd89
Merge pull request #8559 from maxrice/patch-1
...
Introduce woocommerce_order_full_refunded_status filter
2015-07-11 00:34:14 -03:00
Claudio Sanches
78f82942bc
Added license to package.json
2015-07-11 00:33:12 -03:00
thenbrent
571b4a5238
Use wc_cart_totals_taxes_total_html()
...
The order-review.php template was printing the tax total directly, which
meant extensions could not filter the tax total. This changes the tax total
to use the wc_cart_totals_taxes_total_html() similar to the cart-totals.php
template, which applies the 'woocommerce_cart_totals_taxes_total_html' filter.
2015-07-10 18:10:19 -07:00
Max Rice
a9f6f7fdfe
Introduce woocommerce_order_full_refunded_status filter
...
In certain situations it’s undesirable to automatically change the
order status for an order that has been fully refunded. For example, an
order processed with a credit card whose charge has been authorized but
not yet captured is typically voided, not refunded since no funds have
actually been transferred. In that case, it’s ideal to allow gateways
to change the status to cancelled instead.
2015-07-10 19:51:02 -04:00
Claudio Sanches
ee1263db9c
Minify
2015-07-10 20:17:47 -03:00
Claudio Sanches
9e4dc64f55
Merge branch 'master' of github.com:woothemes/woocommerce
2015-07-10 20:17:27 -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
86e0aa106e
bulk_edit
2015-07-11 00:05:13 +01: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
ae17f9e786
Updated grunt dependencies
2015-07-10 18:34:15 -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
Claudio Sanches
2841d67340
Merge pull request #8557 from pmgarman/patch-1
...
Update WC_Logger to include actions on add & clear methods
2015-07-10 16:45:16 -03:00
Claudio Sanches
c63faa76a8
Escape proceed-to-checkout-button.php template
2015-07-10 16:42:33 -03:00
Claudio Sanches
969d678ab5
Merge pull request #8555 from Ninos/hooks
...
Add hook e.g. for woocommerce german market (variable.php)
2015-07-10 16:40:20 -03:00
Patrick Garman
fb84486798
Update WC_Logger to include actions on add & clear methods
...
This allows for easy integrating with third party logging services.
2015-07-10 14:26:30 -05:00
Ninos Ego
147c589bda
Add hook e.g. for wgm
2015-07-10 16:37:52 +02:00
Claudio Sanches
a01660cbba
Fixed WC_API_Products::clear_product()
2015-07-10 10:49:18 -03:00
Mike Jolley
157503a6d3
20 not 25
2015-07-10 14:26:39 +01:00
Mike Jolley
3446880705
Translators
2015-07-10 14:02:52 +01:00
Mike Jolley
33877624ac
Welcome page content
2015-07-10 14:00:21 +01:00
Mike Jolley
3adbf76add
2.4 Readme
2015-07-10 12:25:23 +01: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
Mike Jolley
1cd2e558ed
Remove add to cart variable from links
...
Closes #8554
2015-07-10 11:17:21 +01:00
Mike Jolley
8bf4469178
woocommerce_save_account_details_errors action
...
Closes #8532
2015-07-10 11:11:51 +01:00