Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help With Categorie layout Please


Guest

Recommended Posts

Posted

Hi All

 

I am struggling to get my categorie listing to look the way i want it. I have seen the way i want it here

 

See Example Here

 

Please can someone help me out on this one as its driving me mad

 

cheers

 

:blush:

Posted
You can go one better and have rollover category images (instead of the static ones in your example). Click on "Rollover Category Images" in my signature.

 

Cheers, the example site looks really good with the image rollovers but i went to the download link and there seems to be an error unzipping it? I would love to use this if i can also how does it work would i need to create a top level categorie rollover image for all my categories or does it create one when i add a categorie in the admin backend?

Posted
Cheers, the example site looks really good with the image rollovers but i went to the download link and there seems to be an error unzipping it? I would love to use this if i can also how does it work would i need to create a top level categorie rollover image for all my categories or does it create one when i add a categorie in the admin backend?

 

sorry my mistake i downloaded the wrong file

 

oooops

Posted
sorry my mistake i downloaded the wrong file

 

oooops

Just installed the new rollover image categories and looks really good

 

Visit My Website

 

Could you give me a hand in making my info links look the same?

 

thanks again

Posted
Just re-use the code. You already have the rollover javascript function and know how that is called in the <a> tag for each rollover...?

 

Sorry im completely new to php but im trying to get it but would i use the code from the new categories.php or just insert this into the information.php

 

<?php
 $info_box_contents = array();
 $info_box_contents[] = array('text' => BOX_HEADING_INFORMATION);

 new infoBoxHeading($info_box_contents, false, false);

 $info_box_contents = array();
 $info_box_contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'ZackWinters') . '</a><br>' .
									 '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'ZackWinters') . '</a><br>' .
									 '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'ZackWinters') . '</a><br>' .
									 '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'ZackWinters') . '</a>');

 new infoBox($info_box_contents);
?>

 

 

But i cant see how the Rollover would work for this??

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...