I apologize for all this editing madness. At first I posted, and then I thought the issue was resolved but it wasn't. It's back to my original issue, which was that there seems to be a default REGISTRATION product that is being used to pull the price at checkout, which is completely different than the CART. Is there a setting that I'm missing?

Beta version - same behavior
Alpha version - same behavior
Patch that deals with price pulling at checkout - same behavior.

Thanks.

Comments

omarel created an issue. See original summary.

omarel’s picture

Issue summary: View changes
omarel’s picture

Title: Checkout pulls REGISTRATION product price, not TYPE price » Checkout problem
Issue summary: View changes
omarel’s picture

Title: Checkout problem » Checkout problem - Pulling price from REGISTRATION product
Issue summary: View changes
gcb’s picture

Status: Active » Closed (works as designed)

Commerce prices are all attached to line items, usually based on products, and only totaled on to the cart. I'm not sure what you are suggesting SHOULD be happening, but this module does have some custom behaviors that can be confusing: the price on the Product is ignored by default. The Price can be configured from the Commerce Registration tab on the Registration Type config. It can be further refined in code using hook_registration_commerce_calculate_price(), or configured to use a price field on the parent entity of the registration so each event can have a configurable price.