Commit Graph

858 Commits

Author SHA1 Message Date
Coen Jacobs b581b5e062 UI for resending order emails from the Order Actions meta box 2012-10-10 19:03:49 +02:00
Mike Jolley 9505e5d63f Better permalink settings. Closes #1579. 2012-10-10 10:21:04 +01:00
Mike Jolley 07c9537fbb Merge pull request #1568 from maxrice/lost-password
added lost password shortcode / email notification
2012-10-09 22:09:25 -07:00
Coen Jacobs e159952841 Setting for product post type slug
- New priority in slug generation: Shop base (if checked), custom slug
(if entered), pick default (translatable) 'product'
- Related to: #1579
2012-10-09 18:09:11 +02:00
Mike Jolley 5868b63b93 Ordering options. Closes #1166. 2012-10-09 15:57:06 +01:00
James Koster 382bb815a9 In case the theme doesn't use stars 2012-10-09 15:21:11 +01:00
Mike Jolley 6e10465faf Bulk improvements. Closes #1063. 2012-10-09 10:07:30 +01:00
Mike Jolley 2d15a8aaac Schedule sale for variations. #1064. 2012-10-08 12:51:00 +01:00
Mike Jolley 9c560e768c refactor variation data 2012-10-08 09:59:02 +01:00
Mike Jolley e04a0b7a23 woocommerce_create_term was slow 2012-10-06 19:21:25 +01:00
Mike Jolley eb0191efae moved dimensions to shipping tab. 2012-10-06 19:14:46 +01:00
Coen Jacobs c6ecd85906 wpdb->supports_collation() to wpdb->has_cap( 'collation' ) for WP 3.5 compat 2012-10-06 02:10:23 +02:00
Mike Jolley ead3e8313e Final image handling tweaks. 2012-10-05 19:02:02 +01:00
Max Rice 2faa4d651b added lost password shortcode / email notification
I think the current process for a customer to reset their password is
jarring, especially if the shop hasn't styled the wordpress login form
to match their branding. The form process is mainly copied from the
same process in wp-login.php and fires the same actions to maintain
compatibility.
2012-10-04 14:51:07 -04:00
Mike Jolley 7236192711 Work on the product images panel. Closes #1504. 2012-10-04 18:09:18 +01:00
Mike Jolley d9e3e5a94f Fix report nav. Closes #1447. 2012-10-01 11:43:52 +01:00
Mike Jolley c9e61eef82 Reports fix when beginning with a number. 2012-09-30 19:35:05 +01:00
Mike Jolley a406f24103 Merge pull request #1520 from maxrice/coupon-report
added sales by coupon report
2012-09-30 11:26:31 -07:00
Mike Jolley 25008caff0 Variation stock should respect main inventory settings. Closes #1537. 2012-09-29 20:31:12 +01:00
Mike Jolley 9550c05d69 Grammer. Closes #1538. 2012-09-29 20:04:41 +01:00
Mike Jolley cb2b935788 Tax expansion to allow city taxes, #94 2012-09-23 17:16:39 +01:00
Max Rice 883f03df66 added sales by coupon report
initial version of sales by coupon report. Since multiple coupon codes
for a single order are stored comma separated, this report considers
them as 1 coupon. Handling multiple coupons within an order as
individual coupons with the report would be quite a bit more complex --
I think most stores force individual use on coupons anyway.
2012-09-20 14:25:18 -04:00
Mike Jolley 66cf7d8e98 More capabilities. Closes #1083. 2012-09-20 16:35:15 +01:00
Mike Jolley 22ff25efb1 Show totals. Closes #1473. 2012-09-20 14:43:52 +01:00
Mike Jolley aaeb0ec0fb Calc totals. Closes #883. 2012-09-18 19:07:18 +01:00
Coen Jacobs 8625d74c90 Allow image override for order action buttons. Closes #1489 2012-09-18 16:05:56 +02:00
Mike Jolley c271590fc9 Tweak templates 2012-09-17 11:36:30 +01:00
Mike Jolley 1b4130bc56 new email interface + plain text versions 2012-09-17 11:36:30 +01:00
Mike Jolley c4c1204034 Show variable downloads 2012-09-17 11:36:30 +01:00
Mike Jolley 4b4da5c62f Due to new session handling, removed session section from the status page. Closes #1494. 2012-09-12 13:49:41 +01:00
Mike Jolley 251a93855c Shipping vs billing for tax. Closes #1457. 2012-09-12 11:16:53 +01:00
Mike Jolley bcb6e0b2a3 Localized shortcode button. Closes #1459. 2012-09-10 17:56:29 +01:00
Mike Jolley 0fd46e7923 Import export taxes. Closes #447. 2012-09-10 12:26:26 +01:00
Coen Jacobs f2394d263e Fixed syntax error 2012-09-07 21:49:42 +02:00
Mike Jolley fdd34e5c0e session -> transient WIP 2012-09-07 18:26:13 +01:00
Mike Jolley 121401fd60 button text 2012-09-06 16:18:22 +01:00
Mike Jolley 4c4bc9f5d2 Multi download features, and added the expirey back. 2012-09-06 16:16:16 +01:00
Mike Jolley 72e3bf4bce Merge pull request #1450 from foxrunsoftware/master
Multiple Downloads per Product
2012-09-06 05:05:27 -07:00
Mike Jolley ee2c7ef45f Revert "Merge pull request #1472 from niravmehta/master"
This reverts commit 1c0be20334, reversing
changes made to 43bdc4ce99.
2012-09-06 13:01:11 +01:00
Mike Jolley 1c0be20334 Merge pull request #1472 from niravmehta/master
Fix for Issue #1471 - No option for Download Expiry for Variations
2012-09-06 04:34:54 -07:00
Mike Jolley 6c2e00c1c7 Fix - Active plugins display on status page. 2012-09-05 18:45:14 +01:00
Nirav Mehta ff6daafa7a One more change to the file comparing it with release version 2012-09-04 17:00:16 +05:30
Nirav Mehta 5b8d5d7092 apply_filters added to term name as per master
Wasn't present in my "release" version.
2012-09-04 16:58:06 +05:30
Nirav Mehta 7602330efc Download Expiry support for variations products
Fixes Issue #1471
2012-09-04 16:55:38 +05:30
Nirav Mehta 30475c31af Download Expiry support for variations
Fixes Issue #1471
2012-09-04 16:54:38 +05:30
Mike Jolley c3bf0a1f38 report tweaks 2012-08-31 18:35:37 +01:00
Mike Jolley 45d43bd148 Merge pull request #1448 from franticpsyx/master
Back end filters & support for ML plugins
2012-08-31 06:20:07 -07:00
Mike Jolley 4ea207c249 Revised stats by category 2012-08-31 14:11:34 +01:00
Manos Psychogyiopoulos c5f18141d4 Dashboard and Reports support for ML plugins, I 2012-08-30 14:23:13 +03:00
Manos Psychogyiopoulos e6827e6d45 Merge branch 'master' of https://github.com/woothemes/woocommerce 2012-08-30 14:19:56 +03:00