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)
-   -   Trouble displaying Site Security Tag generator thingy (https://forum.x-cart.com/showthread.php?t=6996)

info@bodymarcat.com 04-03-2004 09:29 PM

Trouble displaying Site Security Tag generator thingy
 
Where ever I put this it cause the page / template to crash.
When page is displayed I get no error just the entire page is blank.
I am not to familiar with PHP and .tpl so I am sure I just need to format it dif or add something.

Here is line that I need to use

<script src="https://siteseal.thawte.com/cgi/server/thawte_seal_generator.exe">
</script>
Any help would be appreciated.

PS also refer me to a good source (book or online) to learn PHP and Smarty stuff.....

shan 04-04-2004 10:30 AM

put this code in the home.tpl file

make sure you have everything set up on the thwaite site

http://php.net

http://smarty.php.net

http://mysql.com

info@bodymarcat.com 04-05-2004 03:09 AM

home.tpl
 
I have tried putting it there also. Is there something else I should put before or after it? It still just makes whatever page I put it on load blank.
Here is where I put it in home.tpl

<tr>
<td width=6></td>
<td width=150 valign=top>
{ include file="customer/categories.tpl" }


{if $active_modules.Bestsellers ne "" and $config.Modules.bestsellers_menu eq "Y"}
{ include file="modules/Bestsellers/menu_bestsellers.tpl" }
{/if}
{include file="customer/special.tpl"}
{ include file="help.tpl" }
<script src="https://siteseal.thawte.com/cgi/server/thawte_seal_generator.exe">
</script>
</td>
<td width=20></td>
<td valign=top>

{include file="customer/home_main.tpl"}


TelaFirma 04-05-2004 03:28 AM

Try this...

Code:

{literal}
<script src="https://siteseal.thawte.com/cgi/server/thawte_seal_generator.exe">
</script>
{/literal}


info@bodymarcat.com 04-05-2004 04:45 AM

I have tried that also
 
I have tried that also with the same result.
It is odd. I dont get an error message or anything. It just displays a blank page.

shan 04-05-2004 08:01 AM

try clearing thge cache and double check the settings on the thwaite site that says which folders / urls are valid for your certificate


All times are GMT -8. The time now is 03:16 PM.

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