Coen Jacobs
863918f7f4
Revert "Moved # character in translatable order strings. Closes #1161 "
...
This reverts commit f6c83fe6aa
.
2012-06-20 19:18:16 +02:00
Coen Jacobs
f6c83fe6aa
Moved # character in translatable order strings. Closes #1161
2012-06-20 19:14:33 +02:00
Mike Jolley
7ccefed4d7
View order tweaks
...
* Tweak - Changed recent order tables to make them slightly more compact
* Tweak - Moved recent order table to a template file
* Tweak - Improved default view-order page when order id is not defined
- instead of stating "invalid order" it will list recent orders
2012-04-09 23:57:57 +01:00
Mike Jolley
659d3ee3b4
get order number function complete with filter. Tweak the display of order ID's if you use custom numbering.
...
Had to tweak some localisation strings to dump the '#' symbols.
2012-03-26 11:26:50 +01:00
Mike Jolley
15ecb857bd
cookie when cart has content
2012-02-24 21:05:15 +00:00
Mike Jolley
1eff385521
Fix make clickable. Show links to items. Closes #697 .
2012-02-24 20:20:17 +00:00
Mike Jolley
04fde0a603
Improved edit address. Closes #689 .
2012-02-22 21:06:08 +00:00
Mike Jolley
11445ad34c
Cache tweaks and version
2012-02-07 12:09:30 +00:00
Mike Jolley
3b5272e72e
Improved template loader
2012-02-03 16:42:21 +00:00
Mike Jolley
35fadb00fe
More consistent template file naming, broken checkout into templates
2012-01-29 13:36:33 +00:00
Mike Jolley
0836ce04db
Better class names (final)
2012-01-27 16:38:39 +00:00
Mike Jolley
1f89670da2
Date fixes
2012-01-25 15:23:32 +00:00
Geert De Deckere
7706ecfe7b
Starting class names with a capital. Closes #519 .
2012-01-21 10:07:54 +01:00
Mike Jolley
23a3776f04
Tweaks to order/validation class to improve performance
2012-01-13 00:46:56 +00:00
Mike Jolley
a2d51aa201
Github sabotages files -.-
2012-01-12 00:54:45 +00:00
Mike Jolley
1dc5a3bc0b
Revert 136456f805ccdf9b7b6bce027dc24da3c14d4281^..HEAD
2012-01-12 00:43:30 +00:00
Mike Jolley
136456f805
Remonde ob_start. Moved checkout processing to init hook. Fixed email bug.
2012-01-12 00:30:21 +00:00
Mike Jolley
bc91c1433b
Goodbye &new. Closes #475 .
2012-01-10 15:11:06 +00:00
Mike Jolley
aba310f321
WPML filters #244
2012-01-06 17:14:31 +00:00
Mike Jolley
f74e041a30
Renamed textdomain Closes #444 .
2012-01-05 11:31:22 +00:00
Mike Jolley
3fe3fffe90
Address. Closes #301 . Closes #395 .
...
Improved checkout processing.
Made edit-address use the locale specific address fields.
2011-12-21 16:03:45 +00:00
Mike Jolley
f778c4f3ec
Started new structure, moved short codes into template files, moved main class into main file
2011-12-09 17:01:56 +00:00
Mike Jolley
1790bd09d5
Fix for manual order addition and other tweaks. Closes #345 .
2011-12-08 19:45:24 +00:00
Mike Jolley
f74dc9e06f
Minor optimisations
2011-12-08 12:50:50 +00:00
Mike Jolley
14a169151d
Ability to load shipping/billing from selected customer
2011-11-26 12:32:44 +00:00
Mike Jolley
31e425505b
Hook when saving address (woocommerce_customer_save_address)
2011-11-25 11:46:30 +00:00
Mike Jolley
7f6e89f979
Translation
2011-11-23 10:08:55 +00:00
Mike Jolley
3a03e094c3
Registration on My Account page. Closes #174 .
2011-11-14 16:46:11 +00:00
Mike Jolley
5575b92a50
Added order details to thanks page. Closes #121 .
...
Added hooks for thanks page + view order page so that order tables can
use the same code. This also means you can unhook the order table if
you don't wan't it on the thanks page.
2011-10-31 00:47:41 +00:00
Mike Jolley
29a77b0fe7
Made product loops a little more efficient
2011-10-26 19:45:38 +01:00
Mike Jolley
3379fc26db
countries fix
2011-10-25 10:33:59 +01:00
Mike Jolley
c66bff747c
Fixed addresses
2011-10-24 15:51:58 +01:00
Mike Jolley
d690ceab9d
Fixed address data meta names. Closes #80 .
2011-10-22 14:20:32 +01:00
Mike Jolley
508f321324
Few improvements
2011-10-09 14:23:20 +01:00
Mike Jolley
9face47dce
Multiple Fixes
2011-10-06 11:46:19 +01:00
Mike Jolley
1dafaa0e58
Case change and readme
2011-09-30 11:22:26 +01:00
Mike Jolley
2c6d95534c
Fixed shipping address required fields
2011-09-30 10:27:33 +01:00
Mike Jolley
4e57002bc3
Item_meta handling
2011-09-28 10:25:51 +01:00
Mike Jolley
2c1d635887
Updated markup
2011-09-23 15:29:50 +01:00
Mike Jolley
9ab2193c7a
Order notes section and front-end display
2011-09-23 15:22:21 +01:00
Mike Jolley
4b8913f911
Added new 'failed' order status and made thank you page show a different message if payment failed.
2011-09-22 20:50:58 +01:00
Mark Jaquith
7674bbe60e
esc_url() run
2011-09-21 14:51:46 +08:00
Mark Jaquith
f784986a0d
First esc_attr() pass
2011-09-19 14:02:55 +08:00
Mike Jolley
c18f533b39
Overhauled classes and removed singletons
2011-09-06 12:11:22 +01:00
Mike Jolley
15396d57e4
Changed order system so order data is not serialised - its stored in individual meta fields
...
This is so it can be used for sorting etc - serialised data is hard to
work with.
2011-08-29 17:09:42 +01:00
Mike Jolley
1472315f1b
Changed the way product data is stored
2011-08-18 00:42:07 +01:00
Mike Jolley
c2d3ec4892
Orders panel
2011-08-11 23:54:26 +01:00
Mike Jolley
fc7b3d2265
Tax issues and fixes
2011-08-11 23:39:02 +01:00
Mike Jolley
5e653d2821
Edit address validation
2011-08-11 09:32:26 +01:00
Mike Jolley
0425a68eca
WooCommerce conversion and update
2011-08-10 18:11:11 +01:00