I have created time packages to list ads, the problem is when someone select as featured istead of adding the featured price it multiplies the price package X featured and the it display the result of package price plus featured which is not correct.
For example I have a 2 week package and I want that the featured listing price is 1 so it does this:
1 week = 5
Featured list price is 1
5 * 1 = 5
Total listing = 5(package) + 5("featured") = 10 which is obviously wrong because it should be 6
Thanks in advance for any help that can point me in the right direction.