|
Troubleshooting Index
Anatomy of a buy button:
<ebutton id="mirror463" sid="5487Furniture" >
<script language="JavaScript">
<!--
makeB("5487Furniture","mirror463","../image/add2basket.gif","1");
//-->
</script>
</ebutton>
What it all means:
mirror463 = product code
5487Furniture = store id
../image/add2basket.gif = URL of your buy button image OR the text of your buy button
1 = type of buy button - 1 is the code for an image, 0 is a form button with text only, 2 is a form button with text and the price displayed
Common checks:
1. Product code: mirror463 matches the product code in product list
2. Store id: 5487Furniture matches the head code of your web page. The store id is on line 4 of the eButtonz head code:
<ebuttonz_script>
<script language="JavaScript">
<!-- www.eButtonz.com version 4
var eBshop="5487Furniture"
If this solution does not help you please email us at :
Email us
ts_000043 Last Modified 14 May 2002
|