Commit Graph

42 Commits

Author SHA1 Message Date
Andor Chen 18f770a979 Added Chinese Yuan symbol 2012-03-05 23:15:47 +08:00
Mike Jolley fa84b87425 Persistent cart 2012-03-04 12:37:41 +00:00
Mike Jolley 95fe36cd07 Save permissions + revoke access after xx days feature. 2012-02-25 21:11:06 +00:00
Mike Jolley 15ecb857bd cookie when cart has content 2012-02-24 21:05:15 +00:00
Mike Jolley 9554a4c52c Admin tweaks and mixed cart handling. Closes #651. 2012-02-24 20:04:05 +00:00
Mike Jolley fdb1359d19 Function for getting placeholder.png - woocommerce_placeholder_img_src() with filter woocommerce_placeholder_img_src 2012-02-24 16:23:08 +00:00
Mike Jolley f22738b975 slight tweak. We don't need to look for slug.php in the plugin - its never there 2012-02-22 20:50:37 +00:00
agusmu 1c957ad149 better woocommerce_get_template_part function
the purpose of locate_template(array( 'loop-shop.php' code is for checking loop-shop.php in yourtheme/loop-shop.php first. but when this file is found, this file is not loaded, then it return empty shop page... 

I rewrite this function to work in any scenario and follow get_template_part wordpress function...
2012-02-19 10:33:49 +07:00
Geert De Deckere 5f920ffdcf Use a non-breaking space between currency symbol and price 2012-02-09 09:39:07 +01:00
Mike Jolley 11445ad34c Cache tweaks and version 2012-02-07 12:09:30 +00:00
Mike Jolley 871271ffe9 get template part fix for loop-shop 2012-02-06 09:42:30 +00:00
Mike Jolley 3b5272e72e Improved template loader 2012-02-03 16:42:21 +00:00
Mike Jolley 554d134c76 Logout fix 2012-02-01 19:11:36 +00:00
Mike Jolley 35fadb00fe More consistent template file naming, broken checkout into templates 2012-01-29 13:36:33 +00:00
Mike Jolley f8ea5ed281 Regex trim zeros back 2012-01-28 15:20:49 +00:00
Mike Jolley 0836ce04db Better class names (final) 2012-01-27 16:38:39 +00:00
Mike Jolley ceff57323c trim trailing zero function 2012-01-27 15:00:12 +00:00
Mike Jolley 6b788cdd93 Prevent is_page being true. Closes #529. 2012-01-25 20:13:54 +00:00
Geert De Deckere fbcc8807d7 Simplified price_trim_zeros handling 2012-01-22 10:38:50 +01: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
John-Henrique 9db8cde82c Displaying correct currency symbol (Real of Brazil) 2012-01-12 05:23:41 -03: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
James Koster c7a044cfd6 Changed product cat widget select label to avoid confusion 2012-01-11 19:07:33 +00:00
Mike Jolley 8909358fa2 span > mark 2012-01-11 15:17:34 +00:00
Mike Jolley 4fe59d979e Order fixes 2012-01-10 16:43:06 +00:00
Mike Jolley bc91c1433b Goodbye &new. Closes #475. 2012-01-10 15:11:06 +00:00
Mike Jolley 4287a0628f Option to show children only in widget. Closes #472. 2012-01-10 14:55:08 +00:00
Mike Jolley babe65bb19 Wrapped prices in 'mark' so we can change through JS. Closes #456. 2012-01-09 16:39:48 +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 364c0bd54c Renamed all product data meta keys
This is so they are hidden (_). Should have done this long ago. Few
extensions will need updating when 1.4 goes out to reflect these
changes, mainly importers.
2011-12-24 16:57:36 +00:00
Mike Jolley e2c9a4abab order comments tweak 2011-12-21 22:46:29 +00:00
Mike Jolley d2165cfa1e paying_customer meta. Closes #365. 2011-12-19 17:29:24 +00:00
Mike Jolley 03891e7f56 Dynamic checkout fields based on locale 2011-12-16 15:11:41 +00:00
Mike Jolley 3bb4d6554a Currency symbol change 2011-12-14 12:17:05 +00:00
Mike Jolley a450ce1214 decimals fix 2011-12-12 16:51:23 +00:00
Mike Jolley 35d1d56329 Made product global, setup automatically, and removed the need to call the class directly in the loop
Themes need checking for compat, but the change makes it easier to use
2011-12-11 14:40:25 +00:00
Mike Jolley b7688bc3ce Fixed term ordering 2011-12-11 13:11:00 +00:00
Mike Jolley a214e50b4f Renamed files 2011-12-11 00:33:28 +00:00