Magento Marketplace extension

318 views Asked by At

I have installed my extension marketplace in magento. When I install it the product description page does not displace as before. Pls can any1 suggest what can i do. The main path for the description page is app/design/frontend/base/default/template/catalog/product/view.phtm

But when the extension is installed it goes into frontend/base/default/template/marketplace/catalog/product/view.phtm

I want to get it to app/design/frontend/base/default/template/catalog/product/view.phtm.

How can I do it?

1

There are 1 answers

6
Oscprofessionals On

Switch on hints to get block class and .phtml.

Here you will get idea of parent block for this child block and so you will also get to know phtml associated to parent block.In this .phtml there will be a call to block child you need to map this block to your product.view.phtml

other way is to remove this marketplace view.phtml from source code as a fall back system Magento will take default view.phtml file