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

Putting GeoTrust Logo on Cart

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 06-26-2008, 12:41 PM
 
geomariv geomariv is offline
 

Member
  
Join Date: Sep 2007
Posts: 20
 

Default Putting GeoTrust Logo on Cart

Hello, i was wondering if someone could help me to put my GeoTrust logo on my website. I want to put it on the left hand side right under the help section. http://www.1stsourceproducts.com/store

I have already created a .tpl file with the certification information there but i dont know where to go from there.

Any help would be appriciated. Thanks.
__________________
http://www.1stsourceproducts.com/store

X-Cart version 4.1.8
Reply With Quote
  #2  
Old 06-26-2008, 04:51 PM
 
balinor balinor is offline
 

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

Default Re: Putting GeoTrust Logo on Cart

Please don't post questions in the completed custom mods forum. Moving to Template Editing.

Where would you like the icon to appear?
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
  #3  
Old 06-26-2008, 11:58 PM
  Holub's Avatar 
Holub Holub is offline
 

X-Adept
  
Join Date: Jan 2008
Posts: 432
 

Default Re: Putting GeoTrust Logo on Cart

No problem. Please post in this thread your /skin1/customer/home.tpl and GeoTrust HTML code. I'll show you when you should insert GeoTrust code
__________________
Regards,
Anthony Holub

X-Cart Skins Store
- twenty two different skins available;
- both 4.1.x and 4.2.x versions compatible;
- refresh you store now!

Smart menu X-Cart add-on
Featured Products Slide Show X-Cart add-on
"What's New?" FREE X-Cart add-on
Reply With Quote
  #4  
Old 07-01-2008, 11:29 AM
 
geomariv geomariv is offline
 

Member
  
Join Date: Sep 2007
Posts: 20
 

Default Re: Putting GeoTrust Logo on Cart

I would like for the logo to appear right below the help tab on the left hand side of the page.

I would also like to have it appear on the check-out page so it says something like "click here to proceed to secure checkout" or something like that.
__________________
http://www.1stsourceproducts.com/store

X-Cart version 4.1.8
Reply With Quote
  #5  
Old 07-01-2008, 11:37 AM
 
geomariv geomariv is offline
 

Member
  
Join Date: Sep 2007
Posts: 20
 

Default Re: Putting GeoTrust Logo on Cart

Here is the home.tpl code:

{* $Id: home.tpl,v 1.88.2.10 2007/06/18 12:38:57 max Exp $ *}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
{if $printable ne ''}
{include file="customer/home_printable.tpl"}
{else}
{config_load file="$skin_config"}
<html>
<head>
<title>{strip}
{capture name=title}
{if $config.SEO.page_title_format eq "A"}
{section name=position loop=$location}
{if not %position.first%}&nbsp;::&nbsp;{/if}
{$location[position].0|strip_tags|escape}
{/section}
{else}
{section name=position loop=$location step=-1}
{if not %position.first%}&nbsp;::&nbsp;{/if}
{$location[position].0|strip_tags|escape}
{/section}
{/if}
{/capture}
{if $config.SEO.page_title_limit <= 0}
{$smarty.capture.title}
{else}
{$smarty.capture.title|replace:"&nbsp;":" "|truncate:$config.SEO.page_title_limit|replac e:" ":"&nbsp;"}
{/if}
{/strip}</title>
{include file="meta.tpl" }
<link rel="stylesheet" href="{$SkinDir}/{#CSSFile#}" />
{* WCM - CDSEO Links
{if $main eq "catalog" OR $main eq "product"}<base href="{if $smarty.server.HTTPS eq "on"}{$https_location}{else}{$http_location}{/if}/" />{/if}
/ WCM - CDSEO Links *}
</head>
<body{$reading_direction_tag}{if $body_onload ne ''} onload="javascript: {$body_onload}"{/if}>
{include file="rectangle_top.tpl" }
{include file="head.tpl" }
{if $active_modules.SnS_connector}
{include file="modules/SnS_connector/header.tpl"}
{/if}
<!-- main area -->
<table width="811" cellpadding="0" cellspacing="0" style="background-color: #FFF;" align="center">
<tr>
<td class="VertMenuLeftColumn">
{if $categories ne "" and ($active_modules.Fancy_Categories ne "" or $config.General.root_categories eq "Y" or $subcategories ne "")}
{include file="customer/categories.tpl" }
{/if}
{if $active_modules.Bestsellers ne "" and $config.Bestsellers.bestsellers_menu eq "Y"}
{include file="modules/Bestsellers/menu_bestsellers.tpl" }
{/if}
{if $active_modules.Manufacturers ne "" and $config.Manufacturers.manufacturers_menu eq "Y"}
{include file="modules/Manufacturers/menu_manufacturers.tpl" }
{/if}
{include file="customer/special.tpl"}
{if $active_modules.Survey && $menu_surveys}
{foreach from=$menu_surveys item=menu_survey}
{include file="modules/Survey/menu_survey.tpl"}
<br />
{/foreach}
{/if}
{if $active_modules.SnS_connector && $config.SnS_connector.sns_display_button eq 'Y' && $sns_collector_path_url ne ''}
{include file="modules/SnS_connector/button.tpl"}
<br />
{/if}
{if $active_modules.Feature_Comparison ne "" && $comparison_products ne ''}
{include file="modules/Feature_Comparison/product_list.tpl" }
<br />
{/if}
{*{include file="customer/menu_cart.tpl" }
<br />*}
{if $login eq "" }
{include file="auth.tpl" }
{else}
{include file="authbox.tpl" }
{/if}
{include file="news.tpl" }
{include file="help.tpl" }
{include file="new_cert.tpl" }
{if $active_modules.XAffiliate ne "" && $config.XAffiliate.partner_register eq 'Y'}
<br />
{include file="partner/menu_affiliate.tpl" }
{/if}
{if $active_modules.Interneka ne ""}
<br />
{include file="modules/Interneka/menu_interneka.tpl" }
{/if}
<br />
<img src="{$ImagesDir}/spacer.gif" width="180" height="1" alt="" />
</td>
<td valign="top" width="100%">
<!-- central space -->

<table width="100%" height="43" cellpadding="0" cellspacing="0" style="background-image: url(skin1/images/custom/bar_bg.jpg);">
<tr>
<td valign="top">{include file="customer/top_menu.tpl" }</td>
</tr>
</table>

<div style="padding: 10px;">
{if $main ne "catalog" or $current_category.category ne ""}{include file="location.tpl"}{/if}
{if $gcheckout_enabled and $main ne "cart" and $main ne "checkout" and $main ne "anonymous_checkout" and $main ne "order_message"}
<div align="right">{include file="modules/Google_Checkout/gcheckout_button.tpl"}</div>
{/if}
{include file="dialog_message.tpl"}
{include file="customer/home_main.tpl"}
{if $active_modules.Special_Offers ne ""}
{include file="modules/Special_Offers/customer/new_offers_message.tpl"}
{/if}
</div>
<!-- /central space -->
&nbsp;
</td>
</tr>
</table>
{include file="rectangle_bottom.tpl" }
{if $active_modules.Google_Analytics ne "" && $config.Google_Analytics.ganalytics_code ne ""}
{include file="modules/Google_Analytics/ga_code.tpl"}
{/if}
</body>
</html>
{/if}


Here is the Geo Trust code:

<script language="JavaScript" type="text/javascript"

src="
__________________
http://www.1stsourceproducts.com/store

X-Cart version 4.1.8
Reply With Quote
  #6  
Old 07-02-2008, 01:22 AM
  Holub's Avatar 
Holub Holub is offline
 

X-Adept
  
Join Date: Jan 2008
Posts: 432
 

Default Re: Putting GeoTrust Logo on Cart

{* $Id: home.tpl,v 1.88.2.10 2007/06/18 12:38:57 max Exp $ *}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
{if $printable ne ''}
{include file="customer/home_printable.tpl"}
{else}
{config_load file="$skin_config"}
<html>
<head>
<title>{strip}
{capture name=title}
{if $config.SEO.page_title_format eq "A"}
{section name=position loop=$location}
{if not %position.first%}&nbsp;::&nbsp;{/if}
{$location[position].0|strip_tags|escape}
{/section}
{else}
{section name=position loop=$location step=-1}
{if not %position.first%}&nbsp;::&nbsp;{/if}
{$location[position].0|strip_tags|escape}
{/section}
{/if}
{/capture}
{if $config.SEO.page_title_limit <= 0}
{$smarty.capture.title}
{else}
{$smarty.capture.title|replace:"&nbsp;":" "|truncate:$config.SEO.page_title_limit|replac e:" ":"&nbsp;"}
{/if}
{/strip}</title>
{include file="meta.tpl" }
<link rel="stylesheet" href="{$SkinDir}/{#CSSFile#}" />
{* WCM - CDSEO Links
{if $main eq "catalog" OR $main eq "product"}<base href="{if $smarty.server.HTTPS eq "on"}{$https_location}{else}{$http_location}{/if}/" />{/if}
/ WCM - CDSEO Links *}
</head>
<body{$reading_direction_tag}{if $body_onload ne ''} onload="javascript: {$body_onload}"{/if}>
{include file="rectangle_top.tpl" }
{include file="head.tpl" }
{if $active_modules.SnS_connector}
{include file="modules/SnS_connector/header.tpl"}
{/if}
<!-- main area -->
<table width="811" cellpadding="0" cellspacing="0" style="background-color: #FFF;" align="center">
<tr>
<td class="VertMenuLeftColumn">
{if $categories ne "" and ($active_modules.Fancy_Categories ne "" or $config.General.root_categories eq "Y" or $subcategories ne "")}
{include file="customer/categories.tpl" }
{/if}
{if $active_modules.Bestsellers ne "" and $config.Bestsellers.bestsellers_menu eq "Y"}
{include file="modules/Bestsellers/menu_bestsellers.tpl" }
{/if}
{if $active_modules.Manufacturers ne "" and $config.Manufacturers.manufacturers_menu eq "Y"}
{include file="modules/Manufacturers/menu_manufacturers.tpl" }
{/if}
{include file="customer/special.tpl"}
{if $active_modules.Survey && $menu_surveys}
{foreach from=$menu_surveys item=menu_survey}
{include file="modules/Survey/menu_survey.tpl"}
<br />
{/foreach}
{/if}
{if $active_modules.SnS_connector && $config.SnS_connector.sns_display_button eq 'Y' && $sns_collector_path_url ne ''}
{include file="modules/SnS_connector/button.tpl"}
<br />
{/if}
{if $active_modules.Feature_Comparison ne "" && $comparison_products ne ''}
{include file="modules/Feature_Comparison/product_list.tpl" }
<br />
{/if}
{*{include file="customer/menu_cart.tpl" }
<br />*}
{if $login eq "" }
{include file="auth.tpl" }
{else}
{include file="authbox.tpl" }
{/if}
{include file="news.tpl" }
{include file="help.tpl" }

<-----------------------
insert GeTrust code here


{include file="new_cert.tpl" }
{if $active_modules.XAffiliate ne "" && $config.XAffiliate.partner_register eq 'Y'}
<br />
{include file="partner/menu_affiliate.tpl" }
{/if}
{if $active_modules.Interneka ne ""}
<br />
{include file="modules/Interneka/menu_interneka.tpl" }



About checkout: why you did not enabled all HTTPS options at http://yourshop/admin/configuration.php?option=Security
this allow to be a secure checkout. Also you should set payment methods protocols to HTTPS at http://yourshop/admin/payment_methods.php
__________________
Regards,
Anthony Holub

X-Cart Skins Store
- twenty two different skins available;
- both 4.1.x and 4.2.x versions compatible;
- refresh you store now!

Smart menu X-Cart add-on
Featured Products Slide Show X-Cart add-on
"What's New?" FREE X-Cart add-on
Reply With Quote
  #7  
Old 07-02-2008, 08:53 AM
 
geomariv geomariv is offline
 

Member
  
Join Date: Sep 2007
Posts: 20
 

Default Re: Putting GeoTrust Logo on Cart

Anthony, Thanks for showing me that. I already had https enabled for the payment methods but I guess I forgot to check the other one.

I put the geo trust code where you said above but it still doesnt appear. is there anything else i need to do? this is how i put it on there:


{include file="news.tpl" }
{include file="help.tpl" }
<script language="JavaScript" type="text/javascript" src="
__________________
http://www.1stsourceproducts.com/store

X-Cart version 4.1.8
Reply With Quote
  #8  
Old 07-02-2008, 08:44 PM
 
geomariv geomariv is offline
 

Member
  
Join Date: Sep 2007
Posts: 20
 

Default Re: Putting GeoTrust Logo on Cart

Anthony, it looks like i had it right all along. I just had to run the cleanup.php and it appeared. I already had it when i made the new "new_cert.tpl" file with the script and inserted it in the home.tpl.

Anyway, thanks for the help!
__________________
http://www.1stsourceproducts.com/store

X-Cart version 4.1.8
Reply With Quote
  #9  
Old 07-02-2008, 09:23 PM
 
geomariv geomariv is offline
 

Member
  
Join Date: Sep 2007
Posts: 20
 

Default Re: Putting GeoTrust Logo on Cart

Anyone know where to put the code to have it on the check out page?
__________________
http://www.1stsourceproducts.com/store

X-Cart version 4.1.8
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 03:21 AM.

   

 
X-Cart forums © 2001-2020