%
dim a1,a2,a3,a4,a5,sp
dim d2,x2,cutter,supersim,bsimcard,tot
d2=request.form("d2")
x2=request.form("x2")
cutter=request.form("cutter")
supersim=request.form("supersim")
bsimcard=request.form("bsimcard")
if cint(cutter)>0 then
sp=20
else
sp=5
end if
a1=cint(d2)*20
a2=cint(x2)*20
a3=cint(cutter)*29
a4=cint(supersim)*49
a5=cint(bsimcard)*25
tot=a1+a2+a3+a4+a5
if not d2+x2+cutter+supersim+bsimcard<=0 then
%>
DuoSIM, Dual SIM Card Adapter, Twin SIM Holder Manufacturer
|

|
|
|

|
|
The New
Generation Dual SIM Card Adapter |
|
|
Retail Order
Information: |
| |
|
|
|
|
|
| |
Item |
Quantity |
Unit
Price |
Amount |
|
| |
DuoSIM
D2 |
<%=d2%> |
US$ 20.00 |
<%=a1%> |
|
| |
DuoSIM
X2 |
<%=x2%> |
US$ 20.00 |
<%=a2%> |
|
| |
SIM Card Cutter |
<%=cutter%> |
US$ 29.00 |
<%=a3%> |
|
| |
SuperSIM 16IN1 SIM Card
Cloner |
<%=supersim%> |
US$ 49.00 |
<%=a4%> |
|
| |
SuperSIM 64K
Blank SIM Card |
<%=bsimcard%> |
US$ 25.00 |
<%=a5%> |
|
| |
|
|
Shipping Cost |
<%=sp%> |
|
| |
Order Total |
|
|
US$ <%=tot+sp%> |
|
Back
|
|
|
Copyright 2005 Mario
Electronics
All Rights Reserved. |
|
<%
else
%>
There is no item in your order.
Please Click here to GO Back
<%
end if
%>