Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Support thread for JcM footer Brands/Logo's V1.0 CE


JcMagpie

Recommended Posts

A simple add-on that allows you to display brand / logo’s in the footer

It’s a simple no core change add-on so just copy files over go to admin and install and setup.

Images must be in images/logos/

By default images are numbered image1….16 so if you drop those in to the logos folder will display automaticity. If you name the images something else, then go to admin and enter the image names used.

The BS3 version is a compromise as BS3 will not display multi image carousel. Done using some js and css.

You can also select which pages it will be shown on in admin.

Carousel’s are not perfect on small screens so you can set which screen size to block them on in admin.

That’s it enjoy.

Has been tested on FROZEN CE BS3 & BS4 only.

image.thumb.png.ec7086d75837d7d305719b7c03a81713.png

 

 

Link to comment
Share on other sites

  • 1 month later...
  • 5 months later...

If you are happy doing a bit of editing then it's quite easy to add the links yourself.

1) goto and edit   /public_html/includes/modules/content/footer/templates/tpl_cm_footer_jcm_logos.php

2) for each image such as

<div class="col"><img class="img-fluid" src="images/logos/<?php echo MODULE_CONTENT_FOOTER_JCM_LOGOS_IMAGE1 ?>" alt="logo1" ></div>

change it to

 <div class="col"><a href="https://kuuza.co.uk/" target="_blank"><img class="img-fluid" src="images/logos/<?php echo MODULE_CONTENT_FOOTER_JCM_LOGOS_IMAGE1 ?>" alt="logo1"></a></div>

All you are doing is wraping the <img> with  <a href="https://kuuza.co.uk/" target="_blank"></a>

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...