How to add extra link in Customer Service section in the footer

ThemeBurn SupportForumsOpenCart ThemesShoppica OpenCart ThemeHow to add extra link in Customer Service section in the footer

This topic has been marked as resolved.

Info: Opencart 1.5.1.3 with compatible Shoppica
I know I need to edit the following file to add extra link in the footer
\catalog\view\theme\shoppica\template\common\footer.tpl

I created a FAQ page using Admin – Catalog – Information
However, I’m stuck at


<div class="grid_3 omega">
        <h2 class="s_main_color"><?php echo $text_service; ?></h2>
        <ul class="s_list_1">
          <li><a href="<?php echo $contact; ?>"><?php echo $text_contact; ?></a></li>
          <li><a href="<?php echo $return; ?>"><?php echo $text_return; ?></a></li>
          <li><a href="<?php echo $sitemap; ?>"><?php echo $text_sitemap; ?></a></li>
        </ul>
      </div>

What do I need to do or add so I can call the link of that page out?
For example: <?php echo $faq; ?><?php echo $text_faq; ?>
In this case: Where do I define faq and text_faq?

Thank you.

November 16, 2011 at 6:13 pm #3610
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
November 17, 2011 at 12:58 pm #3636

Thank you for your reply. That was great.
I have one more question:
I notice that I can search from ANY where using the top search box by CLICKING the search icon or using ENTER.
However, I cannot use ENTER to search in the big search box on the search page (the one with category, sub category and description search – You still can search by clicking the search button).
The top search box is fine with either ENTER or CLICKING.
Could you help me fix that please?

Thank you.

November 17, 2011 at 2:22 pm #3647

Open catalog/view/theme/shoppica/template/product/search.tpl and find the following row (it should be 71 or close to 71):

<a class="s_button_1 s_button_1_small s_main_color_bgr search_button"><span class="s_text"><?php echo $button_search; ?></span></a>

Then, you need to add id="button-search" to the <a> element, so the row becomes:

<a id="button-search" class="s_button_1 s_button_1_small s_main_color_bgr search_button"><span class="s_text"><?php echo $button_search; ?></span></a>

This fix has been included in the next update of Shoppica.

November 22, 2011 at 12:40 pm #3779

omg you have no idea how much this helped me – i bought your theme, i also bought another theme from a differnet provider – this provider couldnt help me with this issue! I’m so glad i bought your theme otherwise i would not have figured this out!! x

July 17, 2013 at 1:02 pm #25640

@techforce

Glad you’ve found this topic useful mate. And thanks for the kind words :)

Best regards,
ThemeBurn team

July 18, 2013 at 11:22 am #25705
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.