- Apr 29, 2013
- Apr 27, 2013
-
-
Issue #1977984 by dpolant: load the order afresh when processing a checkout form back button submission.
-
Ryan Szrama authored
Issue #1968718 by rszrama: check for a valid entity URI before attempting to use it in the arguments for the Add to Cart form display formatter.
-
- Apr 26, 2013
-
-
Issue #1980498 by maciej.zgadzaj: use hook_query_TAG_alter() to identify hook implementations instead of using the tag name itself.
-
Issue #1980410 by pcambra: update checkout pane settings form submission to ignore form elements that don't have a type.
-
Ryan Szrama authored
Issue #1970482 by rszrama, davidwthomas: fix the regression introduced by #1863776 into commerce_product_reference_commerce_product_uri() that prevented product image / file fields from linking to the entity into whose display they were being injected; specifically this makes injected product image fields able to link to the product displays that reference them again.
-
- Apr 22, 2013
-
-
- Apr 14, 2013
-
-
Ryan Szrama authored
-
- Apr 12, 2013
-
-
Ryan Szrama authored
Issue #1969156 by rszrama: add query tags to the can delete queries for customer profiles in the Order module and products in the Product Reference module.
-
- Apr 11, 2013
-
-
Ryan Szrama authored
Issue #1967262 by rszrama: update commerce_product_reference_entity_view() to not attempt to find a default product in a product reference field with no value.
-
- Apr 10, 2013
-
-
Ryan Szrama authored
-
Ryan Szrama authored
Issue #1923326 by rszrama, jsacksick: ensure a customer profile checkout pane is configured to use a profile reference field that exists on the current order when building the checkout form.
-
- Apr 09, 2013
-
-
Issue #1934142 by acrazyanimal: update some customer profile module disabling code to work when a module implements hook_commerce_customer_profile_type_info() but does not return any profile types.
-
Ryan Szrama authored
Issue #1804982 by rszrama: update commerce_line_item_field_attach_delete() to accommodate sites using custom single value line item reference fields.
-
Issue #1721364 by peterpoe, rszrama: allow attribute field widgets on the Add to Cart form to prepare options using checkbox and radio button properties where appropriate to avoid stripping valid HTML tags that would normally be stripped for select list widgets.
-
Ryan Szrama authored
Issue #1819956 by rszrama, vasike: prevent undefined index notices for users updating from versions < 1.4 when the show_single_product_attributes option was added tothe Add to Cart form display formatter.
-
Ryan Szrama authored
Issue #1852370 by rszrama: erase previously set payment data in order data arrays when an order update during checkout results in payment no longer being required.
-
Ryan Szrama authored
Issue #1880236 by rszrama: allow commerce_cart_order_convert() to support multi-value customer profile reference fields.
-
- Apr 08, 2013
-
-
Ryan Szrama authored
Issue #1962144 by rszrama: update the product autocomplete callback to produce its own string of product SKUs to support the use of / in SKUs.
-
Issue #1943602 by chx, rszrama: update entity controller save routines to not overwrite existing data when updates are performed based off updated entities originating from entity_create() or similar initialization functions.
-
Ryan Szrama authored
Issue #1800896 by rszrama, Damien Tournoud: ensure that anywhere we print out a price amount that has been converted from an integer we use number_format() to explicitly limit the number of decimal places displayed.
-
Ryan Szrama authored
Issue #1944614 by rszrama: prevent duplicate usernames being generated from similar e-mail addresses in anonymous checkout.
-
- Apr 05, 2013
-
-
Ryan Szrama authored
Issue #1361562 by rszrama: resolve issues with re-enabling Commerce modules attempting to create duplicate fields; minor API change in that commerce_field_activate() no longer automatically clears the field cache if it activates a disabled field.
-
-
Ryan Szrama authored
Issue #1645326 by rszrama: add order tokens for displaying the method_id, title, and short title of payment methods selected during checkout.
-
- Apr 03, 2013
-
-
Issue #1399434 by axel.rutz, rszrama: allow the Add to Cart form field handler to link products in the cart to the current_path() for non-page displays.
-
- Apr 02, 2013
-
-
Issue #1896072 by bojanz: do not inject product fields into the display of entity types we state elsewhere in the code we do not support, specifically line items and other products.
-
Ryan Szrama authored
Issue #1934554 follow-up by rszrama: break after the first payment method action is found when adding availability text to the payment method rule table.
-
Issue #1934554 by rbayliss, rszrama: add a checkout property to payment methods similar to the terminal property allowing a payment method to be designated as unavailable on the checkout form; indicate in the payment method UI where a payment method will be available.
-
- Apr 01, 2013
-
-
Issue #1862942 by Cottser: replace Form API containers that manually set the form-actions class with actions container elements.
-
- Mar 29, 2013
-
-
Ryan Szrama authored
Issue #1251522 by rszrama: add a custom Price field Views handler to ensure aggregated price fields always have a valid currency code that comes from a representative entity in the result set.
-
Issue #1953028 by pcambra: remove an unnecessary hook_menu_alter() implementation in the Order UI module.
-
- Mar 22, 2013
-
-
Issue #1444680 by foopang, JulienD, rszrama: update the e-mail address on shopping cart orders if the owner user account e-mail address is updated.
-
Ryan Szrama authored
-
Ryan Szrama authored
Issue #1455778 by rszrama: change the created column in the default Orders View to an updated column and make it the new default sort so the most recently updated orders always appear first.
-
Ryan Szrama authored
Issue #1925222 by rszrama: roll back the change to the product matching query limit introduced in 1.5 and make it configurable in the field settings for product reference fields and customer profile reference fields instead.
-
- Mar 21, 2013
-
-
Issue #1861170 by maciej.zgadzaj, rszrama: add an API function to determine the default product from a product reference field value array.
-
Ryan Szrama authored
Issue #1938774 by rszrama, Rory: add a module_exists() check to the Customer module when profile reference fields are deleted from orders, and switch to using hook_field_delete_instance() to ensure this code only executes when the field is actually deleted from the commerce_order bundle.
-
Issue #1377872 by bander2, rszrama: change the line item quantity update handler to queue changes and batch process them instead of sequentially evaluating them.
-
- Mar 20, 2013
-
-
Ryan Szrama authored
Issue #1536346 follow-up by rszrama: add the administer payment methods permission to the store admin permissions list.
-