Home ->
Setup
Coupon
Fusion Setup

Coupon
Fusion
requires
that you insert a
small line of code
into your
website
where you
want your
coupons to
show. This
area should be at
least 500
pixels wide.
Here is the
code:
<script
language="javascript"
src="http://service.couponfusion.com/delivery.asp?ID=12345"></script>
The red
12345
represents
your Account
Number. This
is the only
parameter
that needs
changed. You
will receive
this number
when you
sign up.
With the
exception of
the account
number, this
line must
be inserted
exactly
as you see
it above or
the service
will not
work.
Example
Here
is an
example of a
simple table where
the coupons
will display
centered:
<div
align="left">
<table
border="0"
cellpadding="0"
cellspacing="0"
width="100%"
id="table1">
<tr>
<td align="center" valign="top">
<script
language="javascript"
src="http://service.couponfusion.com/delivery.asp?ID=12345"></script>
</td>
</tr>
</table>
</div>
Parameters
Here are a couple
parameters you can use:
col
This defines how many columns you want. For instance,
&col=2 would give you 2 columns.
&col=3 would give you 3.
See this
example:
<script
language="javascript"
src="http://service.couponfusion.com/delivery.asp?ID=12345&col=2"></script>
Note:
This
parameter is
optional.
Omitting
this
parameter
tells the
system to
show one
column.
pageid
Customers
who have
purchased
multiple
pages will
want to use
this to tell
the system
which page
to show. For instance,
&pageid=2
would show
coupons
saved on
page 2. See
this
example:
<script
language="javascript"
src="http://service.couponfusion.com/delivery.asp?ID=12345&pageid=2"></script>
Note:
This
parameter is
optional.
Omitting
this
parameter
tells the
system to
show page
one.
justify
This defines how you want the coupons to line up. Proper values are Center, Left and Right.
For Instance,
&j=center
would center your coupons. See
this
example:
<script
language="javascript"
src="http://service.couponfusion.com/delivery.asp?ID=12345&j=center"></script>
Note:
This
parameter is
optional.
Omitting
this
parameter
tells the
system to
center your coupons.
Need Help?
We
can always
assist you
or your web
person in
getting the
code
inserted.
Call or
email for
help.
|