Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

gozava

Archived
  • Posts

    9
  • Joined

  • Last visited

Profile Information

gozava's Achievements

  1. Nevermind... lol. I thought that I could change the way that the category template displays the product info, but I guess that isn't gonna work out the way I wanted. Thanks anywho! :)
  2. Wonder if someone might be able to help me... I'm trying to do a default category template, but the category page when I view it on my site merely shows the code. I can't figure out where I'm going wrong. This is the code that I am using: <table align="center" valign="top" cellpadding="5" cellspacing="5" width="100%" border="0"> <tr> <td align="center"> <table align="center" valign="top" cellpadding="5" cellspacing="5" width="95%" border="0"> <tr> <td align="center"> $startform $imagesmall <br> <b>$productname</b> <br> <b>$regularprice</b> <br> <b>$specialprice</b> $endform </td> <td align="center"> $startform $imagesmall <br> <b>$productname</b> <br> <b>$regularprice</b> <br> <b>$specialprice</b> $endform </td> <td align="center"> $startform $imagesmall <br> <b>$productname</b> <br> <b>$regularprice</b> <br> <b>$specialprice</b> $endform </td> <td align="center"> $startform $imagesmall <br> <b>$productname</b> <br> <b>$regularprice</b> <br> <b>$specialprice</b> $endform </td> </tr> <tr> <td align="center"> $startform $imagesmall <br> <b>$productname</b> <br> <b>$regularprice</b> <br> <b>$specialprice</b> $endform </td> <td align="center"> $startform $imagesmall <br> <b>$productname</b> <br> <b>$regularprice</b> <br> <b>$specialprice</b> $endform </td> <td align="center"> $startform $imagesmall <br> <b>$productname</b> <br> <b>$regularprice</b> <br> <b>$specialprice</b> $endform </td> <td align="center"> $startform $imagesmall <br> <b>$productname</b> <br> <b>$regularprice</b> <br> <b>$specialprice</b> $endform </td> </tr> <tr> <td align="center"> $startform $imagesmall <br> <b>$productname</b> <br> <b>$regularprice</b> <br> <b>$specialprice</b> $endform </td> <td align="center"> $startform $imagesmall <br> <b>$productname</b> <br> <b>$regularprice</b> <br> <b>$specialprice</b> $endform </td> <td align="center"> $startform $imagesmall <br> <b>$productname</b> <br> <b>$regularprice</b> <br> <b>$specialprice</b> $endform </td> <td align="center"> $startform $imagesmall <br> <b>$productname</b> <br> <b>$regularprice</b> <br> <b>$specialprice</b> $endform </td> </tr> <tr> <td align="center"> $startform $imagesmall <br> <b>$productname</b> <br> <b>$regularprice</b> <br> <b>$specialprice</b> $endform </td> <td align="center"> $startform $imagesmall <br> <b>$productname</b> <br> <b>$regularprice</b> <br> <b>$specialprice</b> $endform </td> <td align="center"> $startform $imagesmall <br> <b>$productname</b> <br> <b>$regularprice</b> <br> <b>$specialprice</b> $endform </td> <td align="center"> $startform $imagesmall <br> <b>$productname</b> <br> <b>$regularprice</b> <br> <b>$specialprice</b> $endform </td> </tr> </table> </td> </tr> </table> The rest of the page is fine, cause it is the same code that I am using for my sts_template, the index.php.html, and a few other pages. You can take a look at the page I am having trouble with here: http://darlindaisy.com/catalog/index.php?cPath=21 Any help would be greatly appreciated. Thanks in advance!
×
×
  • Create New...