- Feb 13, 2013
-
-
Issue #1883308 by mjpa, rszrama: remove a couple calls to check_plain() around customer profile reference field labels that were causing double sanitization.
-
Issue #1879260 by drumm, rszrama: accommodate line item and payment transaction access query altering where their tables may not be the base table, ensuring any related order access queries also properly select the order table for query altering.
-
Issue #1909476 by zuuperman, rszrama: improve address copying support to cover fields that use scalar single value item arrays and custom elements to handle multi-value input widgets.
-
Issue #1910932 by aaronbauman, rszrama: add default limits to product and customer profile matching queries to prevent unreasonably large result sets.
-
-
Issue #1249442 by mossy2100: add a condition to compare against the total quantity of products on an order matching a specified product type or set of product types.
-
Ryan Szrama authored
-
Issue #1910126 by axel.rutz: use the proper numeric field and sort handler for the line item ID Views field.
-
Ryan Szrama authored
Update the cart contents checkout pane settings form to not allow the use of core default Views except the default cart contents summary and include a help message about not supporting Views form elements.
-
Ryan Szrama authored
Add a #page_callback property to embedded Rules table listings to make them easier to target via hook_page_alter() in other modules.
- Feb 09, 2013
-
-
Ryan Szrama authored
Issue #1909098 by rszrama: update the Add to Cart form builder to check for NULL price products using a comparable if statement to the one used in the cart refresh process.
-
- Feb 07, 2013
-
-
Issue #1877552 by chrisolof, rszrama: ensure tax type machine-names and tax rate machine-names entered via the Tax UI do not exceed 46 characters to prevent PDO exceptions when Rules / Rules components are created for the tax types / rates with a 64 character limit.
-
- Jan 26, 2013
-
-
Ryan Szrama authored
Issue #1899100 by rszrama: update the parameter documentation for commerce_cart_order_new() to match the usage in the function.
-
- Jan 04, 2013
-
-
Ryan Szrama authored
Only set a payment_redirect_key in the order data array when building the redirect form if it isn't already present.
-
- Dec 21, 2012
-
-
Ryan Szrama authored
Issue #1705862 by rszrama: initialize the payment_details array if necessary before invoking a payment method's submit_form_validate callback.
-
- Dec 18, 2012
-
-
Ryan Szrama authored
Remove the 'base' property for the commerce_payment_enable_* actions, as it was unused and interfered with payment method modules using hook_form_alter() (or potentially any other hook with the same name as a Rules action callback).
-
- Dec 17, 2012
-
-
Ryan Szrama authored
Issue #1848248 by rszrama: only alter the order edit form from the Cart module if the line item reference field is using the core line item manager widget.
-
- Dec 14, 2012
-
-
Issue #1866310 by travist: add a tag to the product matching query to facilitate alteration of that specific query.
-
- Dec 11, 2012
-
-
Ryan Szrama authored
-
- Dec 06, 2012
-
-
- Dec 03, 2012
-
-
Issue #1854216 by cvangysel: add a redirect_form_back callback for payment methods that allows their modules to perform any necessary updates when customers cancel payment or payment fails at a redirect payment service.
-
- Nov 30, 2012
-
-
Ryan Szrama authored
Issue #1784508 by joachim, rszrama: minor variable name and Field API usage change in building an Add to Cart form with attribute fields.
-
Ryan Szrama authored
Issue #1846988 by rszrama: when determining next and previous checkout pages, ensure that we only look for checkout pages with enabled checkout panes assigned to them.
-
Ryan Szrama authored
Issue #1718958 by rszrama: use the % placeholder instead of @ for the profile copy checkbox text and no longer force the drupal_strtolower() conversion that did not suit some international usage.
-
- Nov 29, 2012
-
-
Issue #1852922 by Jerenus: fix a typo in the documentation for hook_commerce_customer_profile_uri().
-
- Nov 27, 2012
-
-
Ryan Szrama authored
Update the store_admin test role to include permission to access administration pages to fix failing tests as of the recent release.
-
- Nov 16, 2012
-
-
Ryan Szrama authored
Issue #1363508 by vasike, rszrama: add a span with a class around the checkout button operator 'or' on the checkout page so it can be more easily themed.
-
Issue #1315796 by PedroMiguel: set the override URL for the cart block View when embedded in the default shopping cart block to ensure form submissions within the View remain on the current page.
-
Issue #1653338 by vasike: ensure the default label callback for customer profile modules doesn't break if the default address field on the customer profile has been configured to support multiple values.
-
Ryan Szrama authored
-
- Nov 15, 2012
-
-
Ryan Szrama authored
Issue #1590142 by rszrama: correct the currency formatting and currency spelling for the Israeli New Shekel.
-
Issue #1665540 by joachim, rszrama: add an action link to the customer order view page that links to the admin edit page for the same order.
-
Issue #1838936 by nicholaspaun: allow cart order conversion to update uids for any referenced customer profile, not just those referenced through the default customer profile reference fields.
-
- Nov 14, 2012
-
-
Ryan Szrama authored
Issue #1665544 by rszrama: add an access callback for the administrator order view page to ensure the user can access administration pages before visiting the URL even if they otherwise have view access for an order.
-
Ryan Szrama authored
-
Issue #1348384 by mrfelton, rszrama: catch field level errors when validating customer profile checkout panes that include fields who validate data at a deeper level than the widget.
-
- Nov 11, 2012
-
-
Ryan Szrama authored
Issue #1268472 follow-up by rszrama: ensure we only attempt to set the line item order ID for price calculation if a cart order existed.
-
Issue #1268472 by zhangtaihao: prevent recursive cart order refreshes during Rules evaluation by loading the shopping cart order earlier in the process.
-
- Nov 09, 2012
-
-
Issue #1821110 by stella: fix a PHP notice shown when attempting to copy a profile field from the source profile to a target profile type that does not share the same field.
-