Categories

Featured templates

osCommerce. How to manage social links in footer

Kate Daniels February 9, 2015
Rating: 5.0/5. From 1 vote.
Please wait...

This tutorial will show you how edit social links in osCommerce templates.

osCommerce. How to manage social links in footer
  1. Log into your admin panel of osCommerce.

  2. Navigate to Configuration > My store. There you will see social links available in your template, such as Store Facebook, Store Twitter etc.:

    How_to_manage_social_links_in_footer_2 How_to_manage_social_links_in_footer_3
  3. Choose one of the social links and click Edit. Put your link for your social page and click Save button:

    How_to_manage_social_links_in_footer_4
  4. Refresh your site to see the changes.

Some templates do not have such option in the admin panel of osCommerce. In this case, you will need to edit files to change the links.

  1. You should edit cm_social.php file from includes\modules\boxes folder. You can use FTP client or File manager in your cPanel to edit this file.

  2. Navigate to the file and open it in the Editor.

  3. Find this code:

     '    <li class="line_12"><a href="'.MODULE_BOXES_SOCIAL_BOX_TWITTER.'" target="_blank">' . MODULE_BOXES_SOCIAL_BOX_TWITTER_LI . '</a></li>' .

    And change this part of the code with your social link:

    '.MODULE_BOXES_SOCIAL_BOX_TWITTER.'

    The new code should look like this:

     '    <li class="line_12"><a href="https://twitter.com/KateDan49006148" target="_blank">' . MODULE_BOXES_SOCIAL_BOX_TWITTER_LI . '</a></li>' .
    How_to_manage_social_links_in_footer
  4. Save changes to the file and refresh your page to see changes.

  5. If you want to edit label text for social icon, you should edit cm_social.php from includes/languages/english/modules/boxes folder. And make changes to the corresponding language files:

    How_to_manage_social_links_in_footer_1

Feel free to check the detailed video tutorial below:

osCommerce. How to manage social links in footer
This entry was posted in OsCommerce Tutorials and tagged footer, link, osCommerce, social. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket