jm products display products one column

Hi

I have an eshop with megamall template and i am facing a problem with jm products module,
When i click a product from jm products module it opens in 1 column the product page. I have set all categories to 2 column and Apply To Products is set to yes. So when i open a product from the category listing it opens with 2 colums but when i open it from jm products module it displays the product page to 1 column.

i want to clicking a product from jm products module to displaying it in 2 colums page.

Thanks in advanced

2 answers

Profile photo of chavan 100.00 $tone April 10, 2014
Public

I have fixed the issue by replace a code in this file : /app/design/frontend/default/jm_megamall/layout/catalog.xml

Replaced this code

Code:

 <catalog_product_view translate="label">
        <label>Catalog Product View (Any)</label>
        <!-- Mage_Catalog -->
        <reference name="root">
            <action method="setTemplate"><template>page/1column.phtml</template></action>
        </reference>

With

Code:

<catalog_product_view translate="label">
        <label>Catalog Product View (Any)</label>
        <!-- Mage_Catalog -->
        <reference name="root">
            <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
        </reference>
#2

Please login or Register to Submit Answer

Written By

Comments