Mike Jolley
6e10465faf
Bulk improvements. Closes #1063 .
2012-10-09 10:07:30 +01:00
Mike Jolley
5bf7c5f938
Merge pull request #1577 from frilyd/master
...
Corrections to woocommerce nn_NO translation
2012-10-09 01:12:40 -07:00
Eivind Ødegård
08da78d838
Corrections to Woocommerce nn_NO translation
2012-10-08 19:49:08 +02:00
Mike Jolley
79324412d4
sku tweak. Closes #1479 .
2012-10-08 13:54:31 +01:00
Mike Jolley
bf1d80151d
Merge pull request #1574 from thenbrent/master
...
Only slide payment box up-and-down if > 1 method
2012-10-08 05:36:16 -07:00
Mike Jolley
2d15a8aaac
Schedule sale for variations. #1064 .
2012-10-08 12:51:00 +01:00
Mike Jolley
9c560e768c
refactor variation data
2012-10-08 09:59:02 +01:00
Brent Shepherd
b4cf878f40
Only slide payment box up-and-down if > 1 method
2012-10-08 12:01:43 +10:00
Mike Jolley
e04a0b7a23
woocommerce_create_term was slow
2012-10-06 19:21:25 +01:00
Mike Jolley
eb0191efae
moved dimensions to shipping tab.
2012-10-06 19:14:46 +01:00
Coen Jacobs
c6ecd85906
wpdb->supports_collation() to wpdb->has_cap( 'collation' ) for WP 3.5 compat
2012-10-06 02:10:23 +02:00
Mike Jolley
ead3e8313e
Final image handling tweaks.
2012-10-05 19:02:02 +01:00
Mike Jolley
7c724f4ea4
Fix for previous commit
2012-10-04 18:33:35 +01:00
Mike Jolley
dd4ce13455
invalid query fix.
2012-10-04 18:11:37 +01:00
Mike Jolley
7236192711
Work on the product images panel. Closes #1504 .
2012-10-04 18:09:18 +01:00
Mike Jolley
d9e3e5a94f
Fix report nav. Closes #1447 .
2012-10-01 11:43:52 +01:00
Mike Jolley
c588c761e0
Local Pickup option needs associated state sales tax. Closes #1491 .
2012-10-01 10:45:07 +01:00
Mike Jolley
ee36465b70
Mailer() tweak. Closes #1521 .
2012-09-30 20:15:39 +01:00
Mike Jolley
b88c6e62f7
Load sessions before customer class. Closes #1545 .
2012-09-30 20:11:32 +01:00
Mike Jolley
3e8a3f8b60
Rate label hook. Closes #1534 .
2012-09-30 19:43:11 +01:00
Mike Jolley
c9e61eef82
Reports fix when beginning with a number.
2012-09-30 19:35:05 +01:00
Mike Jolley
a406f24103
Merge pull request #1520 from maxrice/coupon-report
...
added sales by coupon report
2012-09-30 11:26:31 -07:00
Mike Jolley
2a30cfda0e
loop start and end. Closes #1356 .
2012-09-30 14:41:07 +01:00
Mike Jolley
3c8b5fd40e
Move loop_end hook so its called when the function exists. Closes #1529 .
2012-09-30 11:31:23 +01:00
Mike Jolley
0a411c38b9
Fix price trim function. Closes #1485 .
2012-09-30 11:14:54 +01:00
Mike Jolley
6f7d529ca6
Merge pull request #1546 from Giuseppe-Mazzapica/master
...
fixes for italian translation
2012-09-30 02:54:32 -07:00
Giuseppe Mazzapica
d749e6af6f
Fixes for italian translation
...
fixed errors and all 1.7.0 strings now translated
2012-09-30 02:34:35 +02:00
Mike Jolley
544b9a1874
readme and min
2012-09-29 20:32:22 +01:00
Mike Jolley
75e41c10e0
Merge pull request #1544 from Giuseppe-Mazzapica/master
...
Update Italian Translation
2012-09-29 12:32:11 -07:00
Mike Jolley
25008caff0
Variation stock should respect main inventory settings. Closes #1537 .
2012-09-29 20:31:12 +01:00
Giuseppe Mazzapica
95b6fe98a3
Update Italian Translation
2012-09-29 21:22:55 +02:00
Mike Jolley
93849b89e7
Merge pull request #1530 from scottbasgaard/master
...
Update Product Image Title w/ Variation Image for Lightbox
2012-09-29 12:16:11 -07:00
Mike Jolley
1f91f66b8f
Merge pull request #1527 from thenbrent/master
...
Add filter to needs_payment() and display formatted taxes if set
2012-09-29 12:13:16 -07:00
Mike Jolley
9550c05d69
Grammer. Closes #1538 .
2012-09-29 20:04:41 +01:00
Mike Jolley
1b8e887f39
Fix updating when typing. Closes #1540 .
2012-09-29 19:43:45 +01:00
Mike Jolley
50559adf90
readme
2012-09-29 19:27:20 +01:00
Mike Jolley
cfcbc90f57
Merge pull request #1535 from WooCommerceEU/master
...
Dutch translation refresh
2012-09-29 11:26:41 -07:00
Mike Jolley
da25afddba
Merge pull request #1541 from frilyd/master
...
Added Norwegian Nynorsk translation to WooCommerce
2012-09-29 11:26:26 -07:00
Eivind Ødegård
6c06ed27ed
Added Norwegian Nynorsk (nn_NO) translation
2012-09-28 21:13:18 +02:00
Ramon van Belzen
dac8bcfc3c
Dutch translation refresh
2012-09-26 10:25:01 +02:00
Scott Basgaard
add3f06819
Cleaned up States in WC_Countries
...
Brazil and New Zealand were not in alphabetical order. Also was a duplicate in Brazil for 'RS' => __('Rio Grande do Sul', 'woocommerce').
2012-09-25 15:55:37 +02:00
Scott Basgaard
f5999c270b
Update Product Image Title w/ Variation Image for Lightbox
2012-09-25 14:22:22 +02:00
Brent Shepherd
137b01c74c
Show taxes if there are formatted taxes
...
The cart only checks if an order has tax when deciding to
display taxes. Subscriptions 1.2+ stores recurring taxes
separately, so when an order has a free trial period
and no sign-up fee, order tax will be 0 but the
recurring taxes should still be displayed.
2012-09-24 12:55:57 +10:00
Brent Shepherd
f2150e7c7c
Filter WC_Cart->needs_payment() value
2012-09-24 12:54:41 +10:00
Mike Jolley
cb2b935788
Tax expansion to allow city taxes, #94
2012-09-23 17:16:39 +01:00
Mike Jolley
e61c152a7c
disable ratings option. Closes #1503 .
2012-09-21 21:21:50 +01:00
Mike Jolley
5fcfe948d7
Handle add to cart differently, Closes #1517 and tweak messages Closes #1498 .
2012-09-21 21:11:57 +01:00
Mike Jolley
33c3dd5573
Filters for post type definition. For #1515 .
2012-09-21 17:01:22 +01:00
Mike Jolley
3cc6d683be
Check for cookie first. Closes #1518 .
2012-09-21 16:55:09 +01:00
Mike Jolley
f6d0bd2c06
Upsells
...
* Tweak - Removed upsell limit - show whats defined.
* Tweak - Args for upsells to control per-page and cols.
2012-09-21 16:47:57 +01:00