Commit Graph

367 Commits

Author SHA1 Message Date
Coen Jacobs b3f05bdd66 Abstracted inline JS helper to class #3282 2013-06-05 13:51:06 +02:00
Coen Jacobs 64c75547f3 Abstracted transient helper to class #3282 2013-06-05 13:39:27 +02:00
Mike Jolley 222124d201 Prevent fatal error if product not found 2013-05-31 12:30:57 +01:00
Mike Jolley 28933f1fec Check product exists.
@coe
2013-05-23 13:27:12 +01:00
Coen Jacobs ecb5edc9bd Post id property is obviously ID, not id 2013-05-13 11:42:10 +02:00
Coen Jacobs b4b3d1c790 Fix error trying to use -> outside object 2013-05-13 10:59:09 +02:00
Mike Jolley 3d66634221 Hide images from admin too. 2013-05-10 12:30:12 +01:00
Gerhard d426964bb9 Variation Bulk Edit - Increase/Decrease prices by fixed or percentage values 2013-05-09 08:23:25 +02:00
Gerhard 38d892b14e esc_js translatable strings to avoid js breaking on quote chars 2013-05-06 15:17:04 +02:00
Gerhard ba923875a2 esc_js for translatable string in the javascripts 2013-05-06 14:50:28 +02:00
Coen Jacobs 656c897448 Merge pull request #2828 from thenbrent/formatted_product_name
Encapsulate formatted product name
2013-05-02 08:26:41 -07:00
Coen Jacobs 7a21dacf5b Cast term_id as int before using in has_term. Closes #3077 #1999 2013-05-02 16:58:30 +02:00
Warren Holmes 056473d681 Ensure product exists on downloads information. 2013-04-29 21:39:19 +02:00
Mike Jolley 706e78af72 Save hook should be named differently for coupon data. 2013-04-24 13:27:03 +01:00
Mike Jolley b473f3f96a Update field descirption so its clear validation is done when order is placed. Closes #3006. 2013-04-23 15:58:10 +01:00
Justin Stern 143079c9e9 Renamed Order Items 'Cost' column to 'Totals' for clarity 2013-04-18 16:04:03 -04:00
Mike Jolley f3be90b9b5 Order item meta - skip serialized fields. Closes #2962. 2013-04-16 15:50:09 +01:00
Mike Jolley 003dab8525 Better workaround for #2975 2013-04-16 15:39:07 +01:00
Mike Jolley c211603fc9 Fix saving options for attribute taxonomies containing special chars. Closes #2975. 2013-04-16 14:41:23 +01:00
Mike Jolley d64b83a9f9 Use the core function #2971 2013-04-16 13:37:01 +01:00
Gerhard c3397e3664 Removed space 2013-04-16 09:03:26 +02:00
Gerhard b172757a8e Remove url params from filenames on orders in backend under Downloadable Product Permissions 2013-04-16 09:01:50 +02:00
Mike Jolley ba0b4196fa Posted 'text' terms are not slugs. Only striptags/slashes - don't change to slugs. Closes #2955. 2013-04-15 13:15:42 +01:00
Mike Jolley 02d8aec39c Over-sanitized. Closes #2933. 2013-04-12 09:51:10 +01:00
Mike Jolley d08b1679c8 Show non-existing product line items. Closes #2877 2013-04-05 13:44:38 +01:00
Mike Jolley 9f510bb7e0 Check price is set when syncing prices for variations 2013-04-04 10:11:12 +01:00
Mike Jolley a86451aa90 Fix saving of download permissions in order admin. 2013-04-02 11:25:07 +01:00
Brent Shepherd 9e71cd699f Update woocommerce_get_formatted_product_name use
To use new WC_Product::get_formatted_name() function. For #2788
2013-03-27 18:00:43 +10:00
Mike Jolley 414315fde0 start/end to prevent hook conflict. @growdev 2013-03-23 15:18:53 +00:00
Dalton Rooney 00e54abdb2 Product gallery metabox should use thumbnails
Not full size images.
2013-03-21 13:04:15 -03:00
Mike Jolley 00a65b7cbd Don't use woocommerce_clean for urls. Closes #2687. 2013-03-18 14:13:50 +00:00
Mike Jolley 38c7c8994f Merge pull request #2722 from lucasstark/patch-5
Missing = in label for product_length
2013-03-18 02:42:19 -07:00
Mike Jolley 946ecaaae2 Tweak - Filters for attribute default values. 2013-03-15 19:33:42 +00:00
Lucas Stark c6b8384563 Missing = in label for product_length 2013-03-14 14:19:51 -03:00
Mike Jolley ca46e4ec29 Fix attribute encoding issues. Closes #2644. 2013-03-10 16:55:53 +00:00
Mike Jolley 5393fc7ddb Santize custom attributes. #2587 2013-03-07 19:34:29 +00:00
Mike Jolley 26e730acb2 Tweak label. Closes #2621. 2013-03-07 11:16:17 +00:00
Mike Jolley 1315111e0f Clear cache when saving order items 2013-03-06 14:25:09 +00:00
Mike Jolley a9dc6510f4 Tweak from prices 2013-03-06 13:25:37 +00:00
Mike Jolley 089178e0e8 escape when output, not when saved. #2587 2013-03-05 21:20:00 +00:00
Mike Jolley 4918d7a27d Billing email must be set to grant permission. #2555 2013-03-01 20:58:25 +00:00
Mike Jolley 7abaa58504 Merge pull request #2551 from pmgarman/master
Allow custom actions to easily be added to orders.
2013-03-01 08:13:16 -08:00
Mike Jolley 15f4eaa81a Updated all docs links 2013-03-01 16:10:03 +00:00
Patrick Garman d68141d02f Not sure how that got changed... 2013-02-28 15:45:02 -06:00
Patrick Garman dba43faa4c Allow custom actions to be added 2013-02-28 15:42:19 -06:00
Brent Shepherd 2eb8b26aad Use sanitized $product_type->name values
product_type term slugs are inconsistent so can not be used as unique
identifiers, but product_type term names may have white space and other
characters unsafe for option values, class names & or hooks, therefore,
product_type term names should be sanitized.
2013-02-28 15:39:02 +10:00
Mike Jolley 80b4ef14c9 Slugs are unreliable, and support show_if hide_if for all product types 2013-02-26 15:14:49 +00:00
Mike Jolley 48a4ce1384 New interface didn't pass correct value to old hook. Closes #2520. 2013-02-25 10:12:45 +00:00
Mike Jolley 947a0aa483 kses Closes #2503. 2013-02-21 19:55:58 +00:00
Brent Shepherd 6c384a0d34 Trigger change event when bulk editing variation 2013-02-21 13:51:54 +10:00