- 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.
-
-
Issue #2153473 by acrazyanimal: update the API documentation for hook_commerce_customer_profile_type_info().
-
Issue #2139037 by jsacksick: update the Commerce entity controller to match the Entity API entity controller with respect to the invocation order of rules vs. entity hooks.
-
- Dec 09, 2013
-
-
Ryan Szrama authored
-
-
-
- Dec 06, 2013
-
-
Issue #2146917 by znerol: always include the cart CSS when a cart page or block is being served to support page caching with asynchronous block loading / ESI.
-
- Nov 23, 2013
-
-
- Nov 19, 2013
-
-
Ryan Szrama authored
Issue #2057073 follow-up by rszrama: accommodate a PHP 5.2.x empty() bug in checking for the removal of Views data from the cart context array used to build an Add to Cart form from a product reference field value.
-
- Nov 15, 2013
-
-
Ryan Szrama authored
Issue #1954204 by rszrama: remove notices in customer profile copying when fields with simplified array structures are processed.
-
- Nov 12, 2013
-
-
- Nov 11, 2013
-
-
Issue #2057073 by bojanz: remove Views data from the cart context array when building the Add to Cart form display formatter to prevent unnecessary data being stored in cache_form.
-