Question

My difficulties with RWD continue.

The recurring theme is: An extension works fine on any theme but RWD.

The extension Product Inquiry (http://www.magentocommerce.com/magento-connect/product-inquiry-1.html) creates a form on the bottom of the product page.

It works fine on a clean install of CE 1.9 on any theme that is not RWD.

But it does not appear on the front end for RWD. I checked the template path hints, and the page doesn't call this extension.

Can anyone lend a hand?

Was it helpful?

Solution

Check to see if the module has any files in app/design/default/default and skin/frontend/default/default. If so, move those files into app/design/rwd/default and skin/frontend/rwd/default, respectively.

If you send a listing of all of the files in the module (find .), that would also help troubleshoot the issue.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top