<< search1 = "THIS IS SEARCH1" numitem=LISTTOCOL(search,"/") productlist = DBSEARCH("db/products","RECORD > 0","1","1000") item="ERROR" FOR NAME=i VALUE=1 TO 9 DO IF numitem[1,i] > 0 THEN productlist[5,i]=FORMAT((productlist[4,i]*numitem[1,i]),"normal",2) ELSE productlist[5,i]="" /IF /FOR >> RacingPigeonmall Shopping Cart Pigeon Products » RacingPigeonmall Shopping Cart
<>
Item Name Size Unit Price Quantity Item Total
Max Immune Plus 44 tsp $ 13.95 <> $ <>
88 tap $ 25.95 <> $ <>
Show Stopper 50 tsp $ 12.49 <> $ <>
100 tsp $ 22.99 <> $ <>
5% discount for ordering Max Immune Plus and Show Stopper $ << IF ( (numitem[1,1] > 0) OR (numitem[1,2] >0) ) AND ( (numitem[1,3] > 0) OR (numitem[1,4] >0) ) THEN item.discount=FORMAT(-(productlist[5,1]+productlist[5,2]+productlist[5,3]+productlist[5,4])*0.05,"normal",2) ELSE item.discount="" /IF DISPLAY' ' + item.discount + '' /DISPLAY >>
Super Creatine Plus 25% More $ 24.99 <> $ <>
Rejuvinate 96 tsp $ 26.95 <> $ <>
Bio-Fresh 230 Billion $ 15.99 <> $ <>
American "No Light" Yellow Pills 900 $ 11.99 <> $ <>
American "No Light" Green Pills 900 $   9.99 <> $ <>
Total items ordered: << subtotal.items=SUMCOL(numitem,1) IF subtotal.items < 1 THEN subtotal.items = "" /IF DISPLAY subtotal.items /DISPLAY >> $ << subtotal.prices=SUMCOL(productlist,5)+item.discount IF subtotal.prices < 1 THEN subtotal.prices = "" /IF DISPLAY subtotal.prices /DISPLAY >>
Flat Rate USPS Priority Mail Shipping Expense: $ << IF SUMCOL(numitem,1) > 0 THEN shipping.cost = 4.95 ELSE shipping.cost = "" /IF DISPLAY shipping.cost /DISPLAY >>
Total [ Items ordered + Shipping Cost ] : $ << total.price=subtotal.prices+shipping.cost DISPLAY total.price /DISPLAY >>

<< productlist >>
Powered by Shoppe Generator v1.0