<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>How to add fields in 'checkout' page?</title>
    <link>http://forums.shopify.com/categories/9/posts/30483</link>
    <language>en-us</language>
    <description>Feed for discussion topic How to add fields in 'checkout' page?</description>
    <item>
      <title>How to add fields in 'checkout' page?</title>
      <author>srini</author>
      <pubDate>Fri, 23 Oct 2009 12:16:21 +0000</pubDate>
      <link>http://forums.shopify.com/categories/9/posts/30483</link>
      <guid>http://forums.shopify.com/categories/9/posts/30483</guid>
      <description>&lt;p&gt;Hi ,&lt;/p&gt;
&lt;p&gt;I am planning to develop a customised checkout page using the shopify. I am facing following issues. Could someone please help me in doing the same?&lt;/p&gt;
&lt;p&gt;1. As shown in the attached screen shot , I would like to add a text box "Personnummer".&lt;/p&gt;
&lt;p&gt;2. I would like to call/invoke my self extracted/hosted application (developed in java) on the button "Complete my purchase" event given in the screen shot.&lt;/p&gt;
&lt;p&gt;3.  If I am able to add the text box in the question 1 then how can access the data in my application?&lt;/p&gt;
&lt;p&gt;Thanks in advance!!!&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Cheers,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Srini&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>srini commented</title>
      <author>srini</author>
      <pubDate>Wed, 28 Oct 2009 10:49:09 +0000</pubDate>
      <link>http://forums.shopify.com/categories/9/posts/30483#comment-30589</link>
      <guid>http://forums.shopify.com/categories/9/posts/30483#comment-30589</guid>
      <description>&lt;p&gt;Can someone please reply to this post.&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item>
      <title>BBG commented</title>
      <author>BBG</author>
      <pubDate>Wed, 28 Oct 2009 14:46:58 +0000</pubDate>
      <link>http://forums.shopify.com/categories/9/posts/30483#comment-30599</link>
      <guid>http://forums.shopify.com/categories/9/posts/30483#comment-30599</guid>
      <description>&lt;p&gt;Hi Srini,&lt;/p&gt;
&lt;p&gt;You cannot add fields to the checkout page (FAQ: &lt;a href="http://support.myshopify.com/faqs/help-articles-faq/can-i-customize-my-checkout-page)"&gt;http://support.myshopify.com/faqs/help-articles-faq/can-i-customize-my-checkout-page)&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I would recommend you capture the additional field and do the validation on the cart page instead.&lt;/p&gt;
&lt;p&gt;HTH, Gavin.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caroline Schnapp commented</title>
      <author>Caroline Schnapp</author>
      <pubDate>Wed, 28 Oct 2009 16:34:11 +0000</pubDate>
      <link>http://forums.shopify.com/categories/9/posts/30483#comment-30614</link>
      <guid>http://forums.shopify.com/categories/9/posts/30483#comment-30614</guid>
      <description>&lt;p&gt;@srini,&lt;/p&gt;
&lt;p&gt;You can also use the last checkout page, the 'Thank you' page, to invoke your Java application and pass it the Personnummer information. You can run any scripts and add any sort of content to that last checkout page. It's the exception though. Other checkout pages are off-limits, pretty much. You can translate them though... and apply any CSS rule to them.&lt;/p&gt;
&lt;p&gt;Like you were told by Jaded Pixel, you can use the &lt;strong&gt;Address 2&lt;/strong&gt; line to capture your Personnummer information on page 1 of checkout. How? By translating the text field label. Hence, you can collect the information on page 1 and pass it to your Java app on the Thank you page. The Personnummer information would then be accessible using this Liquid tag:&lt;/p&gt;
&lt;p&gt;
&lt;pre&gt;{{ shipping_address.address2 }}&lt;/pre&gt;
&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item>
      <title>srini commented</title>
      <author>srini</author>
      <pubDate>Fri, 30 Oct 2009 06:32:58 +0000</pubDate>
      <link>http://forums.shopify.com/categories/9/posts/30483#comment-30659</link>
      <guid>http://forums.shopify.com/categories/9/posts/30483#comment-30659</guid>
      <description>&lt;p&gt;Thank you guys for replying. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is there any Shopify API's available for Java or .Net&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;&lt;span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item>
      <title>srini commented</title>
      <author>srini</author>
      <pubDate>Tue, 03 Nov 2009 09:41:17 +0000</pubDate>
      <link>http://forums.shopify.com/categories/9/posts/30483#comment-30707</link>
      <guid>http://forums.shopify.com/categories/9/posts/30483#comment-30707</guid>
      <description>&lt;p&gt;I want to integrate Shopify with Svea WebPay, which supports 'Pay by Invoice'. It seems this requires that I integrate this gateway into Active Merchant.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could someone please let me know how Shopify's front-end form maps to the Active Merchant fields i.e., WebPay requires a 'Personal number' rather than credit card details.&lt;/p&gt;
&lt;p&gt;Thanks for your help.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Srini&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
