Jump to content

is there any way 2 put links in cubecart??


Guest mental

Recommended Posts

Guest vrakas

This was posted originaly by toys4mobiles.com

To add links in the 'shop by category' this is easy. Simply look for the file:

\styleTemplates\boxes\categories.TPL

I added the line:

CODE

<li class="bullet"><a href="http://forum.toys4mobiles.com" class="txtDefault">Forum</a></li>

Don't list it in between the 'sale' loop

CODE

<ul>

<li class="bullet"><a href="index.php" class="txtDefault">{LANG_HOME}</a></li>

<li class="bullet"><a href="http://forum.toys4mobiles.com" class="txtDefault">Forum</a></li>

<!-- BEGIN: li -->

<li class="bullet"><a href="index.php?act=viewCat&amp;catId={DATA.cat_id}" class="txtDefault">{DATA.cat_name}</a></li>

<!-- END: li -->

<!-- BEGIN: sale -->

<li class="bullet"><a href="index.php?act=viewCat&amp;catId=saleItems" class="txtDefault">{LANG_SALE_ITEMS}</a></li>

<!-- END: sale -->

</ul>

To add the link in the header, as well as the logo this is too complex to explain in this thread as it involves altering the layout.css file by adding extra <div> etc.

as well as updating the two files in the folder:

\styleTemplates\global\

http://www.cubecart.com/site/forums/index.php?showtopic=8928

A search in this forum does help .... give it a try <_<

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...