Alright, what am I missing? uc_aac works perfectly when on a product node. But when adding 'Add to Cart Form' and 'sell price' fields to a view, the price does to update.
Thanks for your help!

Comments

Silicon.Valet’s picture

Component: Documentation » Code
Category: support » bug

You aren't the only one. I'm having the same trouble, and I'm not sure how to handle it. Considering a theme function, but it seems overkill for something that should "just work".

cybis’s picture

Yes, that's what I ended up doing. Theming the product node.

kurkuma’s picture

It seems theres is no alternative. As it is stated in the module description: Product node divs must have an identifier in the same form as the garland theme. For instance, trying to use bluemarine theme without adding the following code to node.tpl.php will result in the module not working. id="node- print $node->nid; "

jantoine’s picture

Status: Active » Closed (duplicate)

This is a duplicate of #446942: Improper form_id check, Support for multi-product, views and pages other than the default node page. Although the side effect is different, the underlying issue is the same.

Cheers,

Antoine