Hi, was wondering if anyone has used CCK fields to alter the price of a product (releated node)... I'm currently using attributes, but I'd like to also use Conditional fields to hide and show fields depending on other cost altering choices.

Thanks again for a great module!

Comments

dabblela’s picture

+1. Doing a quick pass-over of the module, it seems like a place to do it (at least on a case-by-case basis) might be altering the implementation of nodeapi (line 540 in uc_node_checkout.module). The node object is already loaded in, maybe a function can be written to check the values of certain fields and then add appropriate attributes?

rszrama’s picture

Status: Active » Closed (won't fix)

So, I'm actually not sure how to simply accomplish that in this module, and the problem is a little out of scope for what Node Checkout intends to do... that said, I'm not sure of a better place for it. All I can say at this point is to keep using attributes and alter their appearance on the node form as possible. : ?