<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Aptalent Solutions</title>
	<atom:link href="http://www.aptalent.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aptalent.com</link>
	<description>Market commerce solutions. Interconnected.</description>
	<lastBuildDate>Sat, 20 Mar 2010 14:46:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Adding Fields to the Default Magento Registration Form by Magento &#8211; Aggiungere campi personalizzati al form di registrazione &#8212; rickystra</title>
		<link>http://www.aptalent.com/magento/adding-fields-to-the-default-magento-registration-form/comment-page-1#comment-426</link>
		<dc:creator>Magento &#8211; Aggiungere campi personalizzati al form di registrazione &#8212; rickystra</dc:creator>
		<pubDate>Sat, 20 Mar 2010 14:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.aptalentsolutions.com/?p=90#comment-426</guid>
		<description>[...] Our goal was to add a few fields to the standard Magento Registration form (Magento 1.21, using the default template structure), enabling us to capture information such as company name, and phone.link [...]</description>
		<content:encoded><![CDATA[<p>[...] Our goal was to add a few fields to the standard Magento Registration form (Magento 1.21, using the default template structure), enabling us to capture information such as company name, and phone.link [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding Fields to the Default Magento Registration Form by Leigh</title>
		<link>http://www.aptalent.com/magento/adding-fields-to-the-default-magento-registration-form/comment-page-1#comment-349</link>
		<dc:creator>Leigh</dc:creator>
		<pubDate>Mon, 03 Aug 2009 19:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.aptalentsolutions.com/?p=90#comment-349</guid>
		<description>Hi there -
Thanks for posting this. I&#039;ve been able to get through steps 1 &amp; 2, and even ran the sql query with success, but each time I test the create account form with the &#039;company name&#039; field I get this error:

Fatal error: Call to undefined function setCompany() in /home/content/y/o/r/yorkchicago/html/store/app/code/core/Mage/Customer/controllers/AccountController.php on line 203

I pasted the exact code you had posted to Devin about above:
$customer = setCompany($this-&gt;getRequest()-&gt;getPost(’company’));

Any idea as to what this error means?

Thanks in advance :)</description>
		<content:encoded><![CDATA[<p>Hi there -<br />
Thanks for posting this. I&#8217;ve been able to get through steps 1 &#038; 2, and even ran the sql query with success, but each time I test the create account form with the &#8216;company name&#8217; field I get this error:</p>
<p>Fatal error: Call to undefined function setCompany() in /home/content/y/o/r/yorkchicago/html/store/app/code/core/Mage/Customer/controllers/AccountController.php on line 203</p>
<p>I pasted the exact code you had posted to Devin about above:<br />
$customer = setCompany($this->getRequest()->getPost(’company’));</p>
<p>Any idea as to what this error means?</p>
<p>Thanks in advance <img src='http://www.aptalent.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding Fields to the Default Magento Registration Form by jeff moore</title>
		<link>http://www.aptalent.com/magento/adding-fields-to-the-default-magento-registration-form/comment-page-1#comment-196</link>
		<dc:creator>jeff moore</dc:creator>
		<pubDate>Sun, 12 Jul 2009 21:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.aptalentsolutions.com/?p=90#comment-196</guid>
		<description>Hi Chris - sorry for the delay in getting back to you.  Any new fields that you create as described in this post should be editable in admin by definition.  Essentially what we are doing in step 2 is extending the customer/customer entity model.  The admin customer account information page (i.e. Customers &#124; Manage Customers &#124; Account Information) pulls in data from the customer/customer entity for view/edit; you can see this in Account.php (/app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tab/).
If one of your newly created fields isn&#039;t editable in admin, one thing to check is the eav_attribute table for the field in question.  Although I haven&#039;t experimented with changing any of these fields directly, I would make sure that fields such as &quot;is_global&quot;, &quot;is_visible&quot; and &quot;is_configurable&quot; are all set to a value of &quot;1&quot;.  Let me know if that doesn&#039;t do the trick.</description>
		<content:encoded><![CDATA[<p>Hi Chris &#8211; sorry for the delay in getting back to you.  Any new fields that you create as described in this post should be editable in admin by definition.  Essentially what we are doing in step 2 is extending the customer/customer entity model.  The admin customer account information page (i.e. Customers | Manage Customers | Account Information) pulls in data from the customer/customer entity for view/edit; you can see this in Account.php (/app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tab/).<br />
If one of your newly created fields isn&#8217;t editable in admin, one thing to check is the eav_attribute table for the field in question.  Although I haven&#8217;t experimented with changing any of these fields directly, I would make sure that fields such as &#8220;is_global&#8221;, &#8220;is_visible&#8221; and &#8220;is_configurable&#8221; are all set to a value of &#8220;1&#8243;.  Let me know if that doesn&#8217;t do the trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding Fields to the Default Magento Registration Form by groltz</title>
		<link>http://www.aptalent.com/magento/adding-fields-to-the-default-magento-registration-form/comment-page-1#comment-148</link>
		<dc:creator>groltz</dc:creator>
		<pubDate>Sun, 05 Jul 2009 16:35:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.aptalentsolutions.com/?p=90#comment-148</guid>
		<description>Love the blog mate, keep up the good work - I&#039;ll definitely recommend your blog to some friends of mine ^^</description>
		<content:encoded><![CDATA[<p>Love the blog mate, keep up the good work &#8211; I&#8217;ll definitely recommend your blog to some friends of mine ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding Fields to the Default Magento Registration Form by Chris Cox</title>
		<link>http://www.aptalent.com/magento/adding-fields-to-the-default-magento-registration-form/comment-page-1#comment-91</link>
		<dc:creator>Chris Cox</dc:creator>
		<pubDate>Tue, 23 Jun 2009 11:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.aptalentsolutions.com/?p=90#comment-91</guid>
		<description>How would I go about ensuring that the Company field is editable in the admin under Manage Customers too?</description>
		<content:encoded><![CDATA[<p>How would I go about ensuring that the Company field is editable in the admin under Manage Customers too?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding Fields to the Default Magento Registration Form by jeff moore</title>
		<link>http://www.aptalent.com/magento/adding-fields-to-the-default-magento-registration-form/comment-page-1#comment-52</link>
		<dc:creator>jeff moore</dc:creator>
		<pubDate>Sat, 13 Jun 2009 19:29:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.aptalentsolutions.com/?p=90#comment-52</guid>
		<description>&lt;a href=&quot;#comment-45&quot; rel=&quot;nofollow&quot;&gt;@Devin Olsen&lt;/a&gt; Hi Devin, thanks for the question.  In step 3 we are simply retrieving the form-fields we just added in step 1; therefore in the createPostAction() function (AccountController.php about line 185+ in Magento 1.2x) we want to add a couple of lines taking the data from post and accumulating it in variable $customer (I mistakenly used &quot;setOccupation&quot; instead of &quot;setCompany&quot; in the original post, but the idea is the same).

Another way to write this would be as follows:
$customer = Mage::getModel(&#039;customer/customer&#039;)-&gt;setId(null);
$customer = setCompany($this-&gt;getRequest()-&gt;getPost(&#039;company&#039;));
...

Hope that helps -- let me know!  Thanks.</description>
		<content:encoded><![CDATA[<p><a href="#comment-45" rel="nofollow">@Devin Olsen</a> Hi Devin, thanks for the question.  In step 3 we are simply retrieving the form-fields we just added in step 1; therefore in the createPostAction() function (AccountController.php about line 185+ in Magento 1.2x) we want to add a couple of lines taking the data from post and accumulating it in variable $customer (I mistakenly used &#8220;setOccupation&#8221; instead of &#8220;setCompany&#8221; in the original post, but the idea is the same).</p>
<p>Another way to write this would be as follows:<br />
$customer = Mage::getModel(&#8216;customer/customer&#8217;)-&gt;setId(null);<br />
$customer = setCompany($this-&gt;getRequest()-&gt;getPost(&#8216;company&#8217;));<br />
&#8230;</p>
<p>Hope that helps &#8212; let me know!  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding Fields to the Default Magento Registration Form by Devin Olsen</title>
		<link>http://www.aptalent.com/magento/adding-fields-to-the-default-magento-registration-form/comment-page-1#comment-45</link>
		<dc:creator>Devin Olsen</dc:creator>
		<pubDate>Thu, 11 Jun 2009 15:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.aptalentsolutions.com/?p=90#comment-45</guid>
		<description>Hey I am trying to follow this tutorial and I am having problems with step number three. Could you explain a little bit more at how one is suppose to incorporate &quot;Mage::getModel(’customer/customer’)-&gt;setOccupation($this-&gt;getRequest()-&gt;getPost(’&quot; into AccountController.php

Its kind of vague as to where exactly where one should insert that line of code into the function createPostAction(), especially when the string of code is cut off at the end..

Any help is much appreciated my friend!</description>
		<content:encoded><![CDATA[<p>Hey I am trying to follow this tutorial and I am having problems with step number three. Could you explain a little bit more at how one is suppose to incorporate &#8220;Mage::getModel(’customer/customer’)-&gt;setOccupation($this-&gt;getRequest()-&gt;getPost(’&#8221; into AccountController.php</p>
<p>Its kind of vague as to where exactly where one should insert that line of code into the function createPostAction(), especially when the string of code is cut off at the end..</p>
<p>Any help is much appreciated my friend!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding Fields to the Default Magento Registration Form by KrisBelucci</title>
		<link>http://www.aptalent.com/magento/adding-fields-to-the-default-magento-registration-form/comment-page-1#comment-27</link>
		<dc:creator>KrisBelucci</dc:creator>
		<pubDate>Tue, 02 Jun 2009 03:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.aptalentsolutions.com/?p=90#comment-27</guid>
		<description>Great post! Just wanted to let you know you have a new subscriber- me!</description>
		<content:encoded><![CDATA[<p>Great post! Just wanted to let you know you have a new subscriber- me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Aptalent&#8217;s e-commerce system helps maximize your SEO strategy by Dan Waldron</title>
		<link>http://www.aptalent.com/seo/aptalents-e-commerce-system-helps-maximize-your-seo-strategy/comment-page-1#comment-18</link>
		<dc:creator>Dan Waldron</dc:creator>
		<pubDate>Sun, 24 May 2009 23:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.aptalentsolutions.com/?p=226#comment-18</guid>
		<description>I found your site on technorati and read a few of your other posts.  Keep up the good work.  I just added your RSS feed to my Google News Reader.  Looking forward to reading more from you down the road!</description>
		<content:encoded><![CDATA[<p>I found your site on technorati and read a few of your other posts.  Keep up the good work.  I just added your RSS feed to my Google News Reader.  Looking forward to reading more from you down the road!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wine Producers + Social Media = A Perfect Pairing? by Aptalent Solutions &#187; Aptalent&#8217;s e-commerce system helps maximize your SEO strategy</title>
		<link>http://www.aptalent.com/wine/wine-producers-social-media-a-perfect-pairing/comment-page-1#comment-17</link>
		<dc:creator>Aptalent Solutions &#187; Aptalent&#8217;s e-commerce system helps maximize your SEO strategy</dc:creator>
		<pubDate>Sun, 24 May 2009 22:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.aptalentsolutions.com/?p=131#comment-17</guid>
		<description>[...] leveling the playing field for smaller producers with limited distributor access. Combined with a coherent social media presence, a sound SEO strategy can help raise a brand&#8217;s market presence; Aptalent&#8217;s e-commerce [...]</description>
		<content:encoded><![CDATA[<p>[...] leveling the playing field for smaller producers with limited distributor access. Combined with a coherent social media presence, a sound SEO strategy can help raise a brand&#8217;s market presence; Aptalent&#8217;s e-commerce [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

