Mike Jolley
764341b228
Settings API
2011-11-28 15:50:19 +00:00
Mike Jolley
9341d1b199
Settings API class for gateways/shipping methods
2011-11-28 13:47:16 +00:00
Mike Jolley
a88af94585
Coupon change
2011-11-28 13:35:31 +00:00
Julian Jöris
239bd4cda5
Merge remote-tracking branch 'upstream/master'
2011-11-28 14:20:26 +01:00
Mike Jolley
895a24696f
Added dimensions to individual variationsAdded dimensions to individual variations. Closes #272 .
2011-11-28 13:13:49 +00:00
Julian Jöris
b5abaad5e7
Merge remote-tracking branch 'upstream/master'
2011-11-28 14:04:40 +01:00
Mike Jolley
912357cc90
Reversal notification in paypal. Closes #274 .
2011-11-28 12:07:56 +00:00
Julian Jöris
c8d4cf208c
Merge remote-tracking branch 'upstream/master'
2011-11-28 12:45:41 +01:00
Mike Jolley
6d1729e03e
Made stock notifications use email template
2011-11-28 11:10:34 +00:00
Julian Jöris
093bf30a9e
Merge remote-tracking branch 'upstream/master'
2011-11-28 11:32:07 +01:00
Mike Jolley
9f359335db
Textarea for attributes. Closes #275 .
2011-11-28 10:29:23 +00:00
Julian Jöris
6a637bfbf5
Merge remote-tracking branch 'upstream/master'
2011-11-28 08:19:11 +01:00
Mike Jolley
1e72d55644
Row discount when adding order item
2011-11-27 14:45:03 +00:00
Mike Jolley
c42f624243
Message in variations tab when no attributes are set up.
2011-11-27 14:36:41 +00:00
Mike Jolley
b18277fe18
Continue shopping button when directing user to cart after adding a product to the cart. Closes #271 .
2011-11-27 01:24:57 +00:00
Mike Jolley
49f545ef60
Cart/order tables
2011-11-27 00:03:46 +00:00
Mike Jolley
d33c81f34a
updated email templates with new fields
2011-11-26 23:33:57 +00:00
Mike Jolley
74278c507e
Made cheque/bacs gateways reduce stock levels upon ordering. Closes #273 .
2011-11-26 22:22:25 +00:00
Mike Jolley
602eef7314
Option to clear cart on logout. Closes #253 .
2011-11-26 20:33:15 +00:00
Mike Jolley
1eb2463091
get_attribute function Closes #249 .
2011-11-26 20:23:57 +00:00
Mike Jolley
c2985e11e8
JS rounding
2011-11-26 20:15:21 +00:00
Mike Jolley
e6f716889f
Fixed variations loading dimensions
...
Needed by shipping methods
2011-11-26 18:22:22 +00:00
Mike Jolley
fe45fb8811
Sale date uses current_time('timestamp') instead of strtotime
2011-11-26 17:56:43 +00:00
Mike Jolley
66610f58d3
txt_type check moved. Closes #255 .
2011-11-26 17:29:31 +00:00
Mike Jolley
3a3c086849
Updated german (formal) by @owcv Closes #262 .
2011-11-26 17:19:00 +00:00
Mike Jolley
2abd9a1644
Type + tooltips
2011-11-26 16:41:48 +00:00
Mike Jolley
f7b4bebacc
Final tax rounding issues
2011-11-26 16:15:25 +00:00
Mike Jolley
788744bcb1
Merge pull request #268 from lucasstark/patch-1
...
Modified forms to include the enctype='multipart/form-data' to allow for...
2011-11-26 04:33:07 -08:00
Mike Jolley
14a169151d
Ability to load shipping/billing from selected customer
2011-11-26 12:32:44 +00:00
lucasstark
a7e915cdd0
Modified forms to include the enctype='multipart/form-data' to allow for upload fields on product forms.
2011-11-26 06:17:09 -05:00
Mike Jolley
d735f13f70
Calculate totals (JS) rounding
2011-11-25 23:42:46 +00:00
Mike Jolley
b681ec5788
Changed discount to row_discount
2011-11-25 22:36:02 +00:00
Mike Jolley
d954419417
Tax calculations for adjusted rates
2011-11-25 22:13:01 +00:00
Mike Jolley
a55adaca3e
Store discount for products (pre-tax)
2011-11-25 19:31:06 +00:00
Mike Jolley
5fd566b47c
Improved look and feel of the orders section
2011-11-25 18:44:44 +00:00
Mike Jolley
31e425505b
Hook when saving address (woocommerce_customer_save_address)
2011-11-25 11:46:30 +00:00
Julian Jöris
5898548ae8
Merge remote-tracking branch 'upstream/master'
2011-11-25 09:41:40 +01:00
Mike Jolley
4032bb413b
terms fix
2011-11-24 16:06:39 +00:00
Mike Jolley
8c7837acdd
Remember last subtab
2011-11-24 15:52:32 +00:00
Mike Jolley
772a9601ad
Product visibility fix
2011-11-24 15:32:57 +00:00
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
Julian Jöris
9bd88e3a52
Merge remote-tracking branch 'upstream/master'
2011-11-24 16:07:12 +01: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
Julian Jöris
e6adfeb470
Merge remote-tracking branch 'upstream/master'
2011-11-24 11:44:38 +01: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