Change the product value if a specific condition

Posts: 69
Joined: 01/23/2008

I have added a checkbox to the product type which holds a value where this product is in stock or not. What i want is, if this checkbox is checked i want to add some addition cost to the product list price in the checkout page and also to the product display pages. Is it possible to use the workflow-ng to do this or should i follow an other way. Or should i code manually.
Thanks

Posts: 5378
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

I think you'll have to code it manually using some voodoo. It sounds to me like you'll need to figure out some way to tie this to a hidden attribute or something. Puzzled

Posts: 69
Joined: 01/23/2008

Thanks Ryan. I just wanted to be sure that i have to code it. Thank you for fast response.