Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

$cPath


AnastasiaP

Recommended Posts

Posted

I have looked and looked, but I cannot find anything resembling a solution to my problem.

 

I have 4 product categories, for which I added 4 images in the .../english/index.php. What I want is to make these images hyperlink to my 4 category pages.

 

I have added the following code to the ../english/index.php for each Category:

 

<td class="main" valign="middle" bgcolor="#eed2ee">

   <a href="' . tep_href_link(FILENAME_DEFAULT, 'cPath=' . $cPath) . '"> ' . tep_image(DIR_WS_IMAGES . 'Chicago1J.JPG') . '  

</td>

 

Obviously, the problem is that I don't know the values I want to assign to $cPath.

 

I would greatly appreciate any help on this

Archived

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

×
×
  • Create New...