- Oct 21, 2012
-
-
Issue #1719454 by theo_, bojanz: allow the line item summary area handler to display in the no results area and simplify our empty text area handler code.
-
Issue #1612502 by cvangysel, vasike: disable customer profile checkout panes when their related customer profile reference fields are deleted.
-
-
Issue #1495570 by plach: update the Entity Translation integration to work with the upcoming release.
-
Issue #1665060 by John Pitcairn, vasike: filter empty tokens out of the checkout completion message.
-
- Oct 12, 2012
- Oct 11, 2012
-
-
Ryan Szrama authored
Issue #1799638 by rszrama: show the HK$ symbol before a formatted price in HKD instead of putting the code after.
-
Issue #1796528 by cvangysel: when rebasing the unit price of line items edited through the line item manager widget, use the base price component type from the existing components array instead of always defaulting to base_price.
-
- Oct 10, 2012
-
-
Issue #1637674 by andyg5000, cvangysel: add the option for address copying checkout panes to make copying the default behavior, requiring customers to uncheck a box to use a different address.
-
- Oct 09, 2012
-
-
Ryan Szrama authored
Issue #1804518 by rszrama: add an update function for the revision_id column on the commerce_product table in conjunction with the previous commit.
-
Issue #1804518 by Damien Tournoud: remove the default values and allow NULL values for revision_id columns in our base entity tables.
-
- Oct 05, 2012
-
-
Ryan Szrama authored
Issue #1131884 by rszrama: prevent execution of the customer profile pane manager widget when its element is covered by a limit of validation errors.
-
Ryan Szrama authored
Issue #1482038 by rszrama: when creating product view modes based on product referencing entities, only look for active reference fields and entity types.
-
- Oct 04, 2012
-
-
Ryan Szrama authored
Issue #1677694 by theo_, bojanz, rszrama: remove the outdated custom breadcrumb functions, leaving the deprecated functions in place but benign.
-
Issue #1632254 follow-up by pounard: wrap a call to rules_config_load_multiple() to avoid making the call if there are no named entities to load.
-
Ryan Szrama authored
-
- Oct 03, 2012
-
-
Ryan Szrama authored
Issue #1631836 by marcin.wosinek, rszrama: move the static cart order IDs cache from commerce_cart_order_load() to commerce_cart_order_id().
-
Issue #1705316 by pounard: use commerce_order_uri() if possible to determine the path for the commerce-order:customer-url token.
-
Issue #1802424 by rymo: fix the parameters documented for hook_commerce_payment_order_paid_in_full().
-
Ryan Szrama authored
Issue #1410990 by rszrama: clarify some documentation pertaining to tax rate calculation callbacks and allow 0% tax rates to still proceed to calculation.
-
Ryan Szrama authored
-
- Oct 02, 2012
-
-
Ryan Szrama authored
Issue #1233226 by rszrama, Antoine_k: pass the proper arguments to commerce_payment_transaction_access() where we were passing an order object instead of a transaction object; note: the patch was accidentally included and pushed in the previous commit, 94cd7a25.
-
Issue #1595602 by benjy, rszrama: add CVV validation support for JCB and Diners Club credit cards, whose numbers start with a 3 but use 3-digit CVVs instead of the 4-digit CVV used by American Express.
-
Ryan Szrama authored
Issue #1728242 by rszrama, rlmumford: check to ensure we can load an order from a Views result item before attempting to render an order balance field.
-
Issue #1791276 by joachim: link to the duplicate product if unique SKU validation fails for product inserts and updates.
-
Issue #1797062 by ivam.santos: remove IP address checking when determining anonymous cart order IDs, as the return value of ip_address() is unreliable - it may change based on your proxy server configuration and not actually represent the client IP address.
-
- Oct 01, 2012
-
-
Issue #1719454 by theo_, rszrama: allow the order total area handler to be displayed on empty Views where there may be no results for the View but a valid order could still be loaded from the arguments.
-
Issue #1739600 by AndyF: use LANGUAGE_NONE instead of an empty string for the default language of pre-calculated prices.
-
- Sep 29, 2012
-
-
Issue #1558380 by helior: add a price comparison condition that can safely compare price field values of different currencies.
-
Ryan Szrama authored
During the cart refresh, cast the expected line item unit price's data value to an array in case it is NULL before initializing it to include an empty components array with a union.
-
Issue #1415670 by manatwo, andyg5000, rszrama: prevent payment attempts if previous checkout panes on the current checkout page generate form errors; display a warning message above the pane letting customers know payment has not processed.
-
- Sep 28, 2012
-
-
Ryan Szrama authored
Issue #1689538 by rszrama: use NULL instead of just '' for our various entity IDs and revision IDs; this was inconsistent before, and core actually requires NULL over ''.
-
Issue #1787728 by jsacksick: add the view mode and language code to a product's display_context array when its fields are rendered into another entity.
-
Issue #1797304 by acrazyanimal: increase the weight of the delete checkbox on customer profile manager widgets.
-
- Sep 26, 2012
-
-
Ryan Szrama authored
Issue #1742642 by rszrama: add a default return value of FALSE to commerce_line_item_access() in the event that the user does not have administer line items permission and the site does not have the Order module enabled.
-
Issue #1783786 by joachim: group order statuses by state in the order status Views filter options list.
-
-