Mike Jolley
05a1046968
Fixes, tax class changes
2011-10-07 23:24:11 +01:00
Mike Jolley
c439ec41e0
Orders > downloads fix
2011-10-07 20:37:41 +01:00
Mike Jolley
58fd7f890e
Show subcategories
2011-10-07 20:27:10 +01:00
Mike Jolley
8f92274acb
Moved order status change
2011-10-07 11:51:17 +01:00
Mike Jolley
46feaa2755
Fixed category ordering in widgets
2011-10-05 16:25:12 +01:00
Mike Jolley
9682d6f4c9
Reports
2011-10-05 13:44:44 +01:00
Mike Jolley
8a92bfb4c0
variable products store min and max variation price, so if they match the 'from' text is not displayed
2011-10-05 00:00:35 +01:00
Mike Jolley
6e19c9d546
Gallery insert into fix
2011-10-04 23:38:52 +01:00
Mike Jolley
d05722a523
Sale prices affect from: price now. Closes #44 .
2011-10-04 16:53:11 +01:00
Mike Jolley
19de729ff8
Cleaner coupon types. Closes #40 .
2011-10-04 10:51:55 +01:00
Mike Jolley
96c9ebccf7
Merge pull request #43 from tollmanz/master
...
Fix for undefined index notice on General Settings page
2011-10-04 02:01:32 -07:00
Mike Jolley
eaf82759f6
Added a space
2011-10-04 09:50:50 +01:00
Zack Tollman
79b17f3bda
Fixed undefined index notice in general settings
...
Added the indices that the script is searching for on line 144 on
admin-settings-form.php. An alternative approach would be to remove the
elements that are not found on line 144.
2011-10-03 19:31:27 -07:00
Mike Jolley
3d325f676e
Fixed product id check and improved write panel
2011-10-03 12:21:01 +01:00
Mike Jolley
a9d46213ba
woocommerce_coupon_options action added to write panel
2011-10-03 11:38:16 +01:00
Mike Jolley
be0d96726e
woocommerce_coupon_discount_types filter added
2011-10-03 11:37:16 +01:00
Mike Jolley
4a1f655444
Made image options clearer. James will update the themes to stop forcing the values.
2011-10-03 11:29:36 +01:00
Mike Jolley
b5297200b9
Added support to exclude images from product page
2011-10-02 12:13:37 +01:00
Mike Jolley
724c94bcc8
unique sku check only checks products
2011-10-01 23:58:04 +01:00
Mike Jolley
dc27111548
Removed hooks from wp_mail to prevent conflicts. Closes #29 .
2011-10-01 23:48:26 +01:00
Mike Jolley
97b6ade253
Removing attributes fix. Closes #34 .
2011-10-01 23:21:44 +01:00
Mark Jaquith
5577a35790
A little extra escaping paranoia.
2011-10-01 02:43:50 +08:00
Mike Jolley
7df4e65289
Install tweak
2011-09-30 13:05:38 +01:00
Mike Jolley
cae4df478e
Added turkish lira currency (paypal supports it)
2011-09-30 10:40:28 +01:00
Mike Jolley
4a1cf5dfba
dbDelta
2011-09-29 14:04:09 +01:00
Mike Jolley
e7a27e65f7
Settings message
2011-09-29 13:55:56 +01:00
Matty
faea056b87
Fixed undefined index error in admin-attributes
2011-09-29 14:53:01 +02:00
Matty
2adb5a7aeb
Fixed gettext text domain issue in admin-post-types
2011-09-29 14:44:49 +02:00
Mike Jolley
3d23bb44af
JS fixes and added en_gb po. Closes #23 .
2011-09-29 13:01:56 +01:00
Mike Jolley
8613ad5a92
Fixed quotes in variation data
2011-09-28 13:34:41 +01:00
Mike Jolley
6c41843aca
Notice fixes
2011-09-28 10:49:23 +01:00
Mike Jolley
7e163efe68
Merge pull request #17 from jorgepedret/master
...
Fixed error on Add Product page
2011-09-27 12:18:58 -07:00
Mike Jolley
64c0bf6007
Fixed "All" variations
2011-09-27 20:05:02 +01:00
Jorge Pedret
d9cc54820a
Edited admin/writepanels/writepanels-init.php via GitHub
2011-09-27 11:51:22 -07:00
Jorge Pedret
f1af40f574
Edited admin/admin-init.php via GitHub
2011-09-27 11:50:10 -07:00
Mike Jolley
e5b87570bf
Fixed reports
2011-09-27 13:39:24 +01:00
Matty
f4e79d5ef1
Clean up display bug in order list in admin
...
Replaced esc_html() in admin (caused a display bug) with esc_attr() and
esc_html() around dynamic data on user name and link.
2011-09-27 10:57:50 +02:00
Matty
e0511b3547
Fixed display of user edit link in order
...
@Mark Jaquith: Is removing esc_html() here safe, as the anchor tag
needs to be rendered - http://cl.ly/3s1S2p0M2W2a081x3y0O
2011-09-27 10:55:38 +02:00
Mike Jolley
17ebf59722
Notices
2011-09-27 09:16:37 +01:00
Mike Jolley
8b11ed7d46
Fixed installer
2011-09-26 19:05:29 +01:00
Mike Jolley
2426cbfb32
Fixed activation bug and added dummy data
2011-09-26 13:10:31 +01:00
Mike Jolley
727fdbfc35
Duplicate products only
2011-09-25 01:40:32 +01:00
Mike Jolley
a1afc749bb
Prevent pages being added again if renamed
2011-09-24 22:14:52 +01:00
Mark Jaquith
fcdd616a31
CSRF for the duplicate product action link
2011-09-24 14:02:11 +08:00
Mark Jaquith
9fe827cebb
XSS escaping for Order listing screen
2011-09-24 13:59:00 +08:00
Mark Jaquith
c0eede35a4
CSRF protection for duplicate product creation
2011-09-24 13:20:07 +08:00
Mark Jaquith
43d9c41d59
More esc_attr() on text inputs
2011-09-24 13:13:56 +08:00
Mark Jaquith
66bcf34f23
esc_attr() for Write Panel text input
2011-09-24 12:51:43 +08:00
Mike Jolley
f7edcef33e
Redirect changed
2011-09-23 18:37:41 +01:00
Mike Jolley
9ab2193c7a
Order notes section and front-end display
2011-09-23 15:22:21 +01:00