I'm using magento 1.9.1 for my website shop. I have many configurable products with several color that i created in the admin panel.
now in frontend, when i select the colors of the configurable product with (for example: price 1000), the price change into (10) instead of remaining in (1000). I use no extension, except ET extension. I also found these links, but couldn't find the solution:
http://k2xl.com/wordpress/custom-options-broken-in-magento-1-7-heres-the-fix/
http://support.etwebsolutions.com/issues/1558
also, in this file: app/design/[your package]/[yourtheme]/template/catalog/product/view/options.phtml i didn't find this line of code: price += parseFloat(config[optionId][element.getValue()]);
I will appreciate if anyone can help me.