Closed (won't fix)
Project:
UC Node Checkout
Version:
6.x-2.0-beta4
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Dec 2009 at 01:19 UTC
Updated:
30 Dec 2009 at 20:22 UTC
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
Comment #1
dabblela commented+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?
Comment #2
rszrama commentedSo, 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. : ?