Zen Cart Logo
Forums / Features Wish List / How to setup a product attributes that calculates e percentage of other attributes??

How to setup a product attributes that calculates e percentage of other attributes??

Locked

Views: 1,489

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
4 Jan 2007, 5:04 PM
#1
stepita avatar

stepita

New Zenner

Join Date:
Jan 2007
Posts:
1
Plugin Contributions:
0

How to setup a product attributes that calculates e percentage of other attributes??

Hi here
I have a specific problem
I would implement a software e-commerce site.
But several software I sell have a specific additional software calculation
I write a sample to clarify it.

I could sell a software with a cost calculated as herefater detailed:

  1. Base license cost (let's say 100 USD)
  2. Additional cost #1 (for example, a plugin: lets say 10 USD)
  3. Maintenance/support (let's say 20% of total cost, calculated as point 1 + 2)
  4. CD cost (let's say 10 USD)

Actually (if I'm not wrong) it's impossible to calculate the final cost (1 + 2 + [(1 + 2) * 3] + 4), because we can't say to a Product Attribute to calculate "on the fly" the [(1 + 2) * 3] partial cost.

Any ideas about?
Thank you in advance