Jump to content

Link cart to current website


Guest wonderwhy

Recommended Posts

Guest wonderwhy

I am new to all of this, but I have managed to create a web site using frontpage. I have the home page, along with several other pages, contact us, shipping, etc. I'm having problems adding a cart.

I need to know has anyone added this cart to an existing web site? If so, how?

I have the cart saved in the public_html directory, and can possibly link to the cart from frontpage, but how can a viewer go back and forth between the cart and the original web site pages? Is there a way to create links back and forth?

Any suggestions will be appreciated. Thanks

Link to comment
Share on other sites

Why not make another category which will give you another tab or link depending on what skin you use. Link that tab or link to your html home page and call it whatever you want. You can make this link in the Killer skin for instance by going to: \skins\Killer\styleTemplates\boxes\categories.tpl and doing as I have done:

<!-- BEGIN: categories -->

<div class="topCats">

<div class="topCatsBgRight">

<span class="topCatsBgLeft">&nbsp;</span>

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

<tr>

<td class="topCatsTabLeft">&nbsp;</td>

<td class="topCatsTabMid"><a href="http://www.teeshirtmart.com" class="txtCat">Home</a></td>

<td class="topCatsTabRight">&nbsp;</td>

<!-- BEGIN: li -->

<td class="topCatsTabLeft">&nbsp;</td>

<td class="topCatsTabMid"><a href="index.php?act=viewCat&amp;catId={DATA.cat_id}" class="txtCat">{DATA.cat_name}</a></td>

<td class="topCatsTabRight">&nbsp;</td>

<!-- END: li -->

<!-- BEGIN: sale -->

<td class="topCatsTabLeft">&nbsp;</td>

<td class="topCatsTabMid"><a href="index.php?act=viewCat&amp;catId=saleItems" class="txtCat">{LANG_SALE_ITEMS}</a></td>

<td class="topCatsTabRight">&nbsp;</td>

<!-- END: sale -->

</tr>

</table>

</div>

</div>

<!-- END: categories -->

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...