Mike Jolley
fb5bb626e8
Shipping tax calc + rows, fixed up write panel
2012-01-04 16:24:26 +00:00
Mike Jolley
86395f3c18
visibility options
2012-01-03 15:55:05 +00:00
Mike Jolley
bd4eaa9eb1
Tax rows and add order line item ajax
2011-12-31 19:03:41 +00:00
Mike Jolley
c4231910b5
Order totals + shipping tax (draft)
2011-12-30 19:36:44 +00:00
Mike Jolley
a28d758a90
Calculations for tax rates
2011-12-29 01:18:59 +00:00
Mike Jolley
45d78748a1
Few more missed keys
2011-12-24 17:09:43 +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
698ef5d59e
Fixes when tax is disabled.
2011-12-23 18:07:44 +00:00
Mike Jolley
94cfb82379
Added context. Closes #348 .
2011-12-12 17:13:06 +00:00
Mike Jolley
dae7cf35a2
Optimisations + order details template
2011-12-09 21:47:12 +00:00
Mike Jolley
16853cb6f6
Per order shipping with classes
2011-12-02 20:48:07 +00:00
Mike Jolley
49f545ef60
Cart/order tables
2011-11-27 00:03:46 +00:00
Mike Jolley
1eb2463091
get_attribute function Closes #249 .
2011-11-26 20:23:57 +00:00
Mike Jolley
fe45fb8811
Sale date uses current_time('timestamp') instead of strtotime
2011-11-26 17:56:43 +00:00
Mike Jolley
772a9601ad
Product visibility fix
2011-11-24 15:32:57 +00:00
Mike Jolley
7c691c02af
Sale price labels
2011-11-22 23:31:44 +00:00
Mike Jolley
fcfb8e20b2
Corrected ordering
2011-11-22 16:13:32 +00:00
Mike Jolley
75ba3967c3
Fixed ordering of custom attributes in variation select boxes
2011-11-22 15:11:41 +00:00
Mike Jolley
53ccc12361
Country outside base/different rate tax tweaks
2011-11-21 16:26:06 +00: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
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
c1c9358d3b
Added microdata to products page + reviews
2011-11-19 02:25:15 +00:00
Mike Jolley
0e69efaaff
Improved logging, minor image fix
2011-11-18 12:32:59 +00:00
Mike Jolley
ec50a48f81
Related product fix when no categories are set
2011-11-18 01:07:05 +00:00
Mike Jolley
d16638f738
Better transient clear on install
2011-11-18 01:03:39 +00:00
Mike Jolley
81b984d5b4
Sales logic fix, clear cache on upgrade
2011-11-18 00:38:46 +00:00
Mike Jolley
75db7b253e
Variations limit fix / Transients cleared on install
2011-11-17 19:38:32 +00:00
Mike Jolley
0a3dc7182f
Related products array_diff fix
2011-11-17 19:07:25 +00:00
Mike Jolley
35903e1fe0
Fix for sale price logic
2011-11-17 19:01:35 +00:00
Mike Jolley
e2019276aa
Localisation for countries moved to class. Closes #212 .
2011-11-17 10:40:32 +00:00
Mike Jolley
1deeadbc7b
Option to show size/weight on attributes tab. Closes #180 .
2011-11-14 17:18:13 +00:00
Mike Jolley
68d8a465b6
Fix undefined vars
2011-11-14 13:57:12 +00:00
Mike Jolley
adf4e1af68
Removed subcats when paged
2011-11-13 19:01:14 +00:00
Mike Jolley
cd1d7f3fd9
related posts improvements
2011-11-13 12:17:52 +00:00
Mike Jolley
b04a784511
More optimisations for products class
2011-11-13 12:07:29 +00:00
Mike Jolley
acc31f4147
Transient optimisations
2011-11-13 02:15:00 +00:00
Mike Jolley
5d0aaae5fe
Use parents image if not set. Closes #169 .
2011-11-09 15:39:14 +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
bcbc63c123
Empty price hook
2011-11-05 19:12:51 +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
Mike Jolley
7a78c5c98a
Products on sale widget + transient. Closes #66 .
2011-11-04 20:46:06 +00:00
Mike Jolley
223f9ccad3
Made use of transients to store average ratings and improve performance. Closes #105 .
2011-10-31 14:49:30 +00:00
Mike Jolley
20f909a66e
Incorrectly used instead $product_custom_fields of $parent_custom_fields
2011-10-31 14:09:18 +00:00
Mike Jolley
4daed6bd7e
Pipes to commas. Closes #111 .
2011-10-31 00:08:41 +00:00
Mike Jolley
d40fd373f8
Removed all trailing white space. Closes #71 .
2011-10-26 20:10:36 +01:00
Mike Jolley
29a77b0fe7
Made product loops a little more efficient
2011-10-26 19:45:38 +01:00
Mike Jolley
94ce8a9045
Made custom attributes display 'nicely' in cart widgets, instead of santized. Closes #68 .
2011-10-16 21:56:18 +01:00
Mike Jolley
f8447c7a46
Drag and drop term ordering (so variation options can be sorted) Closes #57 .
2011-10-12 18:32:30 +01:00
Mike Jolley
992fe1849b
Added product dimension fields
2011-10-08 12:57:04 +01:00
Mike Jolley
ba9b035c65
Fixes to tax system to work with VAT exemption
2011-10-08 11:39:26 +01:00