Jump to content

Add a new side box?


Laico

Recommended Posts

I would like to add a new side box, containing links to documents that site visitors can download. I searched here, but didn't find any info. CubeCartForums.org has a section titled "Moving, Adding or Deleting Side Boxes", but actually does not seem to address adding side boxes.

I'm assuming that I would add code to /skins/SKIN_NAME/styleTemplates/global/index.tpl. Lets say that I want to add the new side box to the right hand side. So within <div class="colRight">, would I hard code all of the HTML there, or could I create something similar to what CubeCart is doing, let's say, "{DOWNLOADS}". Is there a way to have that replaced by the HTML in a separate file, where I would put all of the download links?

Link to comment
Share on other sites

Guest webicon

Assuming that you know how to upload your products that you wish to have freely downloadable and obtain the link info from that...

In

skins/{yourskin}/StyleTemplates/Global/index.tpl

and

skins/{yourskin}/StyleTemplates/Global/cart.tpl

Find the colomn where you wish to add the box

-----------------------------

<div class="boxTitleLeft">Your Title</div>

<div class="boxContentLeft">

<ul>

<li><a href="www.yourlink1.co.uk" class="txtDefault">Your Link Title 1</a></li>

<li><a href="www.yourlink2.co.uk" class="txtDefault">Your Link Title 2</a></li>

<li><a href="www.yourlink3.co.uk" class="txtDefault">Your Link Title 3</a></li>

</ul>

</div>

-----------------------------

At least thats how I would do it !

Link to comment
Share on other sites

  • 3 years later...
Guest davesd

I would like to add a new side box, containing links to documents that site visitors can download. I searched here, but didn't find any info. CubeCartForums.org has a section titled "Moving, Adding or Deleting Side Boxes", but actually does not seem to address adding side boxes.

I'm assuming that I would add code to /skins/SKIN_NAME/styleTemplates/global/index.tpl. Lets say that I want to add the new side box to the right hand side. So within <div class="colRight">, would I hard code all of the HTML there, or could I create something similar to what CubeCart is doing, let's say, "{DOWNLOADS}". Is there a way to have that replaced by the HTML in a separate file, where I would put all of the download links?

Hi so if i wanted to add this + how would i go about it and thanks

<a href="http://auctionfb.com/click.php?user=3427" target="_blank">

<img src="http://auctionfb.com/feedback.php?user=3427" border="0">

</a>

this is a widget for ebay feedbcak to go on my site

Link to comment
Share on other sites

  • 4 months later...

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