RomanCart.com Forum Homepage
Forum Home Forum Home > RomanCart > Integration
  New Posts New Posts
  FAQ FAQ  Forum Search   Register Register  Login Login

'send customer details to checkout' integration

 Post Reply Post Reply
Author
Message
surprisethem View Drop Down
Newbie
Newbie


Joined: 29 June 2005
Location: United Kingdom
Status: Offline
Points: 24
Post Options Post Options   Thanks (0) Thanks(0)   Quote surprisethem Quote  Post ReplyReply Direct Link To This Post Topic: 'send customer details to checkout' integration
    Posted: 26 February 2011 at 10:24am
Hi,

I came acrosss the 'send customer details to checkout' function and wordered how it can be integrated and if anyone has a website where they have successfully used it.

Many thanks,

Lisa
www.tigerfrog.co.uk
www.suprisethem.co.uk
Back to Top
Support James View Drop Down
RomanCart Team
RomanCart Team


Joined: 30 November 2010
Location: Bath
Status: Offline
Points: 773
Post Options Post Options   Thanks (0) Thanks(0)   Quote Support James Quote  Post ReplyReply Direct Link To This Post Posted: 26 February 2011 at 3:38pm
Hi Lisa,

This is quite straight forward to setup, first access your add to basket buttons html then add the following line of code..

<input type='text' name=''>

Now between the set of quotation marks after name add the word 'address1' , so now the code looks like this..

<input type='text' name='Address1'>

You can add any of the values detailed in the link below..

http://www.romancart.com/sell-more/tabs/how_it_works_examples.html#aa

If you want to see an example of this in action you can copy and paste the code below into an HTML document to see this is action..

<form action='http://www.romancart.com/cart.asp' method='post'>
<input type='hidden' name='storeid' value='53567'>
<input type='hidden' name='itemcode' value='00002'>
Unrestricted <input type='text' name='itemname2'>

<br>
Company <input type='text' name='CompanyName'>
<br>
Address Line 1<input type='text' name='Address1'>
<br>
Address Line 2 <input type='text' name='Address2'>
<br>
Town <input type='text' name='Town'>
<br>
County <input type='text' name='County'>
<br>
Email Address <input type='text' name='Email'>
<br>
<input type='submit' value='Add to basket'>
</form>



Kind Regards

Edited by Support James - 26 February 2011 at 3:39pm
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down



This page was generated in 0.047 seconds.