rkdiddy
Newbie
Posts: 1
Registered: 4/14/2005
Member Is Offline
|
| posted on 4/14/2005 at 08:30 PM |
|
|
Litecommerce support...
I'm in the process of creating a site and I would like to add Java menus to my categories listing, however I don't want to lose the backend admin
software. Does anyone know if this software can intergrate into the litecommerce software easily. If yes what code needs to be added. Currently my
menu code looks like this...
{* Categories menu body *}
<table border=0 cellpadding=1 cellspacing=0>
<tr FOREACH="categories,category">
<td class=CategoriesList><a href="cart.php?target=category&category_id={category.category_id}"
class="SidebarItems">{category.name}</a></td>
</tr>
</table>
Thanks!
|
|
|
|