Commit Graph

500 Commits

Author SHA1 Message Date
Mike Jolley 67779afd3f Formal and informal German translations - thanks to stefahn, jessor, Ramoonus , owcv and deckerweb
* Hook for checking cart contents during cart/checkout - used for plugins too
2011-11-09 17:26:45 +00:00
Mike Jolley 1b9b1ea2cc Formal and informal German translations - thanks to stefahn, jessor, Ramoonus , owcv and deckerweb. Closes #162. 2011-11-09 15:44:56 +00:00
Mike Jolley 5d0aaae5fe Use parents image if not set. Closes #169. 2011-11-09 15:39:14 +00:00
Mike Jolley 22b91e4cf9 load_plugin_textdomain 2011-11-09 15:18:36 +00:00
Mike Jolley e55fbb89de Directory changed for uploading file downloads - uploads/woocommerce_files 2011-11-09 15:15:30 +00:00
Mike Jolley 590d41724a evil full stop 2011-11-09 12:28:42 +00:00
Mike Jolley 0b414d72b6 Support informal and formal variations of localisations 2011-11-09 12:26:22 +00:00
Mike Jolley 24fc037f86 Prevent external product in cart 2011-11-09 12:17:05 +00:00
Mike Jolley 555b015b9c Merge pull request #170 from jessor/master
Update to german translation.
2011-11-09 03:38:11 -08:00
Mike Jolley f67b76d943 Added Spanish translation by lluis masachs 2011-11-09 11:37:32 +00:00
jessor 422663ae6b Update to german translation. Closes woothemes/woocommerce#167. 2011-11-09 05:58:53 +02:00
jessor 2fb30467c3 Updates to german translation 2011-11-09 04:03:29 +02:00
Mike Jolley a52c6b1437 Affilaite/external product type. Closes #166. 2011-11-08 16:15:36 +00:00
Mike Jolley d055137108 Show in nav menu hook. Closes #160. 2011-11-08 15:23:01 +00:00
Mike Jolley 4bd2f287f0 new account emails 2011-11-08 13:47:49 +00:00
Mike Jolley 5af84b5246 Merge pull request #161 from jessor/master
Update to german translation
2011-11-08 02:28:54 -08:00
Mike Jolley 335ba43ba3 Bank transfer labels. Closes #164. 2011-11-08 10:26:27 +00:00
Mike Jolley f4694cf640 Fix states (loading from account) 2011-11-08 10:22:30 +00:00
jessor f48d021d20 Updating german translation
Also replaced Umlauts with html entities
2011-11-08 02:21:48 +02:00
Mike Jolley 89a289b0c4 mod_xsendfile 2011-11-07 21:52:04 +00:00
Mike Jolley 7d980111de Add to cart shortcode change 2011-11-07 19:24:38 +00:00
Mike Jolley ac09f328dd Readme 2011-11-07 18:38:42 +00:00
Mike Jolley eaf1d942db Option to un-force ssl. Closes #147. 2011-11-07 18:37:37 +00:00
Mike Jolley 8673e2ccf1 Improved order search. Closes #149. 2011-11-07 18:14:51 +00:00
Mike Jolley f80828f27f Check uniform is declared. Closes #154. 2011-11-07 15:38:00 +00:00
Mike Jolley bef6f392cf readme 2011-11-07 15:10:20 +00:00
Mike Jolley 5a99105123 woocommerce_product_add_to_cart shortocode 2011-11-07 15:09:46 +00:00
Mike Jolley 42d6c0ab06 tweak to hook 2011-11-07 14:37:01 +00:00
Mike Jolley 0347dd2e06 woocommerce_order_tracking_status hook for tracking page. 2011-11-07 14:34:23 +00:00
Mike Jolley 0d74014d4a Added handles. Closes #137. 2011-11-07 14:13:04 +00:00
Mike Jolley b37439592f Removed slashes. Closes #141. 2011-11-07 13:34:17 +00:00
Mike Jolley 4a8d0e8c7c My account/login widget. Closes #91. 2011-11-07 13:27:36 +00:00
Mike Jolley 94aff552b7 Fixed quantity. Closes #153. 2011-11-07 11:45:28 +00:00
Mike Jolley de32a8eb8c JS quantity 2011-11-07 11:41:57 +00:00
Mike Jolley 6a3498edd5 Merge pull request #152 from Ramoonus/master
Update for dutch translation (v1.2) and readme
2011-11-06 15:43:05 -08:00
Ramon van Belzen 414b8f4ea2 updating Dutch translation to v1.2 2011-11-06 17:22:53 +01:00
Ramon van Belzen 827d3036f2 readme update for a patch I will provide in a minute 2011-11-06 17:20:36 +01:00
Mike Jolley 101fcd9b3f Order meta saves + displays 2011-11-06 15:45:22 +00:00
Mike Jolley 869f413e9b New cart code adapted from Lucas Starks pull request.
Cart items are indexed by an md5 hash rather than numeric keys so we
can add custom data to cart items.

Plugins can hook in and add meta data, load it, and display it. The
adjust_price() function lets you adjust a products price too since its
loaded and stored in the cart on page load.

All works like a dream, all thats left is to show the values on the
cart page, and store them in the order item meta. Order item meta does
need a slight change though, to allow data with the same keys. Working
on that next.
2011-11-06 13:45:18 +00:00
Mike Jolley 69379da191 calculated_shipping class 2011-11-05 20:24:37 +00:00
Mike Jolley bcbc63c123 Empty price hook 2011-11-05 19:12:51 +00:00
Mike Jolley 922f475712 Merge pull request #143 from Ramoonus/master
Add German / Update Dutch translations
2011-11-05 12:09:55 -07:00
Mike Jolley 3c98a2ded5 Version 2011-11-05 19:07:05 +00:00
Mike Jolley 3f7ffac95f No longer needed 2011-11-05 19:03:26 +00:00
Mike Jolley b1e179aa0f Large change to product types
Removed downloadable and virtual product types in favour of a
downloadable/virtual checkbox option meaning variations can also now be
virtual (no shipping) or downloadable. This should make it more
flexible.

Not many changes were needed to template since simple, downloadable,
and virtual were all pretty similar anyway.

Added a filter for admin for the new sub-types.

In the future variations should have boxes too for downloadable/virtual
so you can mis it up with physical/downloadable goods in the same
product :)
2011-11-05 19:03:03 +00:00
Ramon van Belzen dbcfe90fa9 updated Dutch to 1.2.0 and added partial German translation 2011-11-05 16:03:51 +01:00
Mike Jolley 85e93a391e Option for ajax add to cart Closes #79. 2011-11-04 20:57:54 +00:00
Mike Jolley 7a78c5c98a Products on sale widget + transient. Closes #66. 2011-11-04 20:46:06 +00:00
Mike Jolley 2ce7485f36 Shortcode inserter + shortcode for products by category. Closes #139. 2011-11-04 20:15:55 +00:00
Mike Jolley b30c14ba64 Minor tweak to JS 2011-11-04 18:58:15 +00:00