Hi My client is using Mals cart with Google Checkout, my client needs to request additional information from the buyer i.e. place, date and time of birth etc, (they need to be required fields) is there anyway I can set this up in Google Checkout? Also looking at an order they received, it came through with the buyers google.com email address is there a way for it to come through with the buyers regular email address? Here is the current code: <form action="http://ww0.aitsafe.com/cf/add.cfm"; method="post"> <input type="hidden" name="userid" value="user id"> <input type="hidden" name="return" value="http://www.mysite.com"> <input type="hidden" name="qty" value="1"> <input type="hidden" name="units" value="1"> <select name="productpr"> <option selected value="">Please Select</option> <option value="Personality Profile - Email:8.95"> Email - £8.95 </option> <option value="Personality Profile - Post:12.95"> Post - £12.95 </option> </select> <br /> <input type="image" src="Order.jpg" border="0" /> </form> Thanks in advance Dee
have you thought about using a cart system to do this? I use a cart called ejunkie thats 5$ a month and allows custom fields like you want. once the info is gathered they are forwarded to your google checkout or whatever services you want to offer. this is nice way to do it in my opinion so you can use multiple payment systems and have ejunkie gathering their shipping/custom order information.
Hi, I am using mals cart and don't want to charge it, I just was hoping there was a way to make it work with the current code? Thanks Dee