Hi Lukezy
I am using the paypal standard method of checkling out as it si very similar to the world pay method. I am working on the onepagecheckout,ascx usercontrol.
I am adding a form that supplies the order details using hidden fields examples of these forms are
cartid
amount
bill address
ship address.
I am nout sure how to access this from the onepagecheckout.ascx control. I noticed in the open source version in the checkout.ascx file there si code like this. Can I implement something similar in the onepagecheckout.ascx
Thanks
orderNumber =
<font color="#2b91af" size="2"><font color="#2b91af" size="2">Order .Add(userName, <font color="#2b91af" size="2"><font color="#2b91af" size="2">Utils .GetUserName(), email, <font color="#2b91af" size="2"><font color="#2b91af" size="2">WebUtils .GetDiscountRate(), shippingMethod.Name, ShippingAddress, billingAddress, type, card,
|