- Nov 13, 2010
-
-
The Great Git Migration authored
create tag 'DRUPAL-7--1-0-ALPHA3'. Sprout from master 2010-11-13 16:12:25 UTC Ryan Szrama <rszrama@49344.no-reply.drupal.org> 'Only show enabled links in the line item summary area handler.' Delete: .gitignore
-
Ryan Szrama authored
-
Ryan Szrama authored
-
Ryan Szrama authored
-
Ryan Szrama authored
-
Ryan Szrama authored
#967856 by rszrama: add hook documentation for the various hooks that are not invoked via rules_invoke_all(); these got missed by my last commit...
-
Ryan Szrama authored
#967856 by rszrama: add hook documentation for the various hooks that are not invoked via rules_invoke_all().
-
Ryan Szrama authored
-
Ryan Szrama authored
-
Ryan Szrama authored
-
Ryan Szrama authored
-
Ryan Szrama authored
Add a Processing order status that can be used for pending orders indicate they are currently receiving attention.
-
Ryan Szrama authored
Remove unused items from the order edit form and shuffle the vertical tabs again with different names.
-
- Nov 12, 2010
-
-
Ryan Szrama authored
-
Ryan Szrama authored
Update the attribute functionality to include a product selector when the default options selected match more than one product on the form.
-
Ryan Szrama authored
Support dependent attributes when multiple attribute fields are present on an Add to Cart form; looks for the option that was changed and chooses the first matching product for the new parameter as the default product to build the form.
-
Ryan Szrama authored
-
Ryan Szrama authored
-
Ryan Szrama authored
-
Ryan Szrama authored
-
Ryan Szrama authored
-
- Nov 10, 2010
-
-
Ryan Szrama authored
#885746 by rszrama: refresh the add to cart form using a class based replacement since the HTML id is incremented each time.
-
Ryan Szrama authored
Do not select a default product on the add to cart form that does not match the attributes selected.
-
Ryan Szrama authored
#885746 by rszrama: add context information around product fields rendered into nodes and to the add to cart form created by the product reference display formatter; then use AJAX commands in the form refresh function to render and replace product fields on the page as different products are selected.
-
Ryan Szrama authored
-
Ryan Szrama authored
-
- Nov 09, 2010
-
-
Ryan Szrama authored
#920836 by rszrama: add hook_commerce_payment_totals_row_info() to define rows for use in the table of the payment totals Views area handler.
-
Ryan Szrama authored
#891338 by rszrama: add hook_commerce_line_item_summary_link_info() to define links for use in the line item summary Views area handler.
-
Ryan Szrama authored
#966624 by das-peter, rszrama: separate line item presaving into two presave hooks that are insert / update dependent.
-
Ryan Szrama authored
Add display formatter support for the Add to Cart form formatter, allowing a quantity widget to be displayed in the Add to Cart form.
-
Ryan Szrama authored
-
Ryan Szrama authored
#699448 by rszrama: whoops, messed up the form ID selector. Fixed so the form updates properly again.
-
Ryan Szrama authored
#699448 by rszrama: parse the types of products referenced for an Add to Cart form and use their Fields to provide attribute selection widgets if possible.
-
- Nov 06, 2010
-
-
Ryan Szrama authored
Update the payment transaction content building function to reflect a recent change where the controller unserializes any fields necessary.
-
Ryan Szrama authored
Add credit card validation support and let checkout pane submit functions initiate a rebuild of the form to halt checkout progress.
-
Ryan Szrama authored
Adding credit card transaction type constants and default keys for the credit card form field default array.
-
Ryan Szrama authored
Clear the Rules cache for default configurations between displaying payment method Rule configuration tables.
-
Ryan Szrama authored
-
Ryan Szrama authored
This makes it possible to save a new product with a specific product number, thereby making it possible to import products from another system while keeping the product ids.
-
Ryan Szrama authored
-