Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

just some code for links


Platinum Games

Recommended Posts

hello all,

 

i would like to put some cool links on the index page.

 

i have the code so far.

 

<table border="0" cellspacing="0" cellpadding="0">

<tr>

<td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'XBox_sml.gif', 'Xbox') . '</a>'; ?></td>

<td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'PS2_sml.gif', 'Playstation 2') . '</a>'; ?></td>

<td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'GCube_sml.gif', 'Gamecube') . '</a>'; ?></td>

<td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'PSOne_sml.gif', 'Playstation') . '</a>'; ?></td>

</tr>

<tr>

<td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'PC_sml.gif', PC') . '</a>'; ?></td>

<td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'PreLoved_sml.gif', Pre-loved') . '</a>'; ?></td>

<td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'DVD_sml.gif', DVD') . '</a>'; ?></td>

<td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'CD_sml.gif', CD') . '</a>'; ?></td>

</tr>

</table>

 

 

 

i have tried to copy some codes from other pages, but how do i tell the links to use the Categories that i have? if you would like to have a look at my cats (www.platinumgames.com.au - this is a live shop)

Thanks in advance!

 

Ben

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...