Skip to main content

I was told to remove the 'tag' for my Auctiva Store window from my ebay listing to help the appearance. My template area is so large you have to scroll side to side to see it all. Can anyone tell me how to do this in layman's terms. My listing is already on Ebay and I have tried to edit it to no avail. Help!!!
Original Post

Replies sorted oldest to newest

You can go to Store, Store Window, Store Window html to see the code. Then, go to eBay, revise listing description, html view, look for the code, then cut. If you paste it at the very end, after the Auctiva table code, it should not make you scroll anymore. If it does, you can just not save changes and not paste after cutting.
quote:
Originally posted by jan1:
I was told to remove the 'tag' for my Auctiva Store window from my ebay listing to help the appearance. My template area is so large you have to scroll side to side to see it all. Can anyone tell me how to do this in layman's terms. My listing is already on Ebay and I have tried to edit it to no avail. Help!!!


Hi Jan,

It can be removed by hand from each auction the scrolling store is in. But to remove it you have to revise each auction and remove the flash code manually. Once you do this, make sure to go to your auctiva account and switch off the scrolling store. Then new auctions will not have the store in them.

It can be a little tricky if you don't know what your doing, because its very easy to remove stuff you don't want to remove !! eeekk.

Anyway, if you want to try 1, then see how it looks this is what you need to do.

Go into your auction on ebay and click revise description. Look half way down the html coding for this section : Hightlight all the script that looks like this. Then press delete (only delete this bit though. !! Then click on save and subit and check the auction. The scrolling store should be gone from that 1 auction. Let me know how you get on.

Good luck. Carol. ok, below is the code you need to remove.

<!--ASW-->
<TABLE cellSpacing=0 cellPadding=0 width="100%" align=center border=0>
<TBODY>
<TR>
<TD>
<SCRIPT language=JavaScript type=text/javascript>function passpara(){return '&id=118344&itembgcolor
=0xFFCC66&bordercolor=0xDD0000&
storewindowbgcolor=0xFFCC66&
toptextcolor=0x000000&
bottomtextcolor=0x000000
&stripcolor=0xFF9900&
auctionclosemessagecolor=
0xff0000&emptyboxmessagecolor
=0x000000&buttovercolor=
0xFF9900&buttoutcolor=
0x000000&searchtitlecolor=
0x000000&searchbuttbgcolor=
0xc0c0c0&searchbutttextcolor=
0x000000&searchbuttbordercolor=
0x000000&itemhighlightcolor=
0xfff000&navbuttonactivecolor=
0x4bc1ee&navbuttonoutlinecolor=
0xff9900&navbuttoninactivebgcolor=
0x000000&baseurl='+escape(location.href.substring(0, location.href.lastIndexOf('/') + 1));} </SCRIPT>

<SCRIPT language=JavaScript type=text/javascript><!--

var flashVersion = 0;
var agent = navigator.userAgent.
toLowerCase();
if (navigator.plugins != null && navigator.plugins.length > 0)
{
var flashPlugin = navigator.plugins['Shockwave Flash'];
if (typeof flashPlugin == 'object')
{
//
// need flash version 6 or higher (this code should work with future flash plugins.)
//
if (flashPlugin.description.indexOf(' 5.') != -1)
flashVersion = 5;
else if (flashPlugin.description.indexOf(' 4.') != -1)
flashVersion = 4;
else if (flashPlugin.description.indexOf(' 3.') != -1)
flashVersion = 3;
else if (flashPlugin.description.indexOf(' 2.') != -1)
flashVersion = 2;
else if (flashPlugin.description.indexOf(' 1.') != -1)
flashVersion = 1;
else if (flashPlugin.description.indexOf(' 6.') != -1)
flashVersion = 6;
else if (flashPlugin.description.indexOf(' 7.') != -1)
flashVersion = 7;
else
flashVersion = 8;
}
}
else if (agent.indexOf('msie') != -1 && parseInt(navigator.appVersion) >= 4 && agent.indexOf('win')!=-1 && agent.indexOf('16bit')==-1)
{
if (window.sqHasFlash)
{
flashVersion = 6;
}
else
{
document.writeln('<scr' + 'ipt language="VBScript">');
document.writeln('on error resume next');
document.writeln('dim obFlash ');
document.writeln('set obFlash = CreateObject("ShockwaveFlash.ShockwaveFlash.7")');
document.writeln('if IsObject(obFlash) then ');
document.writeln('flashVersion = 7 ');
document.writeln('else set obFlash = CreateObject("ShockwaveFlash.ShockwaveFlash.6") end if ');
document.writeln('if flashVersion < 7 and IsObject(obFlash) then ');
document.writeln('flashVersion = 6 ');
document.writeln('else set obFlash = CreateObject("ShockwaveFlash.ShockwaveFlash.5") end if ');
document.writeln('if flashVersion < 6 and IsObject(obFlash) then ');
document.writeln('flashVersion = 5 ');
document.writeln('else set obFlash = CreateObject("ShockwaveFlash.ShockwaveFlash.4") end if ');
document.writeln('if flashVersion < 5 and IsObject(obFlash) then ');
document.writeln('flashVersion = 4 ');
document.writeln('else set obFlash = CreateObject("ShockwaveFlash.ShockwaveFlash.3") end if ');
document.writeln('if flashVersion < 4 and IsObject(obFlash) then ');
document.writeln('flashVersion = 3 ');
document.writeln('end if ');
document.writeln('</scr' + 'ipt>');
}
}
if (flashVersion >= 6)
{
document.writeln('<table align="center" valign="top" border="0" cellspacing="0" cellpadding="0">');document.writeln('<tr><td width="247"><tr><td align="right" valign="top">');document.writeln('<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.
macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="752" HEIGHT="227" id="auctivastorewindow" ALIGN="middle">');document.writeln('<PARAM NAME=movie VALUE="http://
asw.auctiva.com/StoreWindow_HScroller.swf">')
;document.writeln('<PARAM NAME=FlashVars VALUE="'+passpara()+'">');document.writeln('<PARAM NAME=quality VALUE=high>');
document.writeln('<PARAM NAME=wmode VALUE=transparent>');
document.writeln('<PARAM NAME=allowScriptAccess VALUE=always>');document.writeln('<EMBED src="http://asw.auctiva.com/
StoreWindow_HScroller.swf" FlashVars
="'+passpara()+'"quality=high ');document.writeln('WIDTH="752" HEIGHT="227" NAME="auctivastorewindow" ALIGN="middle"');document.writeln('TYPE="application/x-shockwave-flash"');document.writeln('PLUGINSPAGE=
"http://www.macromedia.com/go/
getflashplayer">');document.writeln
('</EMBED>');
document.writeln('</OBJECT>');
document.writeln('</td></tr></table>');
}
else
{document.write('<a href="http://www.macromedia.
com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"><img src="http://www.auctiva.com/
images/StoreWin_NoFlashPlayer_Hor.jpg" border="0"></a>');}

document.writeln('<NOSCRIPT>');document.writeln('<a href="http://www.macromedia.com/
shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"><img src="http://www.auctiva.com/images/
StoreWin_NoFlashPlayer_Hor.jpg" border="0"></a>');document.writeln('</NOSCRIPT>');

//--></SCRIPT>
</TD></TR></TBODY></TABLE><!--ASW-->

Add Reply

Copyright © 1999-2018 Auctiva.com. All rights reserved.
×
×
×
×
Link copied to your clipboard.
×