shivapoudel
f7fc3d810a
Updated POT files..hurray
2014-08-29 23:50:13 +05:45
shivapoudel
d965f797c2
Fixed the missing comma :)
2014-08-29 23:46:31 +05:45
shivapoudel
40d66b2f57
Added Docs and Support URL in plugin_row_meta which was removed from plugin_action_links
2014-08-29 23:39:17 +05:45
shivapoudel
ec64534cb7
Removed docs and support Url from plugin_action_links so that we can add it in plugin_row_meta
2014-08-29 23:28:06 +05:45
shivapoudel
a5fdf5aa76
Moved the action_links from final class to WC_INSTALL class
2014-08-29 23:19:01 +05:45
shivapoudel
677f91d1ab
Added some useful comments on Class Constructor Method
2014-08-29 23:13:23 +05:45
shivapoudel
5151e15da0
WC_PLUGIN_BASENAME Constant define
2014-08-29 23:11:39 +05:45
Mike Jolley
47b9e54797
Hide export csv button when browser lacks support
...
Closes #6122
2014-08-29 11:29:11 +01:00
Mike Jolley
a1b78ec918
Add second orderby parameter when sorting by price (ID)
...
Fixes #6121
2014-08-29 10:26:21 +01:00
Mike Jolley
01b5f5afec
Sanitize taxonomy names Closes #6124
2014-08-29 10:18:36 +01:00
Mike Jolley
b7aacfcb84
Merge pull request #6120 from thenbrent/protected_variation_meta_data
...
Allow WC_Product_Variation children to extend meta
2014-08-29 09:48:03 +01:00
Mike Jolley
721d0e5782
Merge pull request #6125 from axisthemes/notices
...
Better Notices in themes.php
2014-08-29 09:47:43 +01:00
Mike Jolley
e6defc0ddd
Merge pull request #6127 from tamarazuk/master
...
Order totals: 4 new action hooks
2014-08-29 09:46:57 +01:00
Mike Jolley
ca7f7955d9
Merge pull request #6128 from thenbrent/fix_refund_button
...
Only display "Refund" when unrefunded order amount > 0
2014-08-29 09:46:16 +01:00
thenbrent
175923056a
Only display "Refund" when unrefunded amount > 0
...
If an order has been fully refunded, the "Refund" button was still
displayed despite there being no amount to refund.
2014-08-28 22:04:51 -07:00
Tamara Zuk
eb9460aa2d
Order totals: 4 new action hooks
2014-08-28 21:56:30 -04:00
shivapoudel
f4f5359451
Updated with grunt dev
2014-08-29 04:15:31 +05:45
shivapoudel
d667ea19e6
Updated with text-decoration
2014-08-29 04:13:38 +05:45
shivapoudel
fbfedebca2
Fix text-decoration issue with notice in themes.php
2014-08-29 04:05:26 +05:45
shivapoudel
730563f1c1
If other notices are closed this translation won't have stylesheet so
2014-08-29 04:03:26 +05:45
claudiosmweb
e1e1c14ae7
fixed errors while adding variable products with non-taxonomy attributes, closes #6082
2014-08-28 16:25:08 -03:00
thenbrent
1a15cb03bd
Allow WC_Product_Variation children to extend meta
...
When SHA: 50a0577b81
introduced `$variation_level_meta_data` and
`$variation_inherited_meta_data`, it set their access to `private`.
Child classes of `WC_Product_Variation` should be able to extend these
properties to allow them to take advantage of the parent's `__isset()`
and `__get()` methods.
Related to #6065
2014-08-28 11:30:11 -07:00
Mike Jolley
50a0577b81
Separate inherited meta data from variation level meta data to stop bubbling up.
...
Fixes #6065
2014-08-28 15:38:51 +01:00
Mike Jolley
cd73f82281
Reset fees before calculating/adding them again
...
Fixes #6090
@claudiosmweb Do you see any issues with this?
2014-08-28 13:48:33 +02:00
thenbrent
ded8622529
Don't create redundant $payment_method var
2014-08-28 13:48:32 +02:00
Shiva Poudel
1c92a0b080
Better to use Time Constants since WordPress 3.5
...
Reference http://codex.wordpress.org/Transients_API#Using_Time_Constants
2014-08-28 13:48:32 +02:00
Florian Ludwig
35de0596cf
Reduce confusion on using the all_meta filter
2014-08-28 13:48:31 +02:00
Shiva Poudel
a175968805
For deployment process exclude *.md files
2014-08-28 13:48:30 +02:00
Florian Ludwig
1cc8ae0b64
Implemented more general filter array
2014-08-28 13:48:29 +02:00
Florian Ludwig
bf8b999a80
Fixed jQuery call
2014-08-28 13:48:29 +02:00
Florian Ludwig
f960cb6b01
Extend REST API to access also hidden order item meta
2014-08-28 13:48:28 +02:00
Florian Ludwig
b2b6bcf2f4
Rewrote old JS to jQuery and allow usage of multiple product categories widgets on one page
2014-08-28 13:48:27 +02:00
Mike Jolley
f75855251f
get_category_parents can still be used for #6055
2014-08-28 13:48:27 +02:00
claudiosmweb
64625ba795
Added paypal refund reason/note
...
cc @mikejolley
2014-08-28 13:48:26 +02:00
claudiosmweb
b2262e999d
added sandbox support for paypal transaction url
2014-08-28 13:48:25 +02:00
claudiosmweb
bf68cf1f68
fixed the paypal process_refund() method
2014-08-28 13:48:24 +02:00
Shiva Poudel
1a98301a34
Updated grunt-wp-i18n to 0.4.7 to support options.include
2014-08-28 13:48:24 +02:00
Shiva Poudel
c6c01123a3
options.include for makepot admin task
...
Added an `includes` option for the `makepot` task to specify which files should be scanned.
`grunt-wp-i18n` has now support for [options.include](https://github.com/blazersix/grunt-wp-i18n#optionsinclude )
2014-08-28 13:48:23 +02:00
claudiosmweb
c3e7e1e49f
stopped deprecated warnings about like_escape() function since WP 4.0
2014-08-28 13:48:22 +02:00
claudiosmweb
2acfe34d0c
updated the .pot files
2014-08-28 13:48:21 +02:00
Mike Jolley
88d7c39f96
Simplfy typo
2014-08-28 13:48:21 +02:00
Bryce
399081a44e
Added actions before and after all available downloads
...
For `my-downloads.php` template file
2014-08-28 13:48:20 +02:00
Bryce
4400481972
Added Lao Kip Currency
2014-08-28 13:48:19 +02:00
Shiva Poudel
9e61a6bbf3
Tab index fix for PYG Currency and Symbol.
2014-08-28 13:48:18 +02:00
Shiva Poudel
8adeb9a216
Added Nepali Currency and Symbol.
2014-08-28 13:48:17 +02:00
thenbrent
ece4b83562
Allow extensions to hijack i18n_product_type_alert
2014-08-28 13:48:16 +02:00
Mike Jolley
e2aaafa599
Set simplify user agent
2014-08-28 13:48:16 +02:00
claudiosmweb
8f19fa1855
fixed wc_get_customer_available_downloads() query, closes #6057
2014-08-28 13:48:15 +02:00
Mike Jolley
f84d90a1a0
Prevent related products shortcode creating errors
...
Closes #6114
2014-08-28 12:36:52 +01:00
Mike Jolley
7b73027417
Remove unused method
...
Closes #6097
2014-08-28 12:20:07 +01:00