- Sep 10, 2014
-
-
Information disclosure fix by klausi: clean usernames of e-mail address host names when they are created using the mail_username token as with the default anonymous checkout completion rule.
-
-
Issue #1095814 by dpolant: revisit line item order_id setting issues by directly saving line items via commerce_line_item_save() when an order form is submitted instead of using the entity metadata wrapper's save function.
-
Issue #2096361 by bendiy: change the product match function from using a db_select() to an EntityFieldQuery with a related query alter.
-
Issue #2023491 by roderik: ensure error classes are set on form elements generating errors on checkout forms.
-
Ryan Szrama authored
Issue #2223171 by rszrama: include an option to display a message for free orders when no payment methods are displayed in the checkout form.
-
- Apr 28, 2014
-
-
- Apr 18, 2014
-
-
Issue #2229901 by lsolesen: return the payment transaction created by the Example Payment Method module for use in Commerce Kickstart 2.x.
-
- Apr 17, 2014
-
-
-
Issue #2217899 by tonylegrone: update the menu items for order and product delete forms to use the delete access control check.
-
- Apr 12, 2014
-
-
Issue #2215163 by stevesmename: remove the unnecessary dependency on rules_admin from the Product Pricing module.
-
- Mar 15, 2014
- Mar 05, 2014
-
-
Issue #2140165 by bojanz: always reload the original entity at the start of a save process, even if it already exists due to one save invoking another save; this represents a non-breaking minor API change.
-
Ryan Szrama authored
Issue #1240216 by rszrama: add an action to support the removal of taxes from a price during product sell price calculation.
- Feb 28, 2014
-
-
Ryan Szrama authored
Issue #2155713 by rszrama: make a better attempt to determine the base table when doing entity access query alteration similar to node's implementation.
-
- Feb 27, 2014
-
-
Ryan Szrama authored
Issue #1458766 by rszrama: add a new hook_commerce_checkout_order_can_checkout() to allow other modules to determine which orders may proceed to checkout beyond the core check for product line items.
-
- Feb 26, 2014
-
-
Ryan Szrama authored
Provide an alternate to template_preprocess_entity() that is safe for Commerce's usage of NULL entity_uri() return values.
-
Ryan Szrama authored
-
Ryan Szrama authored
-
- Feb 25, 2014
-
-
Issue #1809916 by pjcdawkins, bojanz: remove calls to field_info_fields() in favor of field_info_field_map() and field_info_field() to decrease overall memory usage; this performance improvement means we now require Drupal 7.22 or later.
-
- Feb 19, 2014
-
-
Ryan Szrama authored
Issue #2151535 follow-up by rszrama: add an update function to preserve the previous behavior of the continual shopping cart refresh with a message instructing administrators on where to change the behavior.
-
Issue #2151535 by mjpa, rszrama: add settings to make the shopping cart frequency and processing mode configurable.
-
Ryan Szrama authored
Issue #2193929 by rszrama: enable the new checkout completion rule for live sites but disable it for updated sites to avoid affecting existing checkout workflows.
-
- Feb 15, 2014
-
-
Ryan Szrama authored
Issue #1918978 by rszrama: allow administrators to apply pricing rules to orders from the order edit form.
-
Ryan Szrama authored
-
- Feb 14, 2014
-
-
Ryan Szrama authored
Issue #2105717 by rszrama: check to ensure a payment method was loaded for an order before creating payment method tokens.
-
- Feb 13, 2014
-
-
Ryan Szrama authored
-
- Feb 08, 2014
-
-
Issue #1679852 by wamilton: allow Entity Reference fields to use the Add to Cart form display formatter.
-
- Feb 06, 2014
-
-
- Dec 31, 2013
-
-
Ryan Szrama authored
Issue #2164575 by rszrama: remove unused functions leftover from the order state / status UI removed before 1.0.
-
- Dec 17, 2013
-
-
-
Ryan Szrama authored
Issue #2144745 by bojanz, rszrama: replace the existing example payment method with a simple example credit card form.
-
- Dec 13, 2013
-
-
Ryan Szrama authored
Issue #1991224 by rszrama: attach CSS to the cart pane properly to ensure it survives a form rebuild.
-
Ryan Szrama authored
Issue #2152777 by rszrama: properly wrap elements in the Add to Cart attributes refresh with our necessary div, accounting for pre-existing prefixes and suffixes.
-
Issue #2156205 by recrit: properly store the name of an Add to Cart form's product line item type when only one line item type exists on the site.
-
- Dec 12, 2013
-
-
Issue #2102235 by heddn: update payment method instance loading to work when the enabling Rule's actions includes containers and other non-action children.
-
-
- Dec 10, 2013
-
-
Issue #2148825 by cspitzlay: pass the expected language code parameter to the currency info alter hook.
-