0
Welcome Guest! Login
0 items Join Now

Policy Privacy title in footer

  • Policy Privacy title in footer

    Posted 10 years 1 month ago
    • Hello ,

      I have the ximenia theme for magento 1.7.02 and have Multi-store views.
      We need translate Policy Privacy link title in footer, but it is impossible.
      We have translate the Policy Privacy content in CMS page and the privacy is correctly translate.

      The probelm is wen, we choose from back office :

      System -> Configuration -> RT ROKMAGE MODULES
      -> Footer Block -> Footer CMS Links
      -> Privacy Policy

      We make the same thing with french language and choose CMS policy (french version), but privacy link title never translate.
      When refresh the cache to see the results, the privacy link disappears.

      if i choose the cms English page (policy) for french language, the link appears, but title is in inglish.


      Can you help me?
    • Sam Mahoney's Avatar
    • Sam Mahoney
    • Preeminent Rocketeer
    • Posts: 7420
    • Thanks: 222

    Re: Policy Privacy title in footer

    Posted 10 years 4 weeks ago
    • Open app/design/frontend/base/default/template/rokmagemodules/rokmage-footerblock/rokmage-footerblock.phtml and find the following line:

      <?php $footercms_title = Mage::getModel('cms/page')->load($footercms_link, 'identifier')->getTitle(); ?>

      and change that to the following (adding the bold):

      <?php $footercms_title = Mage::getModel('cms/page')->setStoreId(Mage::app()->getStore()->getId())->load($footercms_link, 'identifier')->getTitle(); ?>
    • 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.060 seconds