Commit Graph

4674 Commits

Author SHA1 Message Date
Coen Jacobs 314af74f3d Have all WC_Coupon calls use is_valid() method to check #1994 2012-12-19 15:52:16 +01:00
Coen Jacobs 3d2c18db6b Cleared coupon class of coupon_valid, use is_valid #1994
Will rewrite all internal constructions of WC_Coupon to use the
is_valid() method instead.
2012-12-19 15:39:31 +01:00
Arhi Paivarinta 1546cccd24 Finnish translation
Translation of file: woocommerce-en_GB.po, 1.7.0 beta, 2012-11-27 11:09:06

Easy to understand words and sentence structures are used throughout, in a coherent manner. Writing style is unified.
This translates to -hopefully- easy adoption of WooCommerce eCommerce platform for users of different age and background.
In short: a 'Fluent Finnish' translation - computer jargon is kept at minimum.
2012-12-19 15:29:53 +02:00
James Koster dcba0712c3 for consistent styling with layered nav 2012-12-19 10:58:27 +00:00
Mike Jolley 11793bb5a2 Merge pull request #2014 from crowdfavorite/cf-cart-filter-update
Updated to include coupon on woocommerce_item_is_discounted filter.
2012-12-19 02:26:53 -08:00
Mike Jolley f6088cf7e8 Image uploader fixes kudos to justin 2012-12-18 23:16:55 +00:00
Mike Jolley fe92fb6a96 Work on media uploader 2012-12-18 21:56:01 +00:00
Steven Mathias 9387ca6acf Updated to include coupon on woocommerce_item_is_discounted filter. Filters should always include all information used to arrive at the default filtered value. 2012-12-18 11:35:56 -07:00
Mike Jolley d8ec3aa094 Fix help icon position. Closes #2012. 2012-12-18 13:15:44 +00:00
Mike Jolley f663a71550 Media upload (started) 2012-12-18 12:04:33 +00:00
Mike Jolley 940c556c40 Insert into button 2012-12-18 10:14:05 +00:00
Mike Jolley 2dc706095b Improve bulk actions and fix after save attributes. 2012-12-18 07:23:13 +00:00
Mike Jolley 01ff7b1083 Fix save attributes for custom attributes. Closes #2002. 2012-12-18 07:08:16 +00:00
Mike Jolley 019b207a5e Allow get_catalog_ordering_args to have an order passed to it. Closes #2007 2012-12-18 06:57:49 +00:00
James Koster 275bbede54 retina'd admin stars 2012-12-17 22:04:05 +00:00
James Koster ac16d88efa retina'd the stars 2012-12-17 21:56:17 +00:00
Mike Jolley b468f89559 Link images and column header. #2003 2012-12-17 21:46:20 +00:00
James Koster 7f62afe47e deleted ID added SKU 2012-12-17 21:44:52 +00:00
James Koster c0de90b98e variation skus 2012-12-17 21:41:37 +00:00
James Koster c738ee6ace dummy data skus 2012-12-17 21:31:39 +00:00
Mike Jolley 42cbd49905 Merge pull request #2003 from GeertDD/admin_thumbs
Proportional thumbnails for the admin products table
2012-12-17 13:11:41 -08:00
Mike Jolley 177874c9d3 Filters for login widget. Closes #1998. 2012-12-17 21:08:13 +00:00
Coen Jacobs 2630b2f4a8 Merge pull request #2008 from warrendholmes/master
- Make sure product has categories/tags when updating stock status.
2012-12-17 12:51:20 -08:00
Warren Holmes ec8b756940 - Make sure product has categories/tags when changing stock status. 2012-12-17 22:30:54 +02:00
Mike Jolley 487d749a03 fix tax saving 2012-12-17 19:29:39 +00:00
Geert De Deckere a25c5415a3 Proportional thumbnails for the admin products table 2012-12-17 16:40:21 +01:00
James Koster e1970c497b consistent titles on star ratings 2012-12-17 14:48:19 +00:00
Warren Holmes 6d00768a15 Revert "Check categories and tags are available on a product before doing count updates."
This reverts commit 98525111f3.
2012-12-17 14:53:03 +02:00
Warren Holmes 98525111f3 Check categories and tags are available on a product before doing count updates. 2012-12-17 14:39:27 +02:00
Coen Jacobs c8fa43d7bb Constructors can't return data. Set property instead. Closes #1994
Instead of returning the bool (which is impossible in a constructor)
the WC_Coupon constructor now sets a property coupon_valid during
constructing that can be used to check if the coupon is valid.
2012-12-17 13:20:22 +01:00
Coen Jacobs 198cf65bd4 Shortcodes, checks for set values and cleanup. Closes #1996 2012-12-17 13:09:34 +01:00
Mike Jolley 383a8cfcb5 Merge pull request #1995 from maxrice/patch-2
Fix WC_Shipping_Method::get_fee() PHPDoc
2012-12-16 12:49:07 -08:00
Max Rice 30f6b5b798 Fix WC_Shipping_Method::get_fee() PHPDoc 2012-12-16 14:27:07 -05:00
Mike Jolley b0c2a11c90 1 table but no colspans, qty column removed 2012-12-16 16:28:54 +00:00
Mike Jolley 42f491c544 Merge pull request #1992 from grappler/patch-2
Split review items from total
2012-12-16 08:01:52 -08:00
grappler 786d27be88 Split review items from total
This change give the user more control and makes the page better for mobile sites. An example can be seen here.
https://www.shultzilla.com/checkout/
2012-12-15 17:29:01 +01:00
Coen Jacobs 60152139a7 Removed double spaces in WC_Cart class methods 2012-12-15 13:01:42 +01:00
Coen Jacobs 9a92fb48a1 Merge branch 'master' of https://github.com/woothemes/woocommerce
Conflicts:
	classes/class-wc-query.php
	classes/class-wc-tax.php
2012-12-15 13:00:34 +01:00
Coen Jacobs 7b5e74626a Remove pass by reference for objects
Done all files except for external libaries: shareyourcart, cssmin,
lessc

@mikejolley Should we update those libraries as well?
2012-12-15 12:53:32 +01:00
Coen Jacobs cc08f08b2f Merge pull request #1990 from warrendholmes/master
Scope on functions and remove var
2012-12-15 03:42:11 -08:00
Warren Holmes b5474d0a85 Correct scope.
- class-wc-validation.php
2012-12-15 00:03:34 +02:00
Warren Holmes f2ce67fc47 Correct scope, remove ise of var.
- class-wc-tax.php
2012-12-15 00:03:00 +02:00
Warren Holmes 27e315f494 Correct scope, remove use of var.
- class-wc-seetins-api.php
2012-12-15 00:01:58 +02:00
Warren Holmes 02c8253b93 Change private name. 2012-12-15 00:00:04 +02:00
Warren Holmes ab7e656757 Consistent name convention for private/protected class variables. 2012-12-14 23:57:23 +02:00
Warren Holmes de00354f57 Corect scope, remove use of var.
- class-wc-query.php
2012-12-14 23:55:19 +02:00
Warren Holmes 6b7205a417 Correct scope, remove use of var.
- class-wc-product-variation.php
2012-12-14 23:54:13 +02:00
Warren Holmes 0e491d6ffe Correct scope, remove use of var.
- class-wc-product-variable.php
2012-12-14 23:52:46 +02:00
Warren Holmes 5b0297d181 Correct scope, remove use of var.
- class-wc-product-simple.php
2012-12-14 23:51:27 +02:00
Warren Holmes 5fa9923a48 Correct scope, remove use of var.
- class-wc-product-grouped.php
2012-12-14 23:50:51 +02:00