We've recently installed Simple Configurable Products on our 1.4.2.0 Magento install but the price on the product isn't updating when the user selects an option, if you configure the product and add to cart the price show's up correct in the cart, just not on the product at the time of selection.

If anyone could help out on this that would be great.

link|improve this question

what js error you are facing i believe there should be js error – Shakti Singh Dec 20 '10 at 9:24
no js errors... – Vince Pettit Dec 20 '10 at 11:24
feedback

2 Answers

up vote 0 down vote accepted

Solved using the solution at - http://www.magentocommerce.com/boards/viewthread/52582/

link|improve this answer
feedback

If the price and availability are not showing on simple/virtual/downloadable product page when there are no configurable/custom options.

The Solution is as follows:

Go to: app/design/frontend/base/custom theme/layout/

  • Open the catalog.xml file
  • Replace (line 279):

<block type="catalog/product_view_type_simple" name="product.info.simple" as="product_type_data" template="catalog/product/view/type/simple.phtml">

With:

<block type="catalog/product_view_type_simple" name="product.info.simple" as="product_type_data" template="catalog/product/view/type/default.phtml">

Answers and modules from Magento specialists @ AgileWebSolutions

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.