View Single Post
  #2  
Old 11-11-2004, 09:42 AM
  Bak's Avatar 
Bak Bak is offline
 

Newbie
  
Join Date: Oct 2004
Location: Netherlands
Posts: 5
 

Default

Got an answer from the Helpdesk...

I'm placing it here for other X-cart users with the same problem.

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

You should edit the "/skin1/head.tpl" template. Go to your admin area, click the "Edit templates" link in the "Administration" section and choose the "head.tpl" template.

Find the following code in the template:
-----------------------------
<OBJECT classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="341" height="206" id="flash_logo" align="top"><PARAM name="allowScriptAccess" value="sameDomain" /><PARAM name="movie" value="{$ImagesDir}/custom/flash_logo.swf" /><PARAM name="menu" value="false" /><PARAM name="loop" value="false" /><PARAM name="quality" value="high" /><PARAM name="bgcolor" value="#ffffff" /><PARAM name="FlashVars" value="{if $main eq "catalog" and $current_category.category eq ""}not_home_page=0{else}not_home_page=1{/if}&company_name_path={$ImagesDir}/custom/company_name.swf&home_path={$http_location}/customer/home.php" ><EMBED src="{$ImagesDir}/custom/flash_logo.swf" FlashVars="{if $main eq "catalog" and $current_category.category eq ""}not_home_page=0{else}not_home_page=1{/if}&company_name_path={$ImagesDir}/custom/company_name.swf&home_path={$http_location}/customer/home.php" loop="false" men!
u="false" quality="high" bgcolor="#ffffff" width="341" height="206" name="flash_logo" align="top" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" swLiveConnect=true /></OBJECT>
-----------------------------

and replace it with

-----------------------------
[img]{$ImagesDir}/YOUR_GIF[/img]
-----------------------------

Put the YOUR_GIF image file into the "store/skin1/images/" images catalogue.
__________________
Version: X-cart Gold 3.5.x
Reply With Quote