Commit Graph

1025 Commits

Author SHA1 Message Date
Mike Jolley f742a91435 Rejig login form closes #4005 2013-10-25 16:10:13 +01:00
Mike Jolley 423cedc425 Wordwrap 2013-10-25 14:42:05 +01:00
Mike Jolley 0d8d95e8e6 total calcs 2013-10-24 13:41:42 +01:00
Mike Jolley 51aba21d76 Rounding + precision for taxes. Store unrounded. Round down (for the moment) for taxes 2013-10-24 13:15:42 +01:00
Scott Basgaard 90b503e2c6 Use minified quick-edit.js 2013-10-23 17:36:32 +02:00
Mike Jolley 8ce3b8dd57 Filters for shortcode tags 2013-10-23 14:55:18 +01:00
Mike Jolley cf6db831e4 Removed old pages 2013-10-23 09:47:36 +01:00
Mike Jolley 88979b29c5 Merge pull request #3957 from scottbasgaard/master
Fix vendor prefix typo. Resolves #3953
2013-10-21 01:13:32 -07:00
Scott Basgaard dfccfe2b57 Fix vendor prefix typo. Resolved #3953 2013-10-19 19:48:07 +02:00
Mike Jolley 5d2e1ac031 Refactor coupon code so coupons get the actual discount amount, redone edit coupon screen with tabs, added coupon item limits which Closes #3902 2013-10-18 18:10:58 +01:00
Mike Jolley b49f6fdaac Merge pull request #3940 from scottbasgaard/master
Don't be so generous with this jQuery selector. Fixes #3933
2013-10-17 04:44:09 -07:00
Scott Basgaard db405fa0ff Don't be so generous with this jQuery selector. Fixes #3933 2013-10-17 12:25:14 +02:00
Mike Jolley 8929c03e11 Minify 2013-10-16 12:32:49 +01:00
Scott Basgaard 9c1e4515fb Fix styling issue for add-ons list
Min-height wasn't enough for some extension descriptions. Seen here: http://cld.wthms.co/7ypt
2013-10-14 22:15:08 +02:00
Mike Jolley 5a5e563522 Fix focus. Closes #3898 2013-10-14 13:43:02 +01:00
Mike Jolley 6646b7817b Styling and removed un-used script. #3897 2013-10-10 18:16:06 +01:00
Mike Jolley ece95e25ce When handling variations, priority from top to bottom - disabled variations still taking into consideration allow you to exclude certain combinations when using 'all' for variations with lower priority. Message displayed if a variation is unavailable.
@coenjacobs please review
2013-10-10 16:34:44 +01:00
Mike Jolley eef86ab5eb First found should be used.
@coenjacobs this should go in .15 - the first matching variation should
always be used IMO, not the last.
2013-10-10 14:21:19 +01:00
Mike Jolley 1b91c75039 Tweak add to cart message. Closes #3876. 2013-10-04 12:26:11 +01:00
Mike Jolley 8f196130ff Don't show view cart message on cart page. Closes #3877 2013-10-04 12:21:28 +01:00
Justin Stern e584ea83a2 Fixed Multiple Sets of Tabs on One Page Bug
When clicking on a tab on a page with multiple sets of products/tabs,
other products/tabs were influenced due to a missing jquery context
element
2013-10-03 14:23:50 -04:00
Mike Jolley 718093650f Save fees 2013-10-02 12:58:26 +01:00
Mike Jolley 24a3e3e17b Format decimals with single function, convert locale to standard form. #3862 2013-10-01 17:54:32 +01:00
Mike Jolley b892815336 Remove html5 number inputs (unreliable at present, locale issues), add JS validation for price inputs. New price input type in settings API to make future changes easier to implement. Closes #3587
@coenjacobs hows this look?
2013-09-27 20:28:42 +01:00
Mike Jolley 72c00a601a Standardized, default credit card form for gateways to use if they support 'default_credit_card_form'. Closes #3616 2013-09-27 13:22:08 +01:00
Mike Jolley 67b50e7eaa Sortable downloads #3812 2013-09-26 16:35:37 +01:00
Mike Jolley ef49977905 add_to_cart_url add_to_cart_text and single_add_to_cart_text class methods allowing greater control with custom classes.
Closes #3484 and Closes #3143. Pinging @thenbrent as the handler was
originally his idea and I've killed it.

@helgatheviking In 2.1, add to cart URLs will only be used in loops, so
conditonal logic should no longer be neccessary. Single templates post
to themselves without the need for the URL.
2013-09-25 12:35:06 +01:00
Mike Jolley ef24dfeac6 minify #3817 2013-09-23 15:53:21 +01:00
Mike Jolley 270dd86e9f Merge pull request #3817 from franticpsyx/variations_js_form
Allow variations JS to be used on multiple products in the same form
2013-09-23 07:52:23 -07:00
Mike Jolley 97b1e176d2 Merge branch 'downloadable-files-2.1'
Conflicts:
	assets/css/admin.css
2013-09-23 12:44:35 +01:00
Manos Psychogyiopoulos 3af1df55c7 Allow variations JS to be used on multiple products in the same form 2013-09-22 18:30:39 +03:00
Mike Jolley 96a7a4b730 Restructure 'file_paths' to allow for names (Closes #3320) etc. For #2765.
@coenjacobs @justinstern @maxrice These are major changes - CC ing you
guys in to take a quick look through. I know some extensions such as
vouchers will be affected.
2013-09-20 17:01:09 +01:00
James Koster 6294b916e4 tweaked icon mixins 2013-09-20 12:08:56 +01:00
James Koster 9fbf61073a pretty photo uses new icon font 2013-09-16 15:24:42 +01:00
Mike Jolley 5f7753b343 Checkout error hook
@coenjacobs useful for .15 IMO
2013-09-16 14:55:21 +01:00
Mike Jolley 9590a03e2f Fix tax rule detection. Closes #3698.
@coenjacobs .15
2013-09-13 16:34:41 +01:00
Mike Jolley d13ec3bcd6 touchstart event for ios devices. Closes #3376.
@coenjacobs might be good for .15
2013-09-13 15:48:23 +01:00
Mike Jolley 759e74c860 Safari doesn't support the 'download' attribute. At least get it to open. Closes #3754 2013-09-13 13:38:36 +01:00
Mike Jolley b6e7eeb241 Support no default and make the gateway/shipping tables more streamlined. Closes #3472 2013-09-09 17:16:02 +01:00
Mike Jolley 3c8c620c5d Bulk/quick edit backorders Closes #3729 2013-09-06 11:17:41 +01:00
Mike Jolley 0405fabf69 Alt changes from .14 2013-09-04 17:22:35 +01:00
Mike Jolley 38f03ec4cb Merge pull request #3723 from ragulka/disabled-buttons
Add disabled style to buttons
2013-09-04 06:47:23 -07:00
Mike Jolley e1631bd084 Reloads checkout after registration which fixes #3612, removes some notices preventing login cookie being set, moves cart check for #3162
No perfect solution for #3162. DB locking would probably cause more
issues that its worth, we cannot reliably use transactions as some
clients still use MyIsam. Best to accept orders and deal with stock
conflicts after the fact.
2013-09-04 11:26:19 +01:00
Illimar Tambek 195ad20fe6 Compress compiled woocommerce.css 2013-09-04 09:58:58 +03:00
Illimar Tambek 9d7ce6a0ff Add disabled style to buttons 2013-09-04 09:50:22 +03:00
Mike Jolley 5e51ef1fce Refactor variation bulk edit JS Fixes #3148 2013-09-03 17:35:20 +01:00
Mike Jolley 54b3d53a1b Flag a refresh when creating an account to prevent nonce issues. Fixes #3612.
@coenjacobs Might be for .14? Part of it anyway, can't cherry pick this
one.
2013-09-02 17:43:57 +01:00
Mike Jolley d1b020b661 Add a script to add support for RTL when enabled to fix chosen. Fixes #3604
@coenjacobs maybe for .14?
2013-09-02 14:22:53 +01:00
Mike Jolley c534f26126 Addon layout fix 2013-08-22 12:38:08 +01:00
Mike Jolley 3d078397b3 Merge branch 'Re-organise-settings'
Moves settings together. Fixes #3497
2013-08-22 11:58:03 +01:00
James Koster 71bf3bf5c8 download icon 2013-08-21 16:43:05 +01:00
James Koster f0b10b3a5c created woo logo icon 2013-08-20 12:25:43 +01:00
James Koster 694199b2b2 !important declarations in messages. closes #3649 2013-08-20 11:54:15 +01:00
James Koster e6304f881b delete more unused icons. closes #3294 2013-08-20 11:39:38 +01:00
James Koster f2f048db22 added to cart icon & remove more unused graphics #3294 2013-08-20 11:33:13 +01:00
James Koster 92c10b704f layered nav image #3294 2013-08-20 11:21:55 +01:00
James Koster 55eef35e36 shortcode columns. closes #3534 2013-08-19 15:12:20 +01:00
James Koster 4f6bed2620 mixin tidyup 2013-08-19 13:48:50 +01:00
James Koster ebf0cad6bd a.delete_tax_row, a.delete_total_row tweaks #3585 2013-08-19 13:40:21 +01:00
Mike Jolley f2586d8d76 Fix bulk edit status Fixes #3614
@coenjacobs .14
2013-08-19 13:00:40 +01:00
Coen Jacobs 5ebc15cafb Merge branch 'Dynamic-total-rows'
Conflicts:
	assets/css/admin.css
2013-08-16 18:21:52 +02:00
Mike Jolley 2428c9f268 Expand when calculating totals 2013-08-16 17:00:49 +01:00
Mike Jolley a66472d148 Order panel improvements + save multiple shipping methods 2013-08-16 16:43:26 +01:00
Mike Jolley 7cd4e46846 Cleaner orders items, and show meta in text until editing.
@coenjacobs this commit has the urldecode fix. Will move it over to
master/.14 later
2013-08-15 16:49:09 +01:00
Patrick Rauland 2f6d907b13 adding exact time to order notes 2013-08-15 08:42:08 -05:00
Mike Jolley e01df544ec Reworked total templates to support coupon lines, and started support for multiple shipping methods per order.
@todo store shipping methods in the order
@todo test with PP shipping real world

cc @coe
2013-08-14 21:00:34 +01:00
Mike Jolley f8aaef00e4 Replace placeholder script. Closes #3586. 2013-08-13 12:50:47 +01:00
Mike Jolley 7fda2bd832 Search for US/UK on country field. Fixes #3626. 2013-08-13 12:38:26 +01:00
Mike Jolley b62747a810 Tax rates pagination. Closes #3036. 2013-08-13 12:18:24 +01:00
Mike Jolley 4b223f6260 Min 2013-08-06 14:04:40 +01:00
Mike Jolley fa7c1d9a6a Addons page Closes #3331 2013-08-06 14:04:40 +01:00
Mike Jolley 99f0e3ffd7 Merge pull request #3592 from LeGaS/master
Coupon slidedown animation clipping effect, fixes #3590
2013-08-06 03:47:01 -07:00
Mike Jolley f09fafe738 Meta box refactor
Closes #3458.
2013-08-06 11:41:20 +01:00
Legradi Szabolcs 94f8baee1a Coupon slidedown animation clipping effect, fixes #3590 2013-08-06 10:36:28 +02:00
Mike Jolley 110d8c3026 BACS, Cheque, COD Closes #3172
Rather than merging them (they are all different) I've refactered code
and added multiple accounts in BACS which has had multiple requests.
2013-08-05 16:34:54 +01:00
James Koster cd4212cb52 user, phone & order status icons 2013-08-05 11:47:06 +01:00
Mike Jolley 03af136986 Separate ship to options from sell to. Closes #3215. 2013-08-02 16:54:28 +01:00
Mike Jolley 981575491d Review order columns Closes #2798. 2013-07-31 15:12:53 +01:00
Mike Jolley 9f1c14c682 Tidied comment styling and only show stars if set Closes #2906. 2013-07-31 09:44:28 +01:00
Patrick Rauland 59a1d743f1 replacing spaces with tabs in style sheets 2013-07-30 22:11:21 -05:00
Mike Jolley 34624fa4ca Rather than check if cart has contents, standardize cart hash adn cookie so its refreshed once. Closes #3505.
@coenjacobs for .14
2013-07-30 15:23:08 +01:00
Mike Jolley 12d705c9c4 Bulk and quick edit tax status/class. Closes #3530. 2013-07-30 14:43:45 +01:00
Mike Jolley 63433bbdd7 Check for undefined attributes. Closes #3487. 2013-07-30 13:57:42 +01:00
Mike Jolley 9462dde581 Settings refactoring 2013-07-26 15:36:28 +01:00
Mike Jolley 8f04446a61 Dashboard. Closes #3493 2013-07-25 15:00:23 +01:00
Mike Jolley d471de289d Switched to new wp color picker. 2013-07-24 13:34:30 +01:00
Mike Jolley 725cb7714b More endpoints for myaccount pages, and endpoint options so they can be modified. Closes #3170. 2013-07-23 17:05:01 +01:00
Mike Jolley 17da2c0c44 Prevent breakage when moved to header by w3 total cache Closes #3412. 2013-07-23 11:49:16 +01:00
James Koster e1387509f1 set a default icon for product tabs #3294 2013-07-22 12:03:50 +01:00
James Koster ea3c950567 tweaked expand / contract #3294 2013-07-22 11:29:19 +01:00
James Koster 7c48626d4d expand/contract icons. external icon. gallery icons. #3294 2013-07-22 11:23:57 +01:00
Mike Jolley 19674a3d15 Allow autofill and use 'input' event to detect changes. Closes #3503 2013-07-21 10:38:22 +01:00
James Koster dbaff0df6d product icons (external to do) 2013-07-19 17:13:25 +01:00
James Koster bebee7a266 payment gateway status icons #3294 2013-07-19 12:52:03 +01:00
James Koster 7af731b0f3 export and ratings icons #3294 2013-07-19 12:41:38 +01:00
Mike Jolley f295a5d568 Merge branch 'Charts/Reports' Closes #3281 2013-07-18 14:08:27 +01:00
Mike Jolley 8104048ddc Export reports to CSVs #3281 2013-07-18 12:56:12 +01:00
Mike Jolley 0a8be76453 killed code relating to dashboard sales 2013-07-18 09:23:21 +01:00
Mike Jolley 924b02b0e5 Chart hovers 2013-07-18 09:20:49 +01:00
James Koster 2ac3e24e4f .wc-reload #3294 2013-07-17 13:03:54 +01:00
James Koster d96579ed89 order actions #3294 2013-07-17 12:48:48 +01:00
James Koster 0543794eac order status icons #3294 2013-07-17 12:31:17 +01:00
James Koster 445dc2cfe4 order heading icons #3294 2013-07-17 12:08:26 +01:00
James Koster 4a243462bc more product page icons 2013-07-17 11:51:49 +01:00
James Koster 9146b8c2fa Added new font and added product data tab icons. #3294 2013-07-16 16:54:17 +01:00
James Koster 2295eb651f Reports 2013-07-16 12:42:46 +01:00
Mike Jolley feb8d759a8 Only refresh fragment when cart cookie > 0 2013-07-10 17:07:25 +01:00
Mike Jolley b5c779aef8 Tax reports 2013-07-10 12:05:45 +01:00
Mike Jolley 1c1d60b375 Customer reports 2013-07-09 15:31:22 +01:00
Mike Jolley aa41255596 Stock reports 2013-07-09 11:48:56 +01:00
Mike Jolley 0afc0c02ff Reports 2013-06-28 17:33:37 +01:00
Mike Jolley 400fd1538b input instead of :checkbox Closes #3408. 2013-06-28 11:22:12 +01:00
Mike Jolley 72bb335662 by category 2013-06-27 21:34:18 +01:00
Mike Jolley 6f5200de1b By cat 2013-06-27 18:39:55 +01:00
Mike Jolley b9837c2ecd Sales by product 2013-06-27 16:12:17 +01:00
Mike Jolley dcee729de4 class based reports - top sellers and earners, added cache based on query hash 2013-06-26 15:11:33 +01:00
Mike Jolley 16db627a7e Better averages, and fixed stats for the day 2013-06-25 15:46:41 +01:00
Mike Jolley d30f6b55f2 Reports + sparklines 2013-06-25 14:59:20 +01:00
Mike Jolley d7cfe05daf More charts work 2013-06-24 17:47:28 +01:00
Neil Pie 687e1fb06a Update add-to-cart-variation.js 2013-06-22 14:00:37 +02:00
Mike Jolley 111011e8a6 flot min 2013-06-22 11:44:18 +01:00
Mike Jolley 0e29b31fcb Work on charts/reports 2013-06-22 11:37:59 +01:00
Mike Jolley be7d7005d3 Styling tweaks for cart item meta 2013-06-20 12:05:11 +01:00
Mike Jolley 9684ad95f7 Trigger an action when the variation form is attached 2013-06-17 13:53:21 +01:00
Mike Jolley e1b49eb783 Checkout js 2013-06-14 12:22:00 +01:00
Justin Stern d8ba734d4f Bugfix: Always Submit Selected Shipping Method on Update Checkout
Fixes a bug where the shipping method was not posted on update checkout
if only a single shipping method is available (it's a hidden input
rather than a select or radio group)
2013-06-13 00:28:46 -04:00
Mike Jolley c72ae714f7 Removed nonce helper
@coe
2013-06-11 17:55:55 +01:00
Mike Jolley 4f0320fdb2 Refactor frontend scripts #3165 2013-06-11 13:31:41 +01:00
James Koster 05e783ff3e improved responsive-ness of lightbox 2013-06-07 16:31:52 +01:00
James Koster 556f86c23b more contract for button borders 2013-06-07 15:49:13 +01:00
James Koster 7377d9d805 back to black 2013-06-07 15:48:03 +01:00
James Koster 1dcb19cf17 reduced padding to avoid annoying vertical scroll 2013-06-07 15:25:30 +01:00
Mike Jolley 71c57ecfd7 Extra trigger for slider 2013-06-06 12:30:55 +01:00
Mike Jolley b7d1b2d66e Link orders from admin (customers page) Closes #3248.
This function can also be hooked into registration if it needs to be
automated.
2013-06-05 16:04:09 +01:00
Mike Jolley a3c2cef3f7 Better account edit Closes #3168 2013-06-05 12:07:23 +01:00
Mike Jolley 4aef7c73ee View order page endpoint 2013-06-04 17:33:43 +01:00
Mike Jolley ef49fd62df Tweak account options 2013-06-03 16:09:04 +01:00
James Koster ebd442d39e order details responds. closes #2794 2013-06-03 10:46:25 +01:00
Mike Jolley b67232b7f3 Update chosen Closes #3258. 2013-05-31 18:10:00 +01:00
Mike Jolley e4f4b09ba6 Pay page and thanks page endpoints. Requires permalink save. Closes #3170. 2013-05-31 16:13:18 +01:00
Mike Jolley 559d7b9759 Updated blockui to prevent errors in WP 3.6.
@coenjacobs this needs to go in .11
2013-05-28 17:02:18 +01:00
Mike Jolley 8fbd2da48d Separate out accounting.js and format dashboard sales currency. Closes #3151. 2013-05-28 15:27:26 +01:00
Mike Jolley a3fef88895 Hooks for list of gateways in admin. Closes #2982. 2013-05-28 14:38:50 +01:00
Mike Jolley ac51ebf2b8 Revised checkout shipping process. Checkbox within heading. Closes #2571. 2013-05-28 14:19:08 +01:00
James Koster d1fbc3b7f1 replaced placeholder plugin
old one no longer in active dev
2013-05-21 12:46:47 +01:00
James Koster dea4e10272 cart widget styling on non-wc pages. closes #3187 2013-05-16 18:20:39 +01:00
James Koster 646a252f6d woocommerce-smallscreen.css. #3166 2013-05-15 17:47:27 +01:00
James Koster d976dedcc5 no more css options & added responsive stylesheet 2013-05-14 18:28:36 +01:00
James Koster 3c79056aa8 More CSS separation #2785 2013-05-13 16:02:22 +01:00
James Koster dce7425a3b css separation #2785 2013-05-10 16:29:01 +01:00