Forum Moderators: open
var calcveil1=(((length1 * 20)+((trimcost * 1) + motifcost)) + ((length2 * 20)+((trimcost * 1) + motifcost)) + ((length3 * 20)+((trimcost * 1) + motifcost))) * .01
var calcveil2=Math.round((calcveil1 + 1))
var showchoices="You selected a " + mat + " bridal illusion veil with " + trim + " edge and " + motif + " motif. Tier 1 is " + length1 + " inches. Tier 2 is " + length2 + " inches. Tier 3 is " + length3 + " inches. The total cost for your handmade veil is $" + calcveil2 + ". Nice choice!";
alert(showchoices);
var sOrder = "https://www.paypal.com/cart/add=1&business=m00n106%40aol.com&item_name=Veil w/" + mat + " illusion and "+trim+" edge. Tier 1 is "+length1+" in. Tier 2 is "+length2+" in. Tier 3 is "+length3+" in. Motif:"+motif+"blusher:"+blusher+"in. Pouf:"+pouf+"in.&item_number=Custom&amount="+ calcveil2;
window.open(sOrder,'cartwin','width=600,height=400,scrollbars,location,resizable,status');