- Jun 11, 2011
-
-
Ryan Szrama authored
Issue #1136866 by hunziker: fix the option group handling of VAT taxes on the product edit form when only a single tax rate exists and there are multiple price fields on the form.
-
Ryan Szrama authored
Issue #1150616 by mikejoconnor: remove a duplicate line item creation line from the product sell price calculation function.
-
Ryan Szrama authored
Issue #1146264 by mikejoconnor: do not return results from the Add to Cart form display formatter if no products are referenced.
-
Ryan Szrama authored
Provide consistent names for permission related update functions, give them appropriate return values, and fix the customer profile update function's name.
-
- Jun 10, 2011
-
-
Damien Tournoud authored
-
Damien Tournoud authored
-
Damien Tournoud authored
-
Damien Tournoud authored
-
Damien Tournoud authored
-
Damien Tournoud authored
-
Damien Tournoud authored
-
Ryan Szrama authored
Issue #1181534 by rszrama: add an update function to recursively iterate over every Rule configuration and update its settings names and values to match new action / condition parameter names and event variable names with the commerce prefix.
-
Ryan Szrama authored
-
-
-
-
-
-
-
Damien Tournoud authored
-
- Jun 09, 2011
-
-
Damien Tournoud authored
-
Damien Tournoud authored
Issue #1145180: convert payment method documentation from http://www.drupalcommerce.org/specification/info-hooks/payment as a proper API documentation.
-
Ryan Szrama authored
Add an administer payment methods permission and allow payment methods to declare a file property indicating a file to include relative to the module that contains the payment method's callback functions.
-
Ryan Szrama authored
-
Ryan Szrama authored
Pass the proper account variable through to our user_access() checks in commerce_payment_transaction_access().
-
Ryan Szrama authored
Issue #1066540 by rszrama: restrict access to customer order view pages if the order is in a 'cart' status.
-
- Jun 08, 2011
-
-
Ryan Szrama authored
Issue #1172580 by rszrama: fix the Cart tests to look for the proper submit button name when checking for the Update button.
-
Ryan Szrama authored
Split the fetching of a user's cart order ID out into a separate API function and use that within commerce_cart_order_load(). Rename commerce_cart_orders_reset() to a more accurate commerce_cart_order_ids_reset().
-
Ryan Szrama authored
Issue #1172580 by rszrama: use the correct key to rename Delete buttons to Remove and add our submit handler to them.
-
Issue #1172580 by bojanz - Make Commerce use the new Views form functionality, instead of relying on its own.
-
Ryan Szrama authored
Issue #1155682 by mikejoconnor: fix image file access for image fields on products when using the private file system.
-
Ryan Szrama authored
Issue #1110334 by guillaumev: add support for automatically redirecting from the Payment redirect page to an offsite payment method.
-
Ryan Szrama authored
Issue #1143702 by mikejoconnor: do not display items in the review pane that do not return any data for review.
-
Ryan Szrama authored
-
Ryan Szrama authored
Properly initialize the Commerce Cart settings array for our instances in the attribute field tests.
-
Ryan Szrama authored
Issue #1167452 by Damien Tournoud: prevent the Add to Cart form from attempting to load every product on the site.
-
Ryan Szrama authored
Issue #1181888 by mikejoconnor: update the line item manager widget to allow line item add forms to preemptively override the save line item button with a different form element; allows the product line item to disable the button if no products exist to add to the order.
-
Ryan Szrama authored
-
Ryan Szrama authored
Issue #1038320 by rszrama, rbayliss: removed the magic configuration requirements for product attribute fields on the Add to Cart form and added an update function to preserve the functionality for existing attribute fields.
-
Ryan Szrama authored
Issue #928240 by rbayliss: hide the throbber please wait message on the line item manager widget and the add payment form.
-