Links of Information pages in Header

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart ThemeLinks of Information pages in Header

This topic has been marked as resolved.

Dear Support,

I would like to add some hyperlinks of information pages in header to replace the “wishlist”, “account”, “shopping_cart”, “checkout” links.

I tried

<li><a href="<?php echo $information['information_id=4']; ?>"><?php echo $information['title']; ?></a></li>

with no success.

What can I do?

Thank you

PS: Shoppica 2.1.2, Opencart 1.5.3.1

  • This reply was modified 4336 days ago by  iSamCode.
  • This reply was modified 4336 days ago by  iSamCode.
June 30, 2012 at 5:21 pm #10926

Easy way you should add wishlist account etc.. to /catelog/view/theme/shoppica2/template/tb/menu.tpl

very bottem of menu.tpl


<li id="custom_menu_id">
    <a href="#" onclick="return false; ">Custom Menu Name</a>
    <div class="s_submenu">

      <div class="s_menu_group">
        <h3>Section 1</h3>
        <ul class="s_list_1 clearfix">
          <li><a href="link1">Wishlist</a></li>
          <li><a href="link2">Account</a></li>
        </ul>
      </div>

      <div class="s_menu_group">
        <h3>Section 2</h3>
        <ul class="s_list_1 clearfix">
          <li><a href="link1">Cart</a></li>
          <li><a href="link2">Checkout</a></li>
        </ul>
      </div>

    </div>
  <li>

This is easy way , I guess

Thanks,

  • This reply was modified 4336 days ago by  onlyjf.
  • This reply was modified 4336 days ago by  onlyjf.
 onlyjf
June 30, 2012 at 9:05 pm #10931

Dear Support,

I took a screenshot to see what links I am talking about. Those above the cart and below login/create account.

I need to enter some of the information pages to give a more professional look, as customer requested.

Thank you.

July 1, 2012 at 11:46 am #10941

Support? Can you give me a hint?

July 3, 2012 at 2:58 am #11029

Hi,

We have made a tutorial, how to add custom translation ready text for Shoppica.

Hope it will help you to solve your problem.

Best,
ThemeBurn team

July 5, 2012 at 10:19 am #11094

Great! Thanks

July 6, 2012 at 1:37 pm #11132

You are welcome, mate :)

Best,
ThemeBurn team

July 9, 2012 at 4:45 pm #11182
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.