- Aug 23, 2011
-
-
Damien Tournoud authored
Follow-up to #1216386: introduce two API functions for redirected payment methods: commerce_payment_redirect_pane_next_page() and commerce_payment_redirect_pane_previous_page().
-
Ryan Szrama authored
-
Damien Tournoud authored
-
Ryan Szrama authored
Update our redirection logic to not attempt redirecting to a checkout complete URL for an order we know is in a state that cannot access the completion page.
-
Ryan Szrama authored
-
Ryan Szrama authored
Issue #1216386 by rszrama: add a new property to order state info arrays determining access to the checkout completion page for orders instead of hard coding cart / canceled as the only two.
-
Issue #1216386: redirect the user to the proper checkout page when it tries to access an invalid page.
-
Ryan Szrama authored
-
-
-
-
-
-
Issue #1252970 by rfay: add indexes to our customer profile, order, and payment transaction revision tables.
- Aug 22, 2011
-
-
Issue #1252512 by franz: fix the base field of the commerce_order table as defined for Views to order_id instead of order_number.
-
Ryan Szrama authored
Issue #1240944 by rszrama: ensure product prices don't get calculated multiple times if hook_field_formatter_prepare_view() is called multiple times on the same data in a pageload.
-
Ryan Szrama authored
Add a touch of styling to the credit card details form elements to put expiration select lists inline.
-
Ryan Szrama authored
Fix an undefined index error when submitting an Add to Cart form with exposed line item fields on it.
-
Ryan Szrama authored
-
- Aug 17, 2011
-
-
Ryan Szrama authored
-
Issue #1250900 by jsacksick: check to ensure payment details values exist before attempting to pass them to a payment method's submit form callback.
-
Issue #1249184 by serialjaywalker: round the amount at the end of commerce_order_calculate_total() since that is already happening on database insert anyways.
-
Ryan Szrama authored
-
- Aug 16, 2011
-
-
Ryan Szrama authored
If payment submission on the payment terminal form fails, rebuild the form with the error message instead of showing the same success message.
-
Ryan Szrama authored
If a card type selector is available on a credit card form, make sure the selected card type matches the credit card number entered.
-
Ryan Szrama authored
Ensure the default settings array when editing a payment method action is actually an array when passing it to a payment method settings form callback.
-
- Aug 15, 2011
-
-
Ryan Szrama authored
Issue #1215744 by rszrama: accommodate an instance's required setting and help text when building a price field widget form.
-
Ryan Szrama authored
Issue #1200420 by rszrama: fallback to using the plain_text format on the checkout completion message if filtered_html isn't available.
-
- Aug 14, 2011
-
-
Ryan Szrama authored
Issue #1198292 by rszrama: add a price calculation rule that sets the price of a cart product to NULL when the product is no longer active, effectively removing it from the cart on a shopping cart order refresh.
-
Ryan Szrama authored
Issue #1117266 by rszrama: follow-up issue to fix all tests to passing and remove the underline on the themed cancel / back buttons until they are hovered / focused.
-
Ryan Szrama authored
Issue #1117266 by rszrama: change the position and theming of checkout buttons to make the continue button more prominent and the default button if enter is pressed on the form; uses link styling for the cancel / back button based on the usability report linked in the issue.
-
- Aug 13, 2011
-
-
- Aug 11, 2011
-
-
Ryan Szrama authored
-
Ryan Szrama authored
Issue #1223046 by rszrama: follow-up issue to unset inaccessible line item field values from the form state in the Add to Cart form submit handler before running field_attach_submit().
-
Ryan Szrama authored
Update access checks for the create product / customer profile menu items to pass full product and customer profile objects instead of just a type string.
-
Issue #1195588 by rfay: remove a duplicate invocation of the commerce_cart_product_remove event / hook.
-
- Aug 10, 2011
-
-
Issue #1203722 by das-peter: add a conversion_callback parameter to currency info arrays to more easily accommodate multiple currency conversion strategies.
-
-
Ryan Szrama authored
Issue #1245158 by rfay, rszrama: fix 'create / edit / delete any' type permission checks in commerce_entity_access() and add restrict access notification to our 'edit / view any' permission definitions.
-