Mike Jolley
|
8fca3e2d60
|
Merge pull request #8913 from woothemes/add-to-cart-handlers
Add to cart handlers
|
2015-08-21 14:35:20 +01:00 |
Mike Jolley
|
6e23476cee
|
Inline flex for steps display
Closes #8914 Closes #8911 Fixes #8907
|
2015-08-21 14:32:01 +01:00 |
Mike Jolley
|
e94130e812
|
readme
|
2015-08-21 14:10:07 +01:00 |
Mike Jolley
|
296d9a8850
|
Merge pull request #8915 from shivapoudel/fix-site-icon
WC Setup wizard and site icon
|
2015-08-21 14:09:40 +01:00 |
Mike Jolley
|
2d8b3f0c1f
|
menu_order notices on IIS.
|
2015-08-21 14:08:32 +01:00 |
Shiva Poudel
|
7cd88cfa30
|
Fixed - WC Setup wizard site icon display on WP 4.3
|
2015-08-21 13:31:10 +05:45 |
Claudio Sanches
|
c7f8e541cd
|
Merge pull request #8912 from thenbrent/simplify_change_payment_fix
Fix changing failing subscription payment method
|
2015-08-20 22:37:42 -03:00 |
Claudio Sanches
|
70357da615
|
Merge pull request #8910 from woothemes/WPprodigy-patch-1
Flat Rate Calculation - min_fee
|
2015-08-20 22:36:53 -03:00 |
Mike Jolley
|
170737b4e8
|
Remove purchasable check completely
Not required as the cart class checks this later on. Was originally
added for #7220. Later changed to support admin buying private products
https://github.com/woothemes/woocommerce/commit/9ed36d4b0104e77ede338862
b67a99d0a243aac8
Fixes #8908
|
2015-08-20 23:43:39 +01:00 |
Mike Jolley
|
80b6c0f541
|
Refactor add_to_cart_action by splitting product type methods
|
2015-08-20 23:41:56 +01:00 |
Caleb Burks
|
4bff967e40
|
Flat Rate Calculation - min_fee
The correct shortcode term to use is `min_fee`: https://github.com/woothemes/woocommerce/blob/master/includes/shipping/flat-rate/class-wc-shipping-flat-rate.php#L94
|
2015-08-20 16:55:00 -05:00 |
Brent Shepherd
|
f52316856c
|
Fix changing failing subscription payment method
|
2015-08-20 13:51:08 -07:00 |
Claudio Sanches
|
cc12253339
|
Make travis use php lint in all files
|
2015-08-20 15:08:02 -03:00 |
Claudio Sanches
|
0c82d431df
|
Fixed method returning value in write context
|
2015-08-20 14:20:20 -03:00 |
Claudio Sanches
|
dc4ab408d0
|
POT
|
2015-08-20 13:47:30 -03:00 |
Claudio Sanches
|
06cbc3354b
|
Minify
|
2015-08-20 13:47:20 -03:00 |
Mike Jolley
|
0c76845c31
|
Version
|
2015-08-20 17:38:15 +01:00 |
Mike Jolley
|
5c948f374c
|
Fix preg_replace in layered nav dropdown
|
2015-08-20 17:32:27 +01:00 |
Claudio Sanches
|
551b495ad6
|
Merge branch 'master' of github.com:woothemes/woocommerce
|
2015-08-20 12:20:21 -03:00 |
Claudio Sanches
|
9a3c0fa0d5
|
Changelog for #8904
|
2015-08-20 12:20:12 -03:00 |
Claudio Sanches
|
1c348ebc27
|
Merge pull request #8904 from woothemes/wizard-language-download
Wizard language download, closes #8895
|
2015-08-20 12:16:01 -03:00 |
Claudio Sanches
|
d81cea3ab6
|
Properly escape WC_Admin_Setup_Wizard::get_next_step_link()
|
2015-08-20 12:15:12 -03:00 |
Claudio Sanches
|
86de66c8c9
|
Use self for static methods
|
2015-08-20 12:10:41 -03:00 |
Mike Jolley
|
0f40e8cdf7
|
Language install prompt
|
2015-08-20 16:03:29 +01:00 |
Claudio Sanches
|
9380afe53f
|
Merge pull request #8900 from JeroenSormani/js-dependency
Add tiptip dependency to wc-admin-meta-boxes
|
2015-08-20 11:31:44 -03:00 |
JeroenSormani
|
c25cc886ae
|
Add tiptip dependency to wc-admin-meta-boxes
|
2015-08-20 13:46:52 +02:00 |
Mike Jolley
|
24c7f56b03
|
move attribute code above selector
|
2015-08-20 10:52:59 +01:00 |
Mike Jolley
|
e8bfe70c47
|
Readme
|
2015-08-20 10:39:38 +01:00 |
Mike Jolley
|
9ed36d4b01
|
In add_to_cart_action, check is_purchasable rather than post status.
|
2015-08-20 10:39:38 +01:00 |
Claudio Sanches
|
823a71e7e1
|
Merge pull request #8897 from lucasstark/patch-1
Update class-wc-admin-settings.php
|
2015-08-19 14:43:58 -03:00 |
Lucas Stark
|
00be9b1324
|
Update class-wc-admin-settings.php
Reset the $value to array when processing image_width. Strange bug if the value is a string and the array is not explicitly created.
|
2015-08-19 13:39:38 -04:00 |
Claudio Sanches
|
c889c4406a
|
Merge pull request #8896 from shivapoudel/scrutinizer-ocular
Corrected docblock for scrutinizer ocular
|
2015-08-19 13:39:58 -03:00 |
Claudio Sanches
|
186257fcd1
|
Removed the forced redirect
|
2015-08-19 12:43:13 -03:00 |
Claudio Sanches
|
aa8e469a9d
|
Download translations in setup wizard
|
2015-08-19 12:36:59 -03:00 |
Shiva Poudel
|
376320f4eb
|
Corrected docblock for scrutinizer ocular
|
2015-08-19 20:34:05 +05:45 |
Claudio Sanches
|
1d6fb39dbe
|
Merge pull request #8891 from Ramoonus/patch-9
travis: merge after UT code
|
2015-08-19 11:28:31 -03:00 |
Claudio Sanches
|
74abca79ae
|
Merge pull request #8890 from Ramoonus/patch-8
travis: add wordpress 4.3
|
2015-08-19 11:24:05 -03:00 |
Mike Jolley
|
ac90660f7d
|
Add expand/close links for attributes and match variation UI
Closes #8875
|
2015-08-19 14:00:26 +01:00 |
Mike Jolley
|
ecc50f78ab
|
Don't clean keys - avoids destroying special chars
|
2015-08-19 11:33:42 +01:00 |
Ramon van Belzen
|
cba9d40177
|
Update .travis.yml
|
2015-08-19 09:48:44 +02:00 |
Ramon van Belzen
|
ff2feed3f3
|
Update travis.sh
|
2015-08-19 09:47:50 +02:00 |
Ramon van Belzen
|
35ef6da767
|
travis: add wordpress 4.3
|
2015-08-19 09:45:42 +02:00 |
Claudio Sanches
|
6267fee6bc
|
Merge pull request #8887 from mkrdip/patch-4
Add Bangladeshi Locale Information
|
2015-08-18 20:01:31 -03:00 |
Mrinal Kanti Roy
|
05ba3300c2
|
Add Bangladeshi Locale Information
For https://github.com/woothemes/woocommerce/issues/8886
|
2015-08-19 04:40:24 +06:00 |
Claudio Sanches
|
dc5d3be933
|
Merge pull request #8883 from LeGaS/patch-1
Add Hungarian locale information
|
2015-08-18 15:53:23 -03:00 |
Szabolcs Légrádi
|
0dc91ecca9
|
Add Hungarian locale information
|
2015-08-18 20:43:21 +02:00 |
Claudio Sanches
|
3d1d182e0f
|
Merge pull request #8878 from shivapoudel/nepali-info
Local info for country Nepal(NP)
|
2015-08-18 13:13:09 -03:00 |
Claudio Sanches
|
b6b34255d2
|
Stop for change inputs when add a new variation on admin, closes #8874
|
2015-08-18 13:00:38 -03:00 |
Claudio Sanches
|
c6ec8dfd26
|
Merge branch 'master' of github.com:woothemes/woocommerce
|
2015-08-18 12:59:49 -03:00 |
Claudio Sanches
|
36bd8538bf
|
Minify
|
2015-08-18 12:59:40 -03:00 |