- Nov 29, 2011
-
-
Ryan Szrama authored
Issue #1354596 by rszrama: replace comparisons against ['values']['op'] with comparisons against the end() value of the triggering element's #array_parents array.
-
- Nov 28, 2011
-
-
Issue #1348514 by jsacksick: rekey entities by ID in our controller's view method before doing any additional processing on them.
-
- Nov 24, 2011
-
-
-
Ryan Szrama authored
-
- Nov 21, 2011
-
-
Issue #1348156 by pcambra: Remove unnecessary code from commerce_checkout_entity_property_info_alter().
-
- Nov 20, 2011
-
-
Ryan Szrama authored
-
Ryan Szrama authored
When determining default SKUs for an autocomplete textfield widget for product reference fields, ensure a product was loaded for a given product ID before attempting to extract a SKU.
-
- Nov 19, 2011
-
-
Ryan Szrama authored
Add an update function to the Commerce module to force clear the currency cache so it can be rebuilt to include new formatting parameters.
-
Ryan Szrama authored
Remove date() from for loops when building credit card forms by storing the 2 and 4 digit year at the top of the form building function.
-
Ryan Szrama authored
Add missing parameters for the add_form line item callback in the hook_commerce_line_item_type_info() API documentation.
-
- Nov 18, 2011
-
-
Issue #1345214 by recrit: if a product reference field contains no data, do not attempt to load any products in the module's own default display formatters.
-
Ryan Szrama authored
Ensure a product was loaded before checking if it is disabled when determining the default product of a multiple value product reference field for field injection.
-
- Nov 17, 2011
-
-
Ryan Szrama authored
Issue #1343346 by rszrama: add validation for CC start date / expiration date to ensure the month given is between 1 and 12.
-
- Nov 15, 2011
-
-
Ryan Szrama authored
-
- Nov 14, 2011
-
-
Ryan Szrama authored
-
- Nov 11, 2011
-
-
Ryan Szrama authored
Issue #1338920 by rszrama: properly correct orders that get orphaned in checkout on pages that no longer exist because their panes are removed.
-
-
Ryan Szrama authored
Issue #1299498 by rszrama: ensure that we return either a valid order ID or a new order object from our getter callback for the order_id properties on line items and payment transactions.
-
Ryan Szrama authored
Issue #1201446 by rszrama: add a hook_commerce_entity_create_alter() to allow modules to alter newly created entities returned by our entity controllers' create methods.
-
Ryan Szrama authored
Issue #1278156 by rszrama: add a condition to check the payment method or an order (if any) that was selected by the customer on the checkout form.
-
Issue #1336290 by facine: remove the maxlength restriction on the autocomplete textfield widget for product reference fields.
-
Ryan Szrama authored
When determining the default product to use when rendering product fields inside of referencing entities and the first product is disabled, attempt to find one in the list of products that is active instead.
-
Ryan Szrama authored
Issue #1267550 by rfay, rszrama: wipe product price components on save and wipe them again in commerce_tax_field_attach_load() prior to performing any reverse calculation of included taxes.
-
- Nov 10, 2011
-
-
Ryan Szrama authored
Issue #1337286 by rszrama: ensure there are at least empty components arrays for comparison on the hsopping cart order refresh when comparing line item unit prices before and after a refresh.
-
Ryan Szrama authored
Issue #1314986 by rfay, rszrama: remove the magic naming of default Tax Rules and Rules components for tax types and rates; now allows you to indicate a rules_component name for a tax rate to be used by the Calculate taxes: Tax type action in Rules without requiring you to use the default Rules component provided by the Tax module. See the API docs for the Tax info hooks for more info.
-
Ryan Szrama authored
-
Ryan Szrama authored
Issue #1285360 by rszrama: validate SKUs to prevent commas and trim whitespace on form submission; refer to this issue for a query to update your SKUs if yours include commas or may need to be trimmed.
-
- Nov 09, 2011
-
-
Ryan Szrama authored
Issue #983830 by rfay, rszrama: allow product extra fields to be injected into the display of entities that references products along with actual product fields.
-
- Nov 08, 2011
-
-
-
Ryan Szrama authored
-
- Nov 05, 2011
-
-
Ryan Szrama authored
Issue #1147678 by rbayliss, rszrama: add a Rules action to display the default translatable Add to Cart message and define a default rule to display it after a product is added to the cart.
-
Issue #1030128 by pcambra, rszrama: add a default argument plugin to the Cart module's Views integration to select the current user's cart order ID.
-
Ryan Szrama authored
Issue #1292110 by rszrama: update currency conversion to accommodate converting between currencies formatted with different numbers of decimals.
-
Ryan Szrama authored
Issue #1292690 by paul.linney, rszrama: use an autocomplete textfield by product SKU to add products to orders instead of the one giant select list.
-
- Nov 04, 2011
-
-
Ryan Szrama authored
Issue #1332394 by rszrama: fix broken tests by giving store administrators the new configure order settings permission.
-
Ryan Szrama authored
Issue #1325010 by rszrama: add a message to the top of the checkout page when there are errors on the page beneath the first visible checkout pane.
-
Ryan Szrama authored
Issue #1128734 by hunziker, rszrama: add an option to the product operations links Views field handler to add a query destination parameter to link URLs so users return to the main View after submitting an edit form.
-
Ryan Szrama authored
Issue #823466 by aidanlis, rszrama: add a Rules action to add a product to a user's cart by product SKU.
-
Ryan Szrama authored
Issue #1286554 by rszrama: add currency formatting options to use or not use a spacer in the default format string.
-
Ryan Szrama authored
Issue #1271522 by rszrama: add a 'Configure order settings' permission that governs access to the order settings page and order field management pages, allowing store adminsitrator roles that can do anything necessary to orders without having access to add or remove fields from them wholesale.
-