Mike Jolley
72f41440dd
Fix purchase note output
...
Fixes #6835
2014-12-05 14:54:12 +00:00
Manos Psychogyiopoulos
df96a33f20
add order_item_visible_filter
...
In line with the existing 'cart_item_visible' filter.
2014-12-05 09:22:09 +02:00
Mike Jolley
997e7e7910
extra sanitisation for product data
2014-10-22 12:12:25 +01:00
Mike Jolley
f2d668a6b6
Allow a delimiter to be set in $item_meta->display()
...
Fixes #6526
2014-10-14 11:54:20 +01:00
Mike Jolley
448337386f
Fix item_id notice
2014-09-23 15:53:20 +01:00
Loushou
d729faeb4d
renaming and adding more new filters for custom metalike fields
...
changing order of existing display items to meta then downloads
loushou
2014-09-22 07:37:31 -07:00
Loushou
ed603eef42
filters for custom order item information on oi display tables
...
loushou
2014-09-18 09:10:56 -07:00
Geert De Deckere
24d588544b
Removed unused global $woocommerce variable from the templates
...
The WC() function is to be used since v2.1
2014-08-17 22:29:51 +02:00
Mike Jolley
b7643e469b
Merge pull request #4763 from claudiosmweb/remove_the_content_filter
...
Removed all the_content filter in favor to wpautop() and do_shortcode()
2014-05-15 10:52:26 +01:00
Mike Jolley
2a27663f1f
get_image_id method + use in email template
...
Closes #5288
2014-04-08 15:02:11 +01:00
Mike Jolley
38872b8536
For custom attributes, try to turn back to 'name' from saved slug in emails/view order templates Closes #4833
2014-02-24 15:14:32 +00:00
thenbrent
eed1411ba8
Check product exists before accessing methods
...
To avoid fatal errors when generating renewal orders in Subscriptions.
2014-02-21 16:29:55 -08:00
claudiosmweb
02053f2d5c
removed all the_content filter in favor to wpautop() and do_shortcode() functions
2014-02-13 02:49:30 -02:00
claudiosmweb
3e82329bc4
fixed some coding standards in templates/emails/email-order-items.php
2014-02-13 02:10:53 -02:00
claudiosmweb
c05804a8fb
fixed hardcode string in email-order-items.php template
2014-02-13 02:08:47 -02:00
Mike Jolley
3c537d8373
Show names and urls for emails in plain text Closes #4259
2013-12-03 16:50:19 +00:00
Scott Basgaard
922fa990a5
esc_attr() all the things.
2013-11-20 20:11:59 +01: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
Mike Jolley
3b5d8b7d41
Futher standardisation of cart and order loops. Closes #3348 .
2013-06-17 12:21:24 +01:00
Brad Touesnard
f6892a676c
Fixes #2897 : Long query string displayed as part of download file name
2013-04-07 15:13:47 -03:00
Mike Jolley
bb1c532218
filename, break query string off
2013-03-28 12:31:48 +00:00
Mike Jolley
a9af966f59
break word
2013-03-28 12:30:21 +00:00
Mike Jolley
c247ca0bb7
Show download file names when linking. Shortens links and therefore closes #2631 . cc @coenjacobs
2013-03-10 16:24:04 +00:00
Mike Jolley
b1ec4b289a
Nuked whitespace. Closes #1846 .
2012-11-27 16:22:47 +00:00
Mike Jolley
549880b8eb
New structure for line items (this one uses meta more)
2012-10-23 17:41:42 +01:00
Coen Jacobs
943091d2ca
[3.1.4] Prevent direct access to files #1575
2012-10-15 12:57:58 +02:00
Mike Jolley
1b4130bc56
new email interface + plain text versions
2012-09-17 11:36:30 +01:00
Mike Jolley
4c4bc9f5d2
Multi download features, and added the expirey back.
2012-09-06 16:16:16 +01:00
Justin Stern
9217ca09e0
Support for Multiple Downloads
...
Support for multiple downloadable files per product: both simple and
variable. This includes all admin, frontend, and database modification
code required for allowing multiple files, while maintaining backwards
compatibility for existing single-file download URLs and templates.
2012-08-28 11:21:54 -04:00
Mike Jolley
5d152f2181
Class docs
2012-08-15 19:15:10 +01:00
Mike Jolley
ef7ec98f2e
templates
2012-08-14 23:43:54 +01:00
Mike Jolley
2e96d554ce
has_file() Closes #1275 .
2012-07-31 12:58:00 +01:00
Mike Jolley
4d7d184698
newlines and styling tweak. Closes #1112 .
2012-06-10 18:45:43 +01:00
Brent Shepherd
0e34d66ac1
Replacing formatting code duplicated in email items template with call to WC_Order::get_formatted_line_subtotal().
2012-04-27 17:00:47 +10:00
Mike Jolley
392571aab0
exists function
2012-04-20 11:17:40 +01:00
Mike Jolley
740ef34492
Target blank for download links in emails. #854
2012-03-26 20:11:35 +01:00
Mike Jolley
eec33a58f6
order items (for emails) moved to template file and tidied
2012-03-18 14:51:21 +00:00