Coen Jacobs
f577127d8f
Abstracted template helper to class
2013-06-06 14:27:04 +02:00
Coen Jacobs
6cda47b878
Typo fix: 'help(' => 'helper('
2013-06-06 14:22:35 +02:00
Coen Jacobs
3880fc95b1
Stripped out older deprecated junk
2013-06-06 14:16:00 +02:00
Coen Jacobs
a09ebc9cca
Merge branch 'helpers-refactor' into core-class-refactor
...
Conflicts:
classes/class-wc-shortcodes.php
classes/shortcodes/class-wc-shortcode-change-password.php
classes/shortcodes/class-wc-shortcode-view-order.php
templates/myaccount/form-change-password.php
templates/myaccount/form-login.php
templates/order/order-details.php
woocommerce-functions.php
2013-06-06 13:55:36 +02:00
Mike Jolley
71c57ecfd7
Extra trigger for slider
2013-06-06 12:30:55 +01:00
Mike Jolley
1cdd04821f
More debug
2013-06-06 12:30:46 +01:00
Mike Jolley
cea7037b56
Canonicalize Cross-Sells invokation Closes #2913
2013-06-05 17:29:10 +01:00
Mike Jolley
fe41065b0c
Merge pull request #3269 from zogot/fix/IDPropertyWooCommerce2
...
Fix for WooCommerce 2+ for the ID property
2013-06-05 09:03:52 -07:00
Mike Jolley
05d8b708bb
Fix is_on_sale for variations. Closes #3247 .
2013-06-05 16:47:51 +01:00
Mike Jolley
4e5558490c
readme
2013-06-05 16:38:38 +01:00
Mike Jolley
23eb1d4377
Merge pull request #3270 from absoluteweb/master
...
French version 100% for WC 2.0.10
2013-06-05 08:37:32 -07:00
Mike Jolley
055df89399
Merge pull request #3276 from piac/patch-1
...
Improving class-wc-countries.php support for Italy
2013-06-05 08:37:06 -07:00
Mike Jolley
b50ddaa47f
Keep counts synced
2013-06-05 16:32:50 +01:00
Mike Jolley
b7d1b2d66e
Link orders from admin (customers page) Closes #3248 .
...
This function can also be hooked into registration if it needs to be
automated.
2013-06-05 16:04:09 +01:00
Coen Jacobs
c949027dbb
Abstracted body class helper to class #3282
2013-06-05 16:42:29 +02:00
Coen Jacobs
49ae8d366a
Correct deprecation notice for coupon helper
2013-06-05 16:36:23 +02:00
Coen Jacobs
4a86fea4f6
Abstracted post class helper to class #3282
2013-06-05 16:34:58 +02:00
Coen Jacobs
1fefce3fc3
Refactor, docblocks and fixes for #3282
2013-06-05 16:25:49 +02:00
Coen Jacobs
a43e204a8c
Abstracted coupon helper to class #3282
2013-06-05 16:20:56 +02:00
Coen Jacobs
74fcf1a1d4
Abstracted attribute helper to class #3282
2013-06-05 16:14:25 +02:00
Coen Jacobs
4b2edd8616
Move actions for inline js to helpers #3282
2013-06-05 15:57:09 +02:00
Coen Jacobs
e2b850bddb
Added verify_nonce method to nonce helper #3282
2013-06-05 15:54:13 +02:00
Coen Jacobs
05bfac8c16
Abstracted shortcode helper to class #3282
2013-06-05 15:49:48 +02:00
Coen Jacobs
88a7f0f720
Abstracted nonce helper to class #3282
2013-06-05 15:43:24 +02:00
Coen Jacobs
b3f05bdd66
Abstracted inline JS helper to class #3282
2013-06-05 13:51:06 +02:00
Coen Jacobs
64c75547f3
Abstracted transient helper to class #3282
2013-06-05 13:39:27 +02:00
Coen Jacobs
973e6d94b8
Set up basic helper abstract and get function #3282
2013-06-05 13:30:06 +02:00
Mike Jolley
a3c2cef3f7
Better account edit Closes #3168
2013-06-05 12:07:23 +01:00
Mike Jolley
0b9689f73a
Get rid of un-useful options.
2013-06-05 11:13:36 +01:00
Mike Jolley
4aef7c73ee
View order page endpoint
2013-06-04 17:33:43 +01:00
Mike Jolley
820d399b2f
My account registration, made registration process DRY, added notification hook for new accounts. Closes #3085
2013-06-04 16:33:05 +01:00
Giulio Piacentino
f153ffb212
Improving class-wc-countries.php support for Italy
...
Applies only to Italy: changing the 'State' description to 'Province', and modifying the way the address is formatted following Italian standards
2013-06-04 15:30:39 +03:00
Mike Jolley
0da683aa3b
Localise when registered
2013-06-04 12:16:19 +01:00
Mike Jolley
a7ba197fb7
Generate usernames and passwords.
...
Closes #3085 . Closes #3155 . Part of #3248 .
2013-06-03 17:28:32 +01:00
Mike Jolley
ef49fd62df
Tweak account options
2013-06-03 16:09:04 +01:00
Mike Jolley
c8d07b076b
PayPal log
2013-06-03 16:07:18 +01:00
Nicolas Maillard
3425529e7d
French version 100% for WC 2.0.10
2013-06-03 14:24:06 +02:00
Leon Rowland
f238fe7066
Fix for WooCommerce2 + where get_product cant return an instance of WC_Product and the property to hold the ID is in lowercase. This causes the property to not correct set.
...
When the property isn't correct set it breaks the magic method __get ( which in turn stops the correct return values of calls to SKU or any other meta. This includes updating stock ).
2013-06-03 14:18:48 +02:00
Mike Jolley
cde4947acf
Remember which attributes get registered and added taxonomy_is_product_attribute() function
...
Closes #3149 .
2013-06-03 11:04:21 +01:00
Mike Jolley
24a1812738
Move post type registration to separate class.
2013-06-03 11:04:21 +01:00
James Koster
ebd442d39e
order details responds. closes #2794
2013-06-03 10:46:25 +01:00
Mike Jolley
3277b485b8
Data sanitization
...
@coenjacobs for .11
2013-05-31 18:34:44 +01:00
Mike Jolley
b67232b7f3
Update chosen Closes #3258 .
2013-05-31 18:10:00 +01:00
Mike Jolley
beb4c99325
woocommerce_create_pages Closes #3173
2013-05-31 17:16:34 +01:00
Mike Jolley
304f006566
Better filter. Closes #3249
2013-05-31 16:44:09 +01:00
Mike Jolley
48edab0837
Merge pull request #3262 from kayue/bug/double-deleteing-in-clear-product-transients
...
Fix double deleteing in clear product transients.
2013-05-31 08:29:17 -07:00
Mike Jolley
e57620e49a
Merge pull request #3245 from justinstern/master
...
Custom Order Number in Backorder Email
2013-05-31 08:27:52 -07:00
Mike Jolley
b1367c2922
Merge pull request #3183 from franticpsyx/item_meta_values_filter
...
Order Item Meta values filter
2013-05-31 08:27:24 -07:00
Mike Jolley
7a0738cba8
Merge pull request #3030 from parkmap/master
...
updated korean lnaguage for korean users
2013-05-31 08:25:46 -07:00
Mike Jolley
d8a016fcbc
Merge pull request #3213 from om4james/installpages
...
Install pages enhancements to help reduce conflicts with other eCommerce plugins.
2013-05-31 08:15:42 -07:00