Commit Graph

12595 Commits

Author SHA1 Message Date
Mike Jolley efb8be72c2 Round tax total 2015-05-01 14:57:56 +01:00
Mike Jolley 3b3845872f Change deprecated args
Closes #7210
2015-05-01 14:52:51 +01:00
Mike Jolley d6604cb668 Split order details into customer + item templates. Tidied up codebase/template based logic.
cc @jameskoster
2015-05-01 14:50:18 +01:00
Mike Jolley 77941a57c5 New way to gather item meta with bw compatibility on item meta class
#7210

This also includes a new template file for order item details.
@jameskoster Version bumping the order details template. Splitting it
up some more in next commit.
2015-05-01 12:42:29 +01:00
Shiva Poudel d19b482d00 Clean the margin 2015-05-01 16:09:42 +05:45
roykho c23b68dc93 revised to not hide meta and sanitize 2015-04-30 21:05:46 -07:00
roykho 7c074c75e2 log paypal standard transaction fees closes #8091 2015-04-30 20:29:02 -07:00
Claudio Sanches 5662e3a1bd Merge pull request #8089 from roykho/bulk-edit
[2.3] fixed issue with bulk edit sale price saving as 0 when not entering any value fixes #8076
2015-04-30 21:44:07 -03:00
Shiva Poudel dc4019c208 This should be h3 instead of h4
@see https://github.com/woothemes/woocommerce/blob/master/includes/abstracts/abstract-wc-settings-api.php#L708
2015-05-01 04:50:56 +05:45
roykho 7eb7f7df30 fixed issue with bulk edit sale price saving as 0 when not entering any value fixes #8076 2015-04-30 15:49:22 -07:00
Shiva Poudel 7acaaa2d07 Tweaks iris color-picker styles 2015-05-01 03:34:28 +05:45
Shiva Poudel e0ceb139c5 Fix JSHint errors within settings.js 2015-05-01 03:28:01 +05:45
Mike Jolley 6c842458b4 fix result 2015-04-30 18:15:47 +01:00
Claudio Sanches 5f20595a4d Merge pull request #8080 from roykho/password
fixed on password change, password 1 field can be skipped closes #8079
2015-04-30 10:56:26 -03:00
Mike Jolley b5ec1d98a7 Error in installer 2015-04-30 14:03:31 +01:00
Mike Jolley 4ec745ccb9 FR locale 2015-04-30 13:39:20 +01:00
Mike Jolley c1d87f2350 Pointer tweaks 2015-04-30 13:34:51 +01:00
Mike Jolley 18d671731c Pointers 2015-04-30 13:30:03 +01:00
Gerhard 072b52c520 Avoid making multiple get_default_* calls after each other, just reuse the first calls data 2015-04-30 14:29:25 +02:00
roykho a23142423c fixed on password change, password 1 field can be skipped closes #8079 2015-04-29 22:07:34 -07:00
Peter d94b2c95fc Update class-wc-meta-box-order-data.php 2015-04-29 16:47:17 -04:00
Peter c8707a68c1 Update class-wc-meta-box-order-data.php
Set "Order" string to be retrieved from post type object singular name rather than being hard coded. Similar to side bar meta box titles.
2015-04-29 16:01:34 -04:00
Mike Jolley 7cf65a8760 View/add test product using API 2015-04-29 16:34:07 +01:00
Claudio Sanches 457cf47dbf Merge pull request #8071 from roykho/products-widget
add filter for products widget args
2015-04-29 11:43:55 -03:00
roykho ae678b538c add filter for products widget args 2015-04-29 07:36:27 -07:00
Mike Jolley c9ce3baceb Load settings from DB in case of re-run 2015-04-29 14:55:12 +01:00
Claudio Sanches 60517013d3 Merge pull request #8068 from ragulka/invisible-variation-filter
Pass current variation to woocommerce_hide_invisible_variations filter
2015-04-29 10:53:14 -03:00
Mike Jolley 54fa1e34d3 Show notice when pages don't exist, and set gateway defaults 2015-04-29 13:21:01 +01:00
Mike Jolley b8dc089040 Check for language pack when updating WPLANG
@claudiosmweb
2015-04-29 13:05:02 +01:00
Mike Jolley 8b5c8182f4 Tweak template notice 2015-04-29 13:04:40 +01:00
Mike Jolley fedf3db92f Add filter to disable notices
Closes #8027
2015-04-29 12:21:48 +01:00
Mike Jolley 4f162d0326 Remove server locale from report 2015-04-29 12:16:54 +01:00
Mike Jolley 218fafe61c Only show notices to users who can manage_woocommerce
#8027
2015-04-29 12:08:15 +01:00
Mike Jolley c4df91eafb Remove frontend colors notice 2015-04-29 11:56:38 +01:00
Mike Jolley 13f6f09e9e Notice string tweaks 2015-04-29 11:55:32 +01:00
Mike Jolley fcf6e97f7c Small code tweaks 2015-04-29 11:32:03 +01:00
Mike Jolley e454c52e58 Optimise admin redirect function 2015-04-29 11:24:29 +01:00
Mike Jolley 7263a4ace2 woocommerce_enable_setup_wizard filter 2015-04-29 10:59:59 +01:00
Mike Jolley 4b92f642b3 Trigger wizard on install 2015-04-29 10:47:57 +01:00
Illimar Tambek 3e9c56a5ca Pass current variation to woocommerce_hide_invisible_variations filter 2015-04-29 12:16:58 +03:00
Claudio Sanches c9c6e86e70 Merge pull request #8067 from javorszky/grouped-xss-filter
[2.3] Grouped xss filter
2015-04-28 23:31:51 -03:00
Gabor Javorszky 72bb8fb553 New filter on grouped products' permalinks
Closes #8065

* adds new filter: 'woocommerce_grouped_product_list_link'
2015-04-29 03:07:47 +01:00
Gabor Javorszky 7de4d6ad49 Adds escaping to url and title in link for grouped product page 2015-04-29 03:00:01 +01:00
Claudio Sanches 0a3fc7673e [API] Fixed the returned status when delete a product attribute 2015-04-28 15:56:28 -03:00
Claudio Sanches 8d339a7022 Stop yoda! 2015-04-28 15:10:29 -03:00
Claudio Sanches 8303d50830 Compress files for #8056 2015-04-28 14:31:41 -03:00
Claudio Sanches 96c7b169ea Merge pull request #8056 from shivapoudel/coupon-tabs
Tweaks tabbed panel plus responsive coupon tabs
2015-04-28 14:12:51 -03:00
Claudio Sanches 5510eb62f5 [2.3] Removed state placeholders in user profile #8043 2015-04-28 13:33:00 -03:00
James Koster 3266509f1e [2.3] remove placeholder. closes #8043 2015-04-28 17:28:51 +01:00
James Koster aebef4aece variation img title / caption. closes #8032 2015-04-28 17:19:38 +01:00