Coen Jacobs
34643e237d
Merge pull request #3212 from kayue/bug/google-analytics-order-id-bug
...
Google Analytics item tracking order ID bug fix.
2013-05-21 04:02:43 -07:00
Coen Jacobs
387fcf130b
Merge pull request #3198 from toddlahman/master
...
Fix for Issue #3197
2013-05-21 03:32:14 -07:00
Coen Jacobs
6f737227ff
Rename Shipping also on checkout #3160
2013-05-21 12:23:56 +02:00
Coen Jacobs
57882eda30
Readme bump for #3205
2013-05-21 12:18:45 +02:00
Coen Jacobs
32894c11c0
Merge pull request #3205 from valllabh/#3160-fix
...
#3160 Fixed
2013-05-21 03:17:22 -07:00
Coen Jacobs
cecee5a7fb
Readme update for #3118
2013-05-21 12:14:01 +02:00
Coen Jacobs
96fc5bdbf3
Merge pull request #3190 from valllabh/#3118-fix
...
#3118 Fixed
2013-05-21 03:12:17 -07:00
Coen Jacobs
c5b67cf6a3
Set versions to deprecate to 2.2, instead of 2.1 ofc
2013-05-21 12:04:28 +02:00
James Collins
15bd87cbec
WooCommerce Install Pages Enhancements
...
When attempting to install a new page:
* only search for pages (ignore posts and other custom post types)
* search for an existing page with the specified page content (typically a shortcode), or if no page content is specified, search for an existing page with the specified page slug.
Should fix #3100 and will also help ensure that WooCommerce only attempts to reuse existing pages that have the WooCommerce shortcodes on them, thus reducing conflicts with other eCommerce plugins.
2013-05-21 16:18:35 +10:00
Ka Yue Yeung
56381b77a5
Use $order->get_order_number() instead of $order_id.
2013-05-21 13:36:56 +08:00
Björn Sennbrink
691e7ae320
admin-sv_SE (.mo)
2013-05-20 20:04:36 +02:00
Björn Sennbrink
ebc00582e6
Update woocommerce-admin-sv_SE.po
...
Spelling errors.
2013-05-20 19:52:42 +02:00
Björn Sennbrink
8c3acd1530
Update woocommerce-sv_SE.po
...
Complete. Out-of-the-box WooCommerce installation with WordPress in Swedish results in more than 1,000 untranslated strings. This update takes care of all that.
2013-05-20 19:27:12 +02:00
Björn Sennbrink
477789f1e7
Update woocommerce-admin-sv_SE.po
...
Minor updates, spelling errors.
2013-05-20 19:23:41 +02:00
Kasper Snæver Andersen
8c613e4aaf
Updated Danish translations
2013-05-19 14:39:34 +02:00
Todd Lahman
3d118b37b2
Check if variable isset to avoid undefined error
2013-05-18 23:24:03 -07:00
Coen Jacobs
9478379041
Backwards compat for #3118
2013-05-17 08:55:55 +02:00
Coen Jacobs
aaa6a6a1e5
You like cats, @jameskoster?
2013-05-17 08:21:49 +02:00
James Koster
dea4e10272
cart widget styling on non-wc pages. closes #3187
2013-05-16 18:20:39 +01:00
valllabh
9c4326083b
#3160 Fixed
...
#3160 Fixed
Renamed "Shipping" to "Shipping and Handling"
2013-05-16 18:38:34 +05:30
valllabh
64044fa888
#3118 Fixed
...
#3118 Fixed
- Tested [related_products] shortcode.
- Replaced arguments with single $args = array() argument.
2013-05-16 18:09:53 +05:30
James Koster
646a252f6d
woocommerce-smallscreen.css. #3166
2013-05-15 17:47:27 +01:00
Manos Psychogyiopoulos
dd3ea63f89
Cart item key added to order item meta action
2013-05-15 16:19:06 +03:00
Manos Psychogyiopoulos
316112f972
Order Item Meta values filter
2013-05-15 16:10:41 +03:00
Coen Jacobs
73fac5ffdd
Remove duplicate param keys for sale_products shortcode. Closes #3159
2013-05-15 13:32:51 +02:00
Coen Jacobs
9a946a2f6a
Merge branch 'refs/heads/release-2-0-10'
...
Conflicts:
admin/post-types/product.php
classes/gateways/paypal/class-wc-gateway-paypal.php
readme.txt
woocommerce-core-functions.php
woocommerce.php
Signed-off-by: Coen Jacobs <coenjacobs@gmail.com>
2013-05-15 12:50:52 +02:00
Coen Jacobs
338974f2ec
2.0.10 version bump
2013-05-15 11:28:13 +02:00
James Koster
d976dedcc5
no more css options & added responsive stylesheet
2013-05-14 18:28:36 +01:00
Coen Jacobs
3201594dbe
Fixed up parentheses overkill
2013-05-14 12:42:45 +02:00
Coen Jacobs
b32933685e
Version bump for preparing 2.0.10 release
2013-05-14 12:11:14 +02:00
Coen Jacobs
ee52cf9b49
Missed a parenthesis for #3154 - thanks @sjeden
2013-05-14 11:47:09 +02:00
Coen Jacobs
0b40f26224
Replace deprecated wp_convert_bytes_to_hr() with size_format()
...
As committed on master branch:
- 1ee8dfde24
2013-05-14 11:37:27 +02:00
Coen Jacobs
264e7d7c45
Readme with #3154
2013-05-14 11:35:00 +02:00
Coen Jacobs
1ee8dfde24
Replace deprecated wp_convert_bytes_to_hr() with size_format(). Closes #3154
2013-05-14 11:33:19 +02:00
James Koster
3c79056aa8
More CSS separation #2785
2013-05-13 16:02:22 +01:00
Coen Jacobs
2ca039c137
Fix for PayPal having a max length of 9 items
...
As committed on master branch:
- 71e67e97f4
2013-05-13 16:23:05 +02:00
Coen Jacobs
2f5f631dee
Merge branch 'master' of https://github.com/woothemes/woocommerce
...
Conflicts:
readme.txt
2013-05-13 16:13:47 +02:00
Coen Jacobs
44c604da2d
Merge remote-tracking branch 'john/master'
...
Conflicts:
readme.txt
2013-05-13 16:12:19 +02:00
Mike Jolley
6fc0d27006
content-widget-product.php template for product lists inside core widgets Closes #3133
2013-05-13 15:12:12 +01:00
Mike Jolley
cdcdbd79f7
Remove expensive query. Closes #3116
2013-05-13 14:40:15 +01:00
Mike Jolley
bcfbbb3c13
Filter for forcing coutnry Closes #3117 .
2013-05-13 14:35:49 +01:00
Mike Jolley
71e67e97f4
Limit items sent to paypal to 9 Closes #3124 .
...
@coenjacobs
2013-05-13 14:18:10 +01:00
Coen Jacobs
bb68ce7fd2
Added filter to explicitly hide terms agreement checkbox. Closes #3088
2013-05-13 13:41:52 +02:00
Coen Jacobs
60263f5bac
Also pushing product image panel fixes here
2013-05-13 11:43:41 +02:00
Coen Jacobs
ecb5edc9bd
Post id property is obviously ID, not id
2013-05-13 11:42:10 +02:00
Coen Jacobs
b4b3d1c790
Fix error trying to use -> outside object
2013-05-13 10:59:09 +02:00
Coen Jacobs
c000afbe86
Failsafe for when get_the_terms() returns false
...
As committed on master branch:
- 7d9d1ee2f0
2013-05-12 20:08:09 +02:00
Coen Jacobs
7d9d1ee2f0
Failsafe for when get_the_terms() returns false. Closes #3147
...
Thanks @arminrosu!
2013-05-12 20:06:29 +02:00
James Koster
dce7425a3b
css separation #2785
2013-05-10 16:29:01 +01:00
James Koster
2740ec9a65
typo damnit
2013-05-10 13:03:10 +01:00