Commit Graph

7056 Commits

Author SHA1 Message Date
Mike Jolley f0799f2e52 Billing Address > Billing Details. We take more than address in this section. 2014-03-24 12:13:03 +00:00
Mike Jolley d7f067349a Update localisation for terms and conditions text. 2014-03-24 12:12:54 +00:00
Mike Jolley f8c75e9d55 Trigger click event correctly in checkout 2014-03-24 12:12:48 +00:00
tamarazuk 2f47b7df48 Order items added through admin (ajax)
- Store variation data for order items added through the admin
- do 'woocommerce_ajax_add_order_item_meta' action only if $item_id exists
- fixed some indenting
2014-03-24 12:12:43 +00:00
claudiosmweb af89bb8252 becomes possible to translate the credit card form placeholders 2014-03-24 12:12:12 +00:00
bolderelements eb990d8b3b Update abstract-wc-email.php
wp_mail does return a bool just in case something goes wrong with the function so it might be nice to carry it through. While extending this class I thought it might be a good idea to double check everything I can.
2014-03-24 12:12:08 +00:00
vlinicx 27d940ea94 Update wc-core-functions.php
Adding a currency symbol to Croatian currency
2014-03-24 12:11:53 +00:00
Patrick Rauland c4201add98 fixing typo in product classes 2014-03-24 12:11:43 +00:00
Patrick Rauland 4cf8152602 fixing cool typo. see #5189 2014-03-24 12:11:39 +00:00
Md Ariful Haque Khan 900483ad87 Bangladeshi states (districts) list add and state label rename. 2014-03-24 12:11:25 +00:00
Brent Shepherd d4661d6623 Add wc_cart_totals_taxes_total_html()
Also introduces the new 'woocommerce_cart_totals_taxes_total_html' filter.
2014-03-24 12:10:41 +00:00
Brent Shepherd 16d935a2cb Add 'woocommerce_cart_taxes_total' filter 2014-03-24 12:10:37 +00:00
Mike Jolley 865c04c5cf Escape the change log contents when displaying it from wordpress.org 2014-03-24 12:10:10 +00:00
Mike Jolley 8815e2f93d Fix encoding issue with attribute values and move variation data to tooltip Closes #5169 2014-03-24 12:09:21 +00:00
Mike Jolley e41f9d3ad5 Tweak auto load to find admin classes #5041 2014-03-24 12:09:09 +00:00
Mike Jolley a720cc8ad4 WC()->api_request_url for PayPal and Mijireh Closes #5183 2014-03-24 12:08:45 +00:00
Mike Jolley 2b5351ae95 Related to #5041, there is not a way to retrieve these dynamic transient names and use delete_transient, so if using object caching we must flush 2014-03-24 12:07:29 +00:00
Mike Jolley 981ea3734a Refactored report transients to use fixed names based on the report classname. Allows use of delete_transient and Fixes #5041 2014-03-24 12:07:24 +00:00
Mike Jolley 7da02708ce Correct property #5041 2014-03-24 12:07:16 +00:00
Mike Jolley 985cef955a Remove break #5041 2014-03-24 12:07:13 +00:00
Mike Jolley 85e33a71ea Clear object cache for orders + products #5041 2014-03-24 12:07:10 +00:00
Mike Jolley 4e0ad3282f Update change log 2014-03-20 10:04:41 +00:00
Mike Jolley 04da12a806 More JS min 2014-03-20 10:04:01 +00:00
splashingpixels fd7ec12b70 frontend woocommerce jshinted and coding standards 2014-03-20 10:03:45 +00:00
splashingpixels 17859d9d42 frontend single-product jshinted and coding standards 2014-03-20 10:03:41 +00:00
splashingpixels 55698e6c59 frontend price-slider jshinted and coding standards 2014-03-20 10:03:37 +00:00
splashingpixels eebe726c10 frontend credit-card-form jshinted and coding standards 2014-03-20 10:03:33 +00:00
Mike Jolley 3a54142299 URL decode attributes in admin so they display correctly (asian chars) 2014-03-20 10:03:09 +00:00
Mike Jolley 49a7d169ca Remove this from earlier as it breaks foreign chars 2014-03-20 10:02:35 +00:00
Mike Jolley 73b415f055 esc_attr isn't suitable for meta keys 2014-03-20 10:02:31 +00:00
Mike Jolley fb0948c2d0 Expanding line item_meta causes conflicts if attributes are named with things like 'name', 'type' or 'qty'. Added blacklist to exclude unsafe values. Closes #5100 2014-03-20 10:02:23 +00:00
Mike Jolley e9d48ea28e sync min and max prices for regular and sale prices so prices are displayed correctly when sale price is lower than a regular price of another variation 2014-03-20 10:01:51 +00:00
Mike Jolley debd45bc19 get_children visible only arg to hide out of stock items. Moved logic. 2014-03-20 10:01:33 +00:00
Mike Jolley 7810d78cde wc_session_use_secure_cookie filter 2014-03-20 10:01:26 +00:00
splashingpixels c5f7d046b7 frontend country-select jshinted and coding standards 2014-03-20 10:01:17 +00:00
splashingpixels 8dd179b855 frontend chosen jshinted and coding standards 2014-03-20 10:01:13 +00:00
splashingpixels fabf19db37 Fix merge conflict and min scripts. 2014-03-20 10:01:02 +00:00
splashingpixels ac53f7fbac removed url decode from custom text attributes related to commit 7bce58e 2014-03-20 09:59:20 +00:00
Patrick Rauland 7e88c32ae7 fixing comma issue with free shipping coupon 2014-03-20 09:59:14 +00:00
Mike f82fb6b8b8 Remove comment exclusion in order notes meta box 2014-03-20 09:59:11 +00:00
Juraj Kiss 447c16da89 Fix bulk editing variation sale price #5164 2014-03-20 09:58:56 +00:00
Mike Jolley 3cf6d78859 URL decode not needed for custom text attribute names Closes #5155 2014-03-20 09:58:40 +00:00
splashingpixels b8de522ed1 cart jshinted and standard coding fixes 2014-03-20 09:56:52 +00:00
splashingpixels 34f5aa8c1e cart-fragments jshinted and standard coding fixes 2014-03-20 09:56:48 +00:00
splashingpixels c46a33b54e address-il8n jshinted and standard coding fixes 2014-03-20 09:56:44 +00:00
monirulalom 36c06c2a3d Update wc-core-functions.php file
Update wc-core-functions.php file to add Bangladeshi currency and symbol.
2014-03-20 09:56:23 +00:00
splashingpixels 5692f02e68 form-login form values were not persistent after failed submission 2014-03-20 09:55:56 +00:00
Mike Jolley afde101e50 Don't hide empty - do it at walker level to maintain correct counts and hierarchy Closes #5028 2014-03-20 09:55:46 +00:00
Mike Jolley fa00577674 Fix term count corrections when a count is 0 #5028 2014-03-20 09:55:41 +00:00
Mike Jolley 6891768237 Hide empty at walker level #5028 2014-03-20 09:55:36 +00:00