Commit Graph

3666 Commits

Author SHA1 Message Date
Mike Jolley 1141714ecf Respect show count setting. Closes #2034. 2012-12-23 12:35:49 +00:00
Mike Jolley a5a76a950b Cron offset #1971 2012-12-23 12:29:16 +00:00
Mike Jolley 0fb50856b9 Account page tweaks for #2027 2012-12-23 12:19:56 +00:00
Mike Jolley 64bdf33158 Merge pull request #2027 from brichards/master
Clean up My Account templates
2012-12-23 03:37:32 -08:00
Mike Jolley 3af3f42a5b Readme for #2032 2012-12-23 11:36:05 +00:00
Mike Jolley f9cf3af2a5 Merge pull request #2032 from mikaeljorhult/master
Updated swedish localization to latest version
2012-12-23 03:35:27 -08:00
Mike Jolley 2c096d4609 Merge pull request #2037 from Ramoonus/master
NL refresh
2012-12-23 03:33:51 -08:00
Ramon van Belzen ccc5e7404e nl_NL translation mo po refresh
using PoEdit
2012-12-22 12:06:21 +01:00
Mikael Jorhult 90af71cbd2 Update version information. 2012-12-21 19:57:19 +01:00
Mikael Jorhult 1417f119cc Updated swedish localization for 2.0.0-beta1. 2012-12-21 19:38:46 +01:00
Mikael Jorhult f7128cf08f Merge branch 'master' of https://github.com/woothemes/woocommerce 2012-12-21 18:01:17 +01:00
Mikael Jorhult 1efad2b7df Updated swedish localization to latest version. 2012-12-21 17:38:09 +01:00
Mike Jolley bdc61bfdce wc_product_type_ transient is unused 2012-12-21 08:44:15 +00:00
Coen Jacobs d5b6dfc4a7 Securi = Sucuri :) 2012-12-20 18:59:55 +01:00
Brian Richards 3b9b100356 Clean up my-account template
This patch moves Available Downloads into it's own separate template
file, and moves the titles for Recent Orders and My Addresses into
their respective templates as well. This patch also adds a couple of
new hooks and filters for making templating even easier.
2012-12-20 11:34:39 -05:00
Coen Jacobs dec06d8d40 WooCommerce 2.0 beta 1 is here! 2012-12-20 16:17:31 +01:00
Mike Jolley e0a67b3387 rounding fixes for #2020 2012-12-20 15:10:27 +00:00
Mike Jolley 9ab2b8b4c7 tweak queries to support all registered taxonomies of products 2012-12-20 13:57:38 +00:00
Mike Jolley c33ea11e25 $theproduct -> $the_product 2012-12-20 13:36:41 +00:00
Mike Jolley 3eabb171e7 keep product for products admin 2012-12-20 13:33:35 +00:00
Mike Jolley 927693351a sync prices when empty 2012-12-20 12:54:02 +00:00
Mike Jolley d877086ffe get price, not ex price 2012-12-20 12:44:11 +00:00
Mike Jolley 6bb5ec424e placeholder images for hidden/secure files 2012-12-20 12:35:36 +00:00
Mike Jolley c7fd3e85a6 More class cleanup 2012-12-20 11:54:38 +00:00
Mike Jolley 68cd69f7d3 unused 2012-12-20 11:38:02 +00:00
Mike Jolley beaefd8ec7 downloadable uploader styling 2012-12-20 11:36:38 +00:00
Mike Jolley 6ee68e063f fix coupon and meta in product class 2012-12-20 11:30:27 +00:00
Mike Jolley e7e12714c1 Tweak style and function names for image handling. 2012-12-20 10:53:34 +00:00
Mike Jolley c8852bcf40 Revised, roduct gallery panel, images stored in meta = more flexibility. 2012-12-20 01:13:06 +00:00
Mike Jolley 7bd81503b5 Speed up orders page. #1765 2012-12-19 23:09:04 +00:00
Mike Jolley 41f573a71f Magic methods, avoid loading all meta on construct 2012-12-19 23:04:25 +00:00
Mike Jolley f972501dfa get_post_meta instead of get_post_custom - cut out the middleman. #1765 2012-12-19 21:01:15 +00:00
Mike Jolley 0b7750e55a Attribute taxonomy transiant. #1765 2012-12-19 20:42:25 +00:00
Mike Jolley 9e9704b0d5 Update variation CSV. Closes #2006. 2012-12-19 19:51:47 +00:00
Mike Jolley 10dfba9e74 Tax_display can be passed to the display functions. Lets you choose to show the row inc or ex or taxes. #2020 2012-12-19 19:37:13 +00:00
Mike Jolley 4fb98b0b91 Hide dropdown when no layered nav terms are found. Closes #1997. 2012-12-19 18:57:11 +00:00
Mike Jolley 801fdc7420 We no longer use sessions. #1765. 2012-12-19 18:45:33 +00:00
Mike Jolley 83377af6b4 Finnish translation Closes #2021. 2012-12-19 18:43:35 +00:00
Mike Jolley 53451ce3bb Merge pull request #2021 from arhipaiva/master
Finnish translation
2012-12-19 10:42:06 -08:00
Mike Jolley 0089378daa Extra varaible in hook 2012-12-19 16:49:24 +00:00
Arhi Paivarinta 9bf0c21389 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 18:17:35 +02:00
Coen Jacobs 944ea5df3d Use returned coupon error message in cart. Closes #1994 2012-12-19 15:57:46 +01:00
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