Product page missing boxes

Hi, I’m in the middle of building my webshop and just realized that on product page there is no boxes on left hand. there is only related products, Hot Movie box and Recently viewed products. I would like to add there also My Cart and Compare Products. Please let me know how to do it.

Thank you in advance.

Link to example product is here:
http://artliberation.org/exhibitionc…ateau-cdr.html

4 answers

Profile photo of Css Magician 0.00 $tone May 26, 2010
Public

Dear ikultura,

The new version we updated this problem. You can view comparing at http://update.joomlart.com/#compare/…ge/1.3.1/1.3.0

Edit lines 182 file jm_epidio/layout/catalog.xml as follow:

change

Code:

<reference name="root">
            <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
        </reference>

to

Code:

<reference name="root">
            <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
        </reference>

and change lines 251

Code:

<reference name="right">
            <block type="catalog/product_list_related" name="catalog.product.related" before="-" template="catalog/product/list/related.phtml"/>

to

Code:

<reference name="left">
            <block type="catalog/product_list_related" name="catalog.product.related" before="-" template="catalog/product/list/related.phtml"/>
#1
Profile photo of Alan Kyne Perry 0.00 $tone May 28, 2010
Public

hi, i was passing all details for other member iof your team which another subject and i asked him if he can do it this issue too. it seems he could because boxes appeared yesterday
so, thank you for carrying about this issue. it is highly appreciated!

#4

This question is now closed

Written By

Comments