Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Categories in footer


drumer979

Recommended Posts

Hello

 

How to add categories box in footer ( or anyother infobox like Tag cloud )

 

best regards,

 

drumer979

you will need to add in includes/footer.php

<?php
 if ((USE_CACHE == 'true') && empty($SID)) {
echo tep_cache_categories_box();
 } else {
include(DIR_WS_BOXES . 'categories.php');
 }
?>

 

also some html formating before and after that to get layout right

Link to comment
Share on other sites

<!--quoteo(post=1444125:date=Oct 2 2009, 09:17 AM:name=drumer979)--><div class='quotetop'>QUOTE (drumer979 @ Oct 2 2009, 09:17 AM) <a href="index.php?act=findpost&pid=1444125"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->Hello

 

How to add categories box in footer ( or anyother infobox like Tag cloud )

 

best regards,

 

drumer979<!--QuoteEnd--></div><!--QuoteEEnd-->

you will need to add in includes/footer.php

<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><?php

if ((USE_CACHE == 'true') && empty($SID)) {

echo tep_cache_categories_box();

} else {

include(DIR_WS_BOXES . 'categories.php');

}

?><!--c2--></div><!--ec2-->

 

also some html formating before and after that to get layout right

 

How can you make it like here: http://www.spares2you.co.uk/ ?

 

thx,

 

drumer

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...