Closed (works as designed)
Project:
Commerce Core
Version:
7.x-1.x-dev
Component:
Cart
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
30 Sep 2012 at 15:14 UTC
Updated:
5 Dec 2012 at 19:24 UTC
Jump to comment: Most recent file
Comments
Comment #1
malberts commentedComment #2
agileadamPatch applied cleanly to 7.x-1.3.
Comment #3
malberts commentedI don't need this hook any more. The effort required to recalculate some variables that occur later in commerce_cart_add_to_cart_form() was more than the effort required to rebuild the line item in a form_alter.
See #1798006-17: Add to Cart Line Item type should be determined by product type or product instance.
Comment #4
agileadamThanks for the update malberts. I've re-patched using #17 as described in your comment #3 above... no longer need this commerce hook. Phew.