Display modifiers as a total cost

Hello,



Is there a way to display the modifiers for product options as a total?

So, for example, instead of having the initial product at $100 and the product’s options with +10, +20, +30, etc. to have them with $110, $120, $130.



For the front-end I edited the template file and I am now displaying the total amount for each option. But for the back-end, it is really hard to add and edit the product options.

For some products I have the prices from the manufacturers and the prices in that list are like this:

$107,5 (for the original product

$116,3 (for the first option)

$122,8 (for the second option)

… and so on.



I have to make the deduction for each variant instead of using copy&paste on the total price.



Please help.

Thank you.

See this thread: [url]http://forum.cs-cart.com/showthread.php?t=21705[/url]



I have it working on my site see this link: [url]http://www.alpha-spas.co.uk/shop/hot-tubs-and-spas/jacuzzi-spas/jacuzzi-sienna-experience.html[/url]



John

[quote name=‘JohnCarroll’]See this thread: [url]http://forum.cs-cart.com/showthread.php?t=21705[/url]



I have it working on my site see this link: [url]http://www.alpha-spas.co.uk/shop/hot-tubs-and-spas/jacuzzi-spas/jacuzzi-sienna-experience.html[/url]



John[/QUOTE]



Hi John,



Thank you for your reply. The solutions presented there are very good for the front-end. But in the admin panel, when I want to enter new options I must always deduct the product price from the option price.



It seems that the database has been thought this way, so I don’t think there’s an easy solution here.

The database only stores the price difference for my products.



A quick solution would be to have $0 for the main product, and the full price for the product options - but this makes the sorting a problem … and there might be problems in other places too because of this.



I’ll keep digging and if I solve it I will write the solution here.

I am sure that there are other people with this problem.