<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>ProductCart Shopping Cart Software Forums : Using Postcode Anywhere in new onepagecheckout</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Using Postcode Anywhere in new onepagecheckout]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 09:02:49 +0000</pubDate>
  <lastBuildDate>Tue, 22 Feb 2011 11:33:04 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.productcart.com/RSS_post_feed.asp?TID=4320</WebWizForums:feedURL>
  <image>
   <title><![CDATA[ProductCart Shopping Cart Software Forums]]></title>
   <url>https://forum.productcart.com/forum_images/pc_logo_50.png</url>
   <link>https://forum.productcart.com/</link>
  </image>
  <item>
   <title><![CDATA[Using Postcode Anywhere in new onepagecheckout : HI, i got help from PostcodeAnywhere...]]></title>
   <link>https://forum.productcart.com/using-postcode-anywhere-in-new-onepagecheckout_topic4320_post16863.html#16863</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=739">John2710</a><br /><strong>Subject:</strong> 4320<br /><strong>Posted:</strong> 22-February-2011 at 11:33am<br /><br />HI,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;i got help from PostcodeAnywhere on this, so I thought I would post the solution to this, so anyone else searching can also use this in the UK<br /><br />This is for V4 of productcart.Yuu also need an account with postcodeanywhere.<br /><br />1. Log into your postcode anywhere account at www.postcodeanywhere.co.uk<br />2. click on Setup account from the menu on the left<br />3. Choose the option  - I want my customers to be able to quickly fill in their addresses on my web site<br />4. Next choose the option 'Website client (recommended)' . You are now creating the key that postcode anywhere uses. You need to name your key so you know which button it relates to for future reference.A good name might be 'domain name -  billing address" for example<br />4. Choose the option to have 2 lines in the address, and a separate company box, since this is what productcart uses.<br />5. The next page will generate a line of javascript for you automatically. Copy this code <br />6. Now paste this code after the following line of code in onepagecheckout.asp<br /><br />&lt;td&gt;&lt;input type="text" name="billzip" id="billzip" value="&lt;%=pcStrBillingPostalCode%&gt;" /&gt;&lt;PLACE JAVASCRIPT WEB CLIENT CODE HERE&gt;<br /><br />This will create a setup button on your webpage next to the postcode box.<br /><br />You then need to upload your modified onepagecheckout.asp to your pc folder, and then view the page on your website. You will then see a button that says 'set up postcode anywhere'.<br /><br />You need to click on this and follow the instructions. Here you will basically map the string variables from the productcart asp page to the relevant name in postcode anywhere. These are quite easy to do<br /><br />ie billzip is obviously billing postcode id, so you would match this to 'postcode' on postcode anywhere.<br />&nbsp;&nbsp;&nbsp;&nbsp;billcity is obviously the billing City, so you would match this to the 'City' on postcode anywhere<br /><br />PLease note: The list will show ALL the variable strings that are on the onepagecheckout.asp form in thelist. You only need to choose the ones that are relevant to the form you are wanting to populate, which is the billing address. If you want to do this for the shipping/delivery address see below for how to do this<br /><br />Once youve done this for all the relevant boxes on the productcart form click finish, refresh the page, and the button should now work.<br /><br /><br />If you need to do this for the shipping address lookup, you need to repeat the steps above, as you need a new key for each button. You then get a new piece of javascript that you insert after the following line of code in onepagecheckout.asp<br /><br />&lt;td&gt;&lt;input type="text" name="shipzip" id="shipzip" /&gt;&lt;PLACE JAVASCRIPT WEB CLIENT CODE HERE&gt;<br /><br /><br />A note to get this working in IE.<br /><br />To get the button to display correctly in Internet Explorer you will need to change the JavaScript as follows:<br /> <br />Replace:<br /> <br />http://services.postcodeanywhere<br /> <br />With:<br /> <br />https://services.postcodeanywhere<br /> <br />This will get around the security certificate which is blocking the button from displaying; this is a known issue within Internet Explorer.<br /><br /><br />Hope this helps with anyone trying to set this up. Any issues, then email the postcode anywhere team. They are very helpfull<br /><br />Thanks<br /><br />John]]>
   </description>
   <pubDate>Tue, 22 Feb 2011 11:33:04 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/using-postcode-anywhere-in-new-onepagecheckout_topic4320_post16863.html#16863</guid>
  </item> 
  <item>
   <title><![CDATA[Using Postcode Anywhere in new onepagecheckout : Hi Henry,  If you get this sorted...]]></title>
   <link>https://forum.productcart.com/using-postcode-anywhere-in-new-onepagecheckout_topic4320_post16860.html#16860</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=190">intour</a><br /><strong>Subject:</strong> 4320<br /><strong>Posted:</strong> 22-February-2011 at 5:22am<br /><br />Hi Henry,<DIV>&nbsp;</DIV><DIV>If you get this sorted could you let me know please. I have a few customers who may be interested in using your service.</DIV><DIV>&nbsp;</DIV><DIV>Nigel</DIV>]]>
   </description>
   <pubDate>Tue, 22 Feb 2011 05:22:08 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/using-postcode-anywhere-in-new-onepagecheckout_topic4320_post16860.html#16860</guid>
  </item> 
  <item>
   <title><![CDATA[Using Postcode Anywhere in new onepagecheckout : Hi John,  My names Henry and...]]></title>
   <link>https://forum.productcart.com/using-postcode-anywhere-in-new-onepagecheckout_topic4320_post16852.html#16852</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2183">PCA_Henry</a><br /><strong>Subject:</strong> 4320<br /><strong>Posted:</strong> 21-February-2011 at 9:01am<br /><br />Hi John,<DIV>&nbsp;</DIV><DIV>My names Henry and I work for the Postcode Anywhere support team. If you would like to get in touch with us (details available at <a href="http://www.postcodeanywhere.co.uk" target="_blank">http://www.postcodeanywhere.co.uk</A>) we can work with you to try and get your integration back up and running.</DIV><DIV>&nbsp;</DIV><DIV>Henry</DIV><DIV>Postcode Anywhere</DIV>]]>
   </description>
   <pubDate>Mon, 21 Feb 2011 09:01:05 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/using-postcode-anywhere-in-new-onepagecheckout_topic4320_post16852.html#16852</guid>
  </item> 
  <item>
   <title><![CDATA[Using Postcode Anywhere in new onepagecheckout : Hi, I am hoping someone can help...]]></title>
   <link>https://forum.productcart.com/using-postcode-anywhere-in-new-onepagecheckout_topic4320_post16843.html#16843</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=739">John2710</a><br /><strong>Subject:</strong> 4320<br /><strong>Posted:</strong> 17-February-2011 at 6:52am<br /><br />Hi,<br>&nbsp;&nbsp;&nbsp;&nbsp; I am hoping someone can help me out here. I have emailed support who say they are short staffed and to post in here for a solution, as they cannot answer non productcart related queries at this time,so here it is.<br><br>I use postcode anywhere, a service where you can enter a postcode (zip) in the address box and it presents a list of addresses for that postcode, which the user then selects, and it populates the form.<br><br>see www.postcodeanywhere.co.uk for what I am on about<br><br>I previously entered this in the pc/login.asp file previous to version 4. It was quite easy to see on the page where to add the line of javascript that points to postocode anywhere<br><br>On V4 this has now all changed, and seems to use lots of jquery and javascript, which make sit difficult for me to see where `i need to add the javascript code<br><br>It needs to go on the page that asks for a delivery address, as well as the billing address page.<br><br>Can some one please point me to the correct page where I need to enter the 2 javascript entries<br><br>Many thanks<br><br>John<br>]]>
   </description>
   <pubDate>Thu, 17 Feb 2011 06:52:44 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/using-postcode-anywhere-in-new-onepagecheckout_topic4320_post16843.html#16843</guid>
  </item> 
 </channel>
</rss>