Commit Graph

3098 Commits

Author SHA1 Message Date
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
Justin Stern 56c576d89b PayPal Standard Payment Gateway Custom Order Number Compatibility
Adds support for custom order numbers to the PayPal standard payment
gateway
2012-09-22 23:03:40 -04: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
Max Rice 883f03df66 added sales by coupon report
initial version of sales by coupon report. Since multiple coupon codes
for a single order are stored comma separated, this report considers
them as 1 coupon. Handling multiple coupons within an order as
individual coupons with the report would be quite a bit more complex --
I think most stores force individual use on coupons anyway.
2012-09-20 14:25:18 -04:00
Mike Jolley 66cf7d8e98 More capabilities. Closes #1083. 2012-09-20 16:35:15 +01:00
Mike Jolley acb23a7c4a readme 2012-09-20 15:03:59 +01:00
Mike Jolley 22ff25efb1 Show totals. Closes #1473. 2012-09-20 14:43:52 +01:00
Mike Jolley aaeb0ec0fb Calc totals. Closes #883. 2012-09-18 19:07:18 +01:00
Coen Jacobs 8625d74c90 Allow image override for order action buttons. Closes #1489 2012-09-18 16:05:56 +02:00
Mike Jolley 8fa36d2e47 Better sale shortcode. 2012-09-18 14:14:36 +01:00
Mike Jolley 50f00d1fe0 Added shortcodes. Closes #1378. 2012-09-18 14:11:36 +01:00
Mike Jolley bb60c40a3e Merge pull request #1509 from daltonrooney/master
Added "On Sale" shortcode
2012-09-18 05:50:36 -07:00
Mike Jolley c271590fc9 Tweak templates 2012-09-17 11:36:30 +01:00
Mike Jolley 1b4130bc56 new email interface + plain text versions 2012-09-17 11:36:30 +01:00
Mike Jolley b45bb2ea17 Fix widget conflict 2012-09-17 11:36:30 +01:00
Mike Jolley c4c1204034 Show variable downloads 2012-09-17 11:36:30 +01:00
Dalton Rooney c3283ffca3 Sale products shortcode 2012-09-14 14:11:45 -04:00
Coen Jacobs 0833e00a63 Set session methods as default for all implementing classes 2012-09-12 16:21:13 +02:00
Coen Jacobs b392011a7b Offer way to override the session class
* Added abstract class to implement
* Implementing class is default
* Filter to replace the instance of the default class
2012-09-12 15:45:47 +02:00
Mike Jolley 4b4da5c62f Due to new session handling, removed session section from the status page. Closes #1494. 2012-09-12 13:49:41 +01:00
Mike Jolley e9f0a8612f Made paypal use wc-api for IPN 2012-09-12 13:36:34 +01:00
Mike Jolley f2dd830dee tweak message 2012-09-12 13:09:54 +01:00
Mike Jolley aa34dd3714 tit 2012-09-12 13:05:53 +01:00
Mike Jolley 584c65eeb0 Session fixes 2012-09-12 12:48:30 +01:00
Mike Jolley 801c14f4ff exit 2012-09-12 12:09:16 +01:00
Mike Jolley 8d655c28c6 IPN validation 2012-09-12 12:08:35 +01:00
Mike Jolley 251a93855c Shipping vs billing for tax. Closes #1457. 2012-09-12 11:16:53 +01:00
Coen Jacobs 42c99bd1d3 Maxlength param for woocommerce_form_field(). Closes #1087 2012-09-11 00:06:47 +02:00
Mike Jolley bcb6e0b2a3 Localized shortcode button. Closes #1459. 2012-09-10 17:56:29 +01:00
Mike Jolley 3ad60462e6 Merge pull request #1488 from neilpie/master
Added 'woocommerce_order_status_changed' hook
2012-09-10 04:28:18 -07:00
Mike Jolley 0fd46e7923 Import export taxes. Closes #447. 2012-09-10 12:26:26 +01:00
Neil Pie ceaa69ae39 Update classes/class-wc-order.php 2012-09-09 16:25:02 +02:00
Mike Jolley e10a29b3c0 last bits 2012-09-07 20:50:34 +01:00
Coen Jacobs f2394d263e Fixed syntax error 2012-09-07 21:49:42 +02:00
Mike Jolley 5019700d79 more sessions 2012-09-07 19:28:30 +01:00
Coen Jacobs cf938137fa Cart: Sessions to transients 2012-09-07 19:48:30 +02:00