Commit Graph

655 Commits

Author SHA1 Message Date
Mike Jolley 378d84033c Added a few currencies
and made paypal disable itself if currency is not supported
2011-11-24 15:22:28 +00:00
Mike Jolley 73a7a2d599 indent 2011-11-24 14:36:09 +00:00
Mike Jolley 583741c442 Merge pull request #257 from DynamicArray/master
Stock HTML filter and Top Earners/Sellers Bug
2011-11-24 06:34:41 -08:00
John Cotton d60bd41b65 Corrected the top earners array too. 2011-11-24 01:00:21 +00:00
John Cotton c980c67f7d The order of slicing then reversing of both the top sellers and top earners arrays meant that the bottom 25 products were displayed, not the top 25.
The first asort puts the values in ascending order so slicing first takes the bottom values upwards.

By reversing first then slicing we get the top 25 downwards.
2011-11-24 00:55:29 +00:00
John Cotton ecb672eeb5 Added filter (correctly!) for Stock HTML 2011-11-24 00:49:35 +00:00
John Cotton a88d47c6d5 Added filter for HTML that displays stock levels 2011-11-24 00:24:24 +00:00
Mike Jolley 6ff1a4eea1 missing </select> 2011-11-24 00:06:15 +00:00
Mike Jolley e6183d3001 removed small 2011-11-23 23:40:48 +00:00
Mike Jolley a60bb20d57 Cart discount logic 2011-11-23 23:19:23 +00:00
Mike Jolley a7600ba875 Faster loading 2011-11-23 17:42:49 +00:00
Mike Jolley b25436753d All inputs now use 'chosen' instead of the multiselect widget 2011-11-23 17:28:58 +00:00
Mike Jolley e0552ff3f7 Improved tax form - should improve usability 2011-11-23 14:39:28 +00:00
Mike Jolley 99fdf94a48 More chosen selects 2011-11-23 12:02:36 +00:00
Mike Jolley 7f6e89f979 Translation 2011-11-23 10:08:55 +00:00
Mike Jolley 4d6a9750fb Admin bits 2011-11-23 10:08:48 +00:00
Mike Jolley 9112df283b wp_mail change 2011-11-23 09:04:16 +00:00
Mike Jolley 16d7cf15f0 Tracking fix 2011-11-23 08:43:27 +00:00
Mike Jolley 93c95b66e8 Catalog ordering filters 2011-11-23 00:53:57 +00:00
Mike Jolley c3faee08b5 Started adding support for 'chosen' - a select element enhancer 2011-11-23 00:44:11 +00:00
Mike Jolley 73aad1810e Added strings file for localisation's. Closes #227.
Re-scan to translate order status names.
2011-11-23 00:07:50 +00:00
Mike Jolley 3aa804fd89 States encoding. Closes #212. 2011-11-22 23:51:46 +00:00
Mike Jolley 7c691c02af Sale price labels 2011-11-22 23:31:44 +00:00
Mike Jolley 3ddbf05604 Cart totals fix 2011-11-22 17:00:47 +00:00
Mike Jolley 6b7571661a Support for ordering attributes with the same ID (but different taxonomies) 2011-11-22 16:55:59 +00:00
Mike Jolley 1f31333d1c Term description div. Closes #248. 2011-11-22 16:26:08 +00:00
Mike Jolley 2822f1c692 Lower priority for template functions. Closes #237. 2011-11-22 16:13:50 +00:00
Mike Jolley fcfb8e20b2 Corrected ordering 2011-11-22 16:13:32 +00:00
Mike Jolley c3a0b5a33c Localisation. Closes #246. 2011-11-22 15:46:46 +00:00
Mike Jolley b182fbabad posted in/tagged as rename. Closes #247. 2011-11-22 15:44:35 +00:00
Mike Jolley 587924f667 Check if title has content. Closes #250. 2011-11-22 15:30:09 +00:00
Mike Jolley 75ba3967c3 Fixed ordering of custom attributes in variation select boxes 2011-11-22 15:11:41 +00:00
Mike Jolley b80142f297 tax 2011-11-22 14:22:35 +00:00
Mike Jolley de92883dc8 made coupons non queryable 2011-11-22 14:22:22 +00:00
Mike Jolley 61136d0a9e More cart and coupon logic fixes. + renamed cart totals 2011-11-22 13:18:33 +00:00
Mike Jolley 943c119d3b % coupons and allowed each to be removed via a link 2011-11-21 17:11:44 +00:00
Mike Jolley cf248ff114 Filters for coupons 2011-11-21 16:44:33 +00:00
Mike Jolley 53ccc12361 Country outside base/different rate tax tweaks 2011-11-21 16:26:06 +00:00
Mike Jolley 9b711c87cc Merge pull request #240 from lukecarbis/patch-3
Missing apostrophe in widget.
2011-11-21 03:34:19 -08:00
Mike Jolley e43ff6dfb4 More tax system updates
This correctly handles tax for countries/inc or ex tax inclusive
prices/rounding.

Coupons still require more testing, and we need a better way to store
discount amounts. PayPal also needs tweaking to pass the correct totals
when using inc. prices.
2011-11-21 11:33:46 +00:00
lukecarbis 37d027c0b5 Missing apostrophe. 2011-11-21 15:20:16 +10:00
Mike Jolley adb6c5f73d Coupon fix 2011-11-20 00:55:23 +00:00
Mike Jolley a04551bd35 No access to orders/coupons for non shop-managers/admin 2011-11-19 21:22:22 +00:00
Mike Jolley fe5651fff5 Tax rewrite to deal with coupons before tax calculations
Needs a lot of testing - esp to detect rounding errors.
2011-11-19 20:59:16 +00:00
Mike Jolley de1d59a313 Hook for out of stock buttons 2011-11-19 13:29:10 +00:00
Mike Jolley c1c9358d3b Added microdata to products page + reviews 2011-11-19 02:25:15 +00:00
Mike Jolley 2a25293493 Bumped version 2011-11-18 18:37:37 +00:00
Mike Jolley 3276263736 After checkout validation hook + place order filter 2011-11-18 17:39:56 +00:00
Mike Jolley 8b4e811346 Encoding issues in attributes/variations 2011-11-18 17:27:45 +00:00
Mike Jolley 1b16599831 Headers 2011-11-18 16:05:00 +00:00