Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Adding a hacker code. ? Help please

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 07-23-2006, 07:25 AM
 
wjs wjs is offline
 

Advanced Member
  
Join Date: Mar 2006
Location: UK
Posts: 71
 

Default Adding a hacker code. ? Help please

New to the forum. 4.0.17

Hi all can some one help as i need to paste a hacker scan code to me site.i have looked in the customers / home tlp.but i dont no were to put it .if you could tell me that would be great.

I all so need to add a box to the bottom left of the page ref are 2Checkout payment gateway as per there rule.can any bodie help with this.please note i nothing about code so be gentle.


This is what i have.templates & config files :


customer/home.tpl
skin1.conf [] global
meta.tpl
common_js.tpl
customer/search.tpl
buttons/search_head.tpl
buttons/go_image.tpl
customer/menu_cart.tpl
customer/main/minicart.tpl
location.tpl
flyouts/vert.tpl
dialog_message.tpl
customer/home_main.tpl
customer/main/subcategories.tpl
main/search_sort_by.tpl
customer/main/products.tpl
customer/main/products_t.tpl
product_thumbnail.tpl
currency.tpl
currency.tpl
customer/main/alter_currency_value.tpl
product_thumbnail.tpl
currency.tpl
currency.tpl
customer/main/alter_currency_value.tpl
product_thumbnail.tpl
currency.tpl
currency.tpl
customer/main/alter_currency_value.tpl
product_thumbnail.tpl
currency.tpl
currency.tpl
customer/main/alter_currency_value.tpl
product_thumbnail.tpl
currency.tpl
currency.tpl
customer/main/alter_currency_value.tpl
product_thumbnail.tpl
currency.tpl
currency.tpl
customer/main/alter_currency_value.tpl
product_thumbnail.tpl
currency.tpl
currency.tpl
customer/main/alter_currency_value.tpl
product_thumbnail.tpl
currency.tpl
currency.tpl
customer/main/alter_currency_value.tpl
product_thumbnail.tpl
currency.tpl
currency.tpl
customer/main/alter_currency_value.tpl
product_thumbnail.tpl
currency.tpl
currency.tpl
customer/main/alter_currency_value.tpl
product_thumbnail.tpl
currency.tpl
currency.tpl
customer/main/alter_currency_value.tpl
customer/main/navigation.tpl
pages_menu.tpl

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

hi as i have not recevied any feed back from my last posting. I will try to make the question a lot clearier.

what i want to do is to have a feild above my products cats.this is for a hacker scan logo.

and below the product list i want to have field with are payment logo 2CHO
along with the credit card signs.
ihave tryed but failed to see were to edit and place the info needed.
we have the details to put into the fields but dont have a glue as to how to form the boxes and were to place them. can any one help. many thanks



<HTML>
<HEAD>
<TITLE>
{if $config.SEO.page_title_format eq "A"}
{section name=position loop=$location}
{$location[position].0|escape}
{if not %position.last%} - {/if}
{/section}
{else}
{section name=position loop=$location step=-1}
{$location[position].0|escape}
{if not %position.last%} - {/if}
{/section}
{/if}
</TITLE>
{ include file="meta.tpl" }
<LINK rel="stylesheet" href="{$SkinDir}/{#CSSFile#}">
<link rel="stylesheet" href="{$SkinDir}/flyouts/vert.css">
<script type="text/javascript" src="{$SkinDir}/flyouts/menu.js"></script>
<link rel="stylesheet" href="{$SkinDir}/tabs/tabs.css">
</HEAD>
<BODY leftmargin="0" topmargin="0" rightmargin="0" bottomargin="0" marginwidth="0" marginheight="0"{if $body_onload ne ''} onload="{$body_onload}"{/if}>
{ include file="common_js.tpl"}
{if $config.Adaptives.isJS eq '' && $config.Adaptives.is_first_start eq 'Y'}
<SCRIPT id="adaptives_script" type="text/javascript" language="JavaScript 1.2"></SCRIPT>
<SCRIPT type="text/javascript" language="JavaScript 1.2">
if (document.getElementById('adaptives_script'))
document.getElementById('adaptives_script').src = "{$current_location}/adaptive.php?send_browser="+(localIsDOM?"Y":"N")+( localIsStrict?"Y":"N")+(localIsJava?"Y":"N")+"|"+l ocalBrowser+"|"+localVersion+"|"+localPlatform+"|" +(localIsCookie?"Y":"N")+"|"+screen.width+"|"+scre en.height+"|{$usertype}";
</SCRIPT>
{/if}
<table width="780" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><table width="780%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="380">[img]{$SkinDir}/images/added/logo.jpg[/img]</td>
<td>[img]{$SkinDir}/images/added/03account.jpg[/img][img]{$SkinDir}/images/added/01basket.jpg[/img][img]{$SkinDir}/images/added/02checkout.jpg[/img][img]{$SkinDir}/images/added/04contact.jpg[/img]</td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr background="{$SkinDir}/images/added/headbgtop.jpg">
<td height="20" background="{$SkinDir}/images/added/headbgtop.jpg">[img]{$SkinDir}/images/added/h01.jpg[/img]</td>
<td background="{$SkinDir}/images/added/headbgtop.jpg">[img]{$SkinDir}/images/added/h02.jpg[/img]</td>
<td background="{$SkinDir}/images/added/headbgtop.jpg">[img]{$SkinDir}/images/added/h03.jpg[/img]</td>
<td background="{$SkinDir}/images/added/headbgtop.jpg">[img]{$SkinDir}/images/added/h04.jpg[/img]</td>
</tr>
<tr background="{$SkinDir}/images/added/headbg.jpg">
<td width="25%" height="40" background="{$SkinDir}/images/added/headbg.jpg"><font class="phone">{$config.Company.company_phone}</font></td>
<td width="25%" background="{$SkinDir}/images/added/headbg.jpg">{include file="customer/search.tpl"}</td>
<td width="25%" background="{$SkinDir}/images/added/headbg.jpg"><form name="form_manuf" method="get" action="manufacturers.php">
<select name="manufacturerid" onChange="document.form_manuf.submit()">
<option value="0" selected>Select a Manufacturer</option>
{section name=mid loop=$manufacturers_menu}
<option value="{$manufacturers_menu[mid].manufacturerid}">{$manufacturers_menu[mid].manufacturer}</option>
{/section}
</select>
</form> </td>
<td width="25%" background="{$SkinDir}/images/added/headbg.jpg">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>{include file="customer/menu_cart.tpl"}</td>
<td align="left">{if $login eq ""}[img]{$SkinDir}/images/added/login.jpg[/img][img]{$SkinDir}/images/spacer.gif[/img]
{else}
{*
<FORM action="{$xcart_web_dir}/include/login.php" method="post" name="loginform">{include file="buttons/logout_menu.tpl"}<INPUT type="hidden" name="mode" value="logout"><INPUT type="hidden" name="redirect" value="{$redirect}"></FORM>
*}
{if $minicart_total_items > 0}
[img]{$SkinDir}/images/added/checkout.jpg[/img][img]{$SkinDir}/images/spacer.gif[/img]
{else}{/if}
{/if}
</td>
</tr>
</table>
</td>
</tr>
</table></td>
</tr>

<tr>
<td background="{$SkinDir}/images/added/h.jpg">[img]{$SkinDir}/images/added/h.jpg[/img]</td>
</tr>
<tr>
<td height="30" background="{$SkinDir}/images/added/locbg.jpg">{include file="location.tpl"}</td>
</tr>
<tr>
<td valign="top" background="{$SkinDir}/images/added/h.jpg">[img]{$SkinDir}/images/added/h.jpg[/img]</td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="199" valign="top">{include file="flyouts/vert.tpl"}</td>
<td width="1" valign="top" background="{$SkinDir}/images/added/v.jpg">[img]{$SkinDir}/images/added/v.jpg[/img]</td>
<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2">[img]{$SkinDir}/images/spacer.gif[/img]</td>
</tr>
<tr>
<td width="10">[img]{$SkinDir}/images/spacer.gif[/img]</td>
<td valign="top">{include file="dialog_message.tpl"}
{if $active_modules.Special_Offers ne ""}
{include file="modules/Special_Offers/customer/new_offers_message.tpl"}
{/if}
{include file="customer/home_main.tpl"}</td>
</tr>
<tr>
<td colspan="2">[img]{$SkinDir}/images/spacer.gif[/img]</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td background="{$SkinDir}/images/added/h.jpg">[img]{$SkinDir}/images/added/h.jpg[/img]</td>
</tr>
<tr>
<td background="{$SkinDir}/images/added/locbg.jpg" height="30"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>{include file="pages_menu.tpl"}Contact Us</td>
<td><div align="right">{$lng.lbl_copyright} &copy; {$config.Company.start_year}{if $config.Company.start_year lt $config.Company.end_year}-{$smarty.now|date_format:"%Y"}{/if} {$config.Company.company_name}</div></td>
</tr>
</table>
</td>
</tr>
<tr>
<td background="{$SkinDir}/images/added/h.jpg">[img]{$SkinDir}/images/added/h.jpg[/img]</td>
</tr>
</table>

</BODY>
</HTML>
{/if}
__________________
X-Cart
Business 5.3.6.5

shipstation,CloudSearch & CloudFilters,Backorder / Preorder,
Reply With Quote
  #2  
Old 07-23-2006, 01:27 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

Moving to Template Editing. Please don't post requests in the Completed Custom Mods forum. Thank you
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
  #3  
Old 07-30-2006, 03:03 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

Please don't double post...I have moved your second post on this topic to this thread. Remember, if you want a guaranteed answer to a question you need to open a ticket in your help desk, as this is not an official support venue.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 11:55 AM.

   

 
X-Cart forums © 2001-2020