X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Head.tpl modification and Cart icon place (https://forum.x-cart.com/showthread.php?t=53371)

uktreasure 04-20-2010 01:24 PM

Head.tpl modification and Cart icon place
 
I am sorry if I am asking a stupid question. I inserted a banner in the Head.tpl, it is showing just next to the logo, but the Cart icon on the far right has moved up out of its little box.

I would really appreciate any help, the following code is the top part of head.tpl where I inserted my benner:

---------------------------------------------
{* $Id: head.tpl,v 1.58.2.8 2008/07/22 07:58:27 ferz Exp $ *}
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="HeadLogo"><a href="{$http_location}/"><img src="{$ImagesDir}/logo.jpg" alt="" /></a></td>
<td class="HeadRightBox">
{if $usertype eq "C"}
{include file="customer/top_menu.tpl"}
{/if}
{* top banner *}
<div align="left">
<object width="582" height="96">
<param name="movie" value="{$ImagesDir}/top-banner.swf">
<embed src="{$ImagesDir}/top-banner.swf" width="582" height="96" align="centre">
</embed>
</object>
</td>
</tr>
</table>
---------------------------------------------

Thank you very much..

uktreasure 04-26-2010 02:19 AM

Re: Head.tpl modification and Cart icon place
 
I would really appreciate any help on this, if anyone is aware of an existing thread please let me know. Thanks

pauldodman 04-26-2010 03:12 AM

Re: Head.tpl modification and Cart icon place
 
Maybe post a link to the site so people can see and advise.

uktreasure 04-26-2010 12:41 PM

Re: Head.tpl modification and Cart icon place
 
Hi Paul,

Thanks for the note, please have a look: www.islamictreasures.com

Thanks in advance for any input

uktreasure 04-27-2010 08:18 PM

Re: Head.tpl modification and Cart icon place
 
Again, I appreciate any help on this issue, if anyone is aware of an existing thread please let me know. Thanks

pauldodman 04-27-2010 11:55 PM

Re: Head.tpl modification and Cart icon place
 
Where's your closing tag for
<div align="left">
?

uktreasure 04-29-2010 02:43 PM

Re: Head.tpl modification and Cart icon place
 
Well, I closed it as follows:

<div align="left">
<object width="582" height="96">
<param name="movie" value="{$ImagesDir}/top-banner.swf">
<embed src="{$ImagesDir}/top-banner.swf" width="582" height="96" align="centre">
</embed>
</object>
</div>
</td>
</tr>
</table>

But it made no difference, I then tried it in every possible location within the above with no avail..

I temporarily removed the "Cart is Empty" and the site became a bit better, www.islamictreausres.com

It would be nice to remove the remaining empty box or fill it with a welcome message, but I got no clue how to..

Thanks Paul.

uktreasure 04-29-2010 02:46 PM

Re: Head.tpl modification and Cart icon place
 
Quote:

Originally Posted by uktreasure

I temporarily removed the "Cart is Empty" and the site became a bit better, www.islamictreausres.com


Correction: it is www.islamictreasures.com


All times are GMT -8. The time now is 02:19 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.