0
Welcome Guest! Login
0 items Join Now

Mynx Magento Template Help Please

  • Mynx Magento Template Help Please

    Posted 12 years 3 months ago
    • Hi all, could really do with your help please :)

      We have the Mynx Magneto Template and need to move the right 'Recently viewed' and 'Compare Products to beneath the right callout. Does anyone know how this can be done please?

      Any help would really be appreciated.

      Thanks

      Richard
    • Sam Mahoney's Avatar
    • Sam Mahoney
    • Preeminent Rocketeer
    • Posts: 7420
    • Thanks: 222

    Re: Mynx Magento Template Help Please

    Posted 12 years 3 months ago
    • Open app/design/frontend/base/default/layout/rokmage-cmscallouts/rokmagecmscallouts.xml and replace with following:
      <?xml version="1.0" encoding="UTF-8"?>
       
      <layout version="0.1.0">
           
          <default>
                <reference name="root">
                     <block type="core/template" name="left.permanent.callout">
                          <action method="setTemplate" ifconfig="cms_callouts/general/enableleft">
                               <template>rokmagemodules/rokmage-cmscallouts/rokmage-left-cmscallout.phtml</template>
                          </action>
                     </block>
                </reference>
                <reference name="root">
                     <remove name="right.permanent.callout"/>
                </reference>
                <reference name="right">
                     <block type="core/template" name="right.permanent.callout.top" before="-">
                          <action method="setTemplate" ifconfig="cms_callouts/general/enableright">
                               <template>rokmagemodules/rokmage-cmscallouts/rokmage-right-cmscallout.phtml</template>
                          </action>
                     </block>
                </reference>
           </default>
       
      </layout>
    • STEP 1 IN MAGENTO DEVELOPMENT - DISABLE YOUR CACHE OR YOU WON'T SEE ANY CHANGES.
      Use the new "secure" tab when replying for privately sharing links.
      Check the "Useful Snippets" post for tips.

Time to create page: 0.048 seconds