<?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 on: Miva Merchant: Customer Account Creation on INVC Page</title>
	<atom:link href="http://www.tinyqueen.com/ecommerce/miva-merchant-customer-account-creation-on-invc-page/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tinyqueen.com/ecommerce/miva-merchant-customer-account-creation-on-invc-page</link>
	<description>Random Ramblings from the Tiny Queen</description>
	<lastBuildDate>Sun, 13 Jun 2010 01:59:29 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2450</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tiny Queen</title>
		<link>http://www.tinyqueen.com/ecommerce/miva-merchant-customer-account-creation-on-invc-page/comment-page-1#comment-63</link>
		<dc:creator>Tiny Queen</dc:creator>
		<pubDate>Wed, 12 May 2010 02:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/TinyQueen/wordpress/?p=41#comment-63</guid>
		<description>Hi Nathan,

On some sites, I have added an account login form directly on the OCST page.  On the left are the login fields, and on the right is a message to new customers that they&#039;ll be given the option to create an account after checkout.  So far it seems to work well with little customer confusion.</description>
		<content:encoded><![CDATA[<p>Hi Nathan,</p>
<p>On some sites, I have added an account login form directly on the OCST page.  On the left are the login fields, and on the right is a message to new customers that they&#8217;ll be given the option to create an account after checkout.  So far it seems to work well with little customer confusion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://www.tinyqueen.com/ecommerce/miva-merchant-customer-account-creation-on-invc-page/comment-page-1#comment-60</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Tue, 11 May 2010 21:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/TinyQueen/wordpress/?p=41#comment-60</guid>
		<description>Hi, 

I&#039;m thinking about implementing this on our site, however I was wondering how you tackled the problem of existing customers trying to log in.  

For instance, you have to have a place for customers who already have an account to log in.  However, if you have a place to log into an account, but no option to create an account, you&#039;re going to confuse people who want to create an account before placing an order.  However, if you have an option to log in, create an account, or place an order without creating an account, that&#039;s what I already have.  

The only benefit is that you might get some customers to create an account that wouldn&#039;t have otherwise.</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I&#8217;m thinking about implementing this on our site, however I was wondering how you tackled the problem of existing customers trying to log in.  </p>
<p>For instance, you have to have a place for customers who already have an account to log in.  However, if you have a place to log into an account, but no option to create an account, you&#8217;re going to confuse people who want to create an account before placing an order.  However, if you have an option to log in, create an account, or place an order without creating an account, that&#8217;s what I already have.  </p>
<p>The only benefit is that you might get some customers to create an account that wouldn&#8217;t have otherwise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiny Queen</title>
		<link>http://www.tinyqueen.com/ecommerce/miva-merchant-customer-account-creation-on-invc-page/comment-page-1#comment-59</link>
		<dc:creator>Tiny Queen</dc:creator>
		<pubDate>Sat, 08 May 2010 14:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/TinyQueen/wordpress/?p=41#comment-59</guid>
		<description>Hi Bob,

I&#039;m a little puzzled, as I don&#039;t see &amp;mvt:global:customer:ship_fname; anywhere in the code above.  Are you referring to this line in the code:

&lt;input type=&quot;hidden&quot; name=&quot;Customer_ShipFirstName&quot; value=&quot;&amp;mvte:order:ship_fname;&quot;&gt;

If so, global variable that is created will be g.Customer_ShipFirstName just like on the 
ACAD page.  The value &amp;mvte:order:ship_fname is used because on the invoice page, that&#039;s the variable that holds the customer&#039;s first name.

If that doesn&#039;t answer your question, please clarify and I&#039;ll be glad to help.</description>
		<content:encoded><![CDATA[<p>Hi Bob,</p>
<p>I&#8217;m a little puzzled, as I don&#8217;t see &#038;mvt:global:customer:ship_fname; anywhere in the code above.  Are you referring to this line in the code:</p>
<p>&lt;input type=&#8221;hidden&#8221; name=&#8221;Customer_ShipFirstName&#8221; value=&#8221;&#038;mvte:order:ship_fname;&#8221;&gt;</p>
<p>If so, global variable that is created will be g.Customer_ShipFirstName just like on the<br />
ACAD page.  The value &#038;mvte:order:ship_fname is used because on the invoice page, that&#8217;s the variable that holds the customer&#8217;s first name.</p>
<p>If that doesn&#8217;t answer your question, please clarify and I&#8217;ll be glad to help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiny Queen</title>
		<link>http://www.tinyqueen.com/ecommerce/miva-merchant-customer-account-creation-on-invc-page/comment-page-1#comment-58</link>
		<dc:creator>Tiny Queen</dc:creator>
		<pubDate>Sat, 08 May 2010 13:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/TinyQueen/wordpress/?p=41#comment-58</guid>
		<description>Hi,

Yes, global variables can be created in one of three ways:  
1.  By passing them to the page as a POST variable in a form submission from a prior page
2.  By appending them to the URL as a GET variable 
3.  By creating and assigning them on the current page using one of the &quot;tool&quot; modules

Have you assigned the customer item to your new page?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Yes, global variables can be created in one of three ways:<br />
1.  By passing them to the page as a POST variable in a form submission from a prior page<br />
2.  By appending them to the URL as a GET variable<br />
3.  By creating and assigning them on the current page using one of the &#8220;tool&#8221; modules</p>
<p>Have you assigned the customer item to your new page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Derber</title>
		<link>http://www.tinyqueen.com/ecommerce/miva-merchant-customer-account-creation-on-invc-page/comment-page-1#comment-57</link>
		<dc:creator>Bob Derber</dc:creator>
		<pubDate>Fri, 07 May 2010 18:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/TinyQueen/wordpress/?p=41#comment-57</guid>
		<description>As an aside - I noted that your form above uses 

&amp;mvt:global:customer:ship_fname;

rather than the value statement in ACAD - 

&amp;mvte:global:Customer_ShipFirstName;

Might you explain the difference?</description>
		<content:encoded><![CDATA[<p>As an aside &#8211; I noted that your form above uses </p>
<p>&amp;mvt:global:customer:ship_fname;</p>
<p>rather than the value statement in ACAD &#8211; </p>
<p>&amp;mvte:global:Customer_ShipFirstName;</p>
<p>Might you explain the difference?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Derber</title>
		<link>http://www.tinyqueen.com/ecommerce/miva-merchant-customer-account-creation-on-invc-page/comment-page-1#comment-56</link>
		<dc:creator>Bob Derber</dc:creator>
		<pubDate>Fri, 07 May 2010 18:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/TinyQueen/wordpress/?p=41#comment-56</guid>
		<description>Can one replicate the ACED as a new page so that a customer sign-up or edit can be customized for different circumstances?  I tried this by effectively copying the ACED page to a new page but the token  would not draw in the particular customer data.  I checked to see that it existed and it does..... 

I like passing the variable in the form via a hidden input - might this be done with a &amp;MyVariable=&#039;1&#039; (i.e. as a &quot;GET&quot; variable) in an &lt;a&gt; tag href string?

Enjoy your expertise.</description>
		<content:encoded><![CDATA[<p>Can one replicate the ACED as a new page so that a customer sign-up or edit can be customized for different circumstances?  I tried this by effectively copying the ACED page to a new page but the token  would not draw in the particular customer data.  I checked to see that it existed and it does&#8230;.. </p>
<p>I like passing the variable in the form via a hidden input &#8211; might this be done with a &amp;MyVariable=&#8217;1&#8242; (i.e. as a &#8220;GET&#8221; variable) in an <a> tag href string?</p>
<p>Enjoy your expertise.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiny Queen</title>
		<link>http://www.tinyqueen.com/ecommerce/miva-merchant-customer-account-creation-on-invc-page/comment-page-1#comment-33</link>
		<dc:creator>Tiny Queen</dc:creator>
		<pubDate>Fri, 08 Jan 2010 04:02:12 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/TinyQueen/wordpress/?p=41#comment-33</guid>
		<description>Hi Shannon,

You can create a global variable within a form on any page that will be passed to the next page when the form is submitted.  Then you can use that global variable in a conditional to display your custom content.

You create your global variable by putting a hidden input field into your form, for example:
&lt;input type=&quot;hidden&quot; name=&quot;MyVariable&quot; value=&quot;1&quot;&gt;

Then, on the ACAD page, you would write your conditional like so:
&lt;mvt:if expr=&quot;g.MyVariable EQ &#039;1&#039;&quot;&gt;
Show my special message.
&lt;/mvt:if&gt;

Since the global variable won&#039;t persist past the current page, if you wanted to carry the conditional message through to the ACED page, you would add a second hidden form input inside a conditional (otherwise it will send all of the time), like so:
&lt;mvt:if expr=&quot;g.MyVariable EQ &#039;1&#039;&quot;&gt;
&lt;input type=&quot;hidden&quot; name=&quot;MyVariable&quot; value=&quot;1&quot;&gt;
&lt;/mvt:if&gt;</description>
		<content:encoded><![CDATA[<p>Hi Shannon,</p>
<p>You can create a global variable within a form on any page that will be passed to the next page when the form is submitted.  Then you can use that global variable in a conditional to display your custom content.</p>
<p>You create your global variable by putting a hidden input field into your form, for example:<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;MyVariable&#8221; value=&#8221;1&#8243;&gt;</p>
<p>Then, on the ACAD page, you would write your conditional like so:<br />
&lt;mvt:if expr=&#8221;g.MyVariable EQ &#8216;1&#8242;&#8221;&gt;<br />
Show my special message.<br />
&lt;/mvt:if&gt;</p>
<p>Since the global variable won&#8217;t persist past the current page, if you wanted to carry the conditional message through to the ACED page, you would add a second hidden form input inside a conditional (otherwise it will send all of the time), like so:<br />
&lt;mvt:if expr=&#8221;g.MyVariable EQ &#8216;1&#8242;&#8221;&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;MyVariable&#8221; value=&#8221;1&#8243;&gt;<br />
&lt;/mvt:if&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shannon</title>
		<link>http://www.tinyqueen.com/ecommerce/miva-merchant-customer-account-creation-on-invc-page/comment-page-1#comment-32</link>
		<dc:creator>Shannon</dc:creator>
		<pubDate>Thu, 07 Jan 2010 20:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/TinyQueen/wordpress/?p=41#comment-32</guid>
		<description>Thanks! That works perfectly. I&#039;m now working on tweaking the layout to look the way I want, but that helps a lot!

Can you suggest what coding I need do the check on the ACAD/ACED to display the special message as you mentioned at the bottom of your response? I&#039;m sure it is an if/else statement but not sure what code is needed to check to see if came from the INVC page after checking the checkbox.</description>
		<content:encoded><![CDATA[<p>Thanks! That works perfectly. I&#8217;m now working on tweaking the layout to look the way I want, but that helps a lot!</p>
<p>Can you suggest what coding I need do the check on the ACAD/ACED to display the special message as you mentioned at the bottom of your response? I&#8217;m sure it is an if/else statement but not sure what code is needed to check to see if came from the INVC page after checking the checkbox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiny Queen</title>
		<link>http://www.tinyqueen.com/ecommerce/miva-merchant-customer-account-creation-on-invc-page/comment-page-1#comment-29</link>
		<dc:creator>Tiny Queen</dc:creator>
		<pubDate>Mon, 21 Dec 2009 15:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/TinyQueen/wordpress/?p=41#comment-29</guid>
		<description>Hi Shannon,

Sure it is.  You would make the following changes to the form above.

First, delete this line:
&lt;input type=&quot;hidden&quot; name=&quot;Action&quot; value=&quot;ICST&quot;&gt;

Second, change the screen destination to the ACAD page:
&lt;input type=&quot;hidden&quot; name=&quot;Screen&quot; value=&quot;ACAD&quot;&gt;

Then, remove the inputs for the login name and password:
&lt;label for=&quot;login&quot;&gt;User Name&lt;/label&gt;  
&lt;input type=&quot;text&quot; id=&quot;login&quot; name=&quot;Customer_Login&quot; value=&quot;&amp;mvte:global:Customer_Login;&quot;&gt;
&lt;label for=&quot;pass&quot;&gt;Password&lt;/label&gt;  
&lt;input type=&quot;password&quot; id=&quot;pass&quot; name=&quot;Customer_Password&quot; size=&quot;25&quot; value=&quot;&amp;mvte:global:Customer_Password;&quot;&gt;
&lt;label for=&quot;verifypass&quot;&gt;Confirm Password&lt;/label&gt;  
&lt;input type=&quot;password&quot; id=&quot;verifypass&quot; name=&quot;Customer_VerifyPassword&quot; size=&quot;25&quot; value=&quot;&amp;mvte:global:Customer_VerifyPassword;&quot;&gt;

Finally, add your checkbox.
&lt;input type=&quot;checkbox&quot; value=&quot;Account_Create&quot;&gt; Check here to save your information to an account.

If you wanted to get fancy, you could edit the ACAD page to check for the checkbox value, and display a special message to the customer.</description>
		<content:encoded><![CDATA[<p>Hi Shannon,</p>
<p>Sure it is.  You would make the following changes to the form above.</p>
<p>First, delete this line:<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;Action&#8221; value=&#8221;ICST&#8221;&gt;</p>
<p>Second, change the screen destination to the ACAD page:<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;Screen&#8221; value=&#8221;ACAD&#8221;&gt;</p>
<p>Then, remove the inputs for the login name and password:<br />
&lt;label for=&#8221;login&#8221;&gt;User Name&lt;/label&gt;<br />
&lt;input type=&#8221;text&#8221; id=&#8221;login&#8221; name=&#8221;Customer_Login&#8221; value=&#8221;&#038;mvte:global:Customer_Login;&#8221;&gt;<br />
&lt;label for=&#8221;pass&#8221;&gt;Password&lt;/label&gt;<br />
&lt;input type=&#8221;password&#8221; id=&#8221;pass&#8221; name=&#8221;Customer_Password&#8221; size=&#8221;25&#8243; value=&#8221;&#038;mvte:global:Customer_Password;&#8221;&gt;<br />
&lt;label for=&#8221;verifypass&#8221;&gt;Confirm Password&lt;/label&gt;<br />
&lt;input type=&#8221;password&#8221; id=&#8221;verifypass&#8221; name=&#8221;Customer_VerifyPassword&#8221; size=&#8221;25&#8243; value=&#8221;&#038;mvte:global:Customer_VerifyPassword;&#8221;&gt;</p>
<p>Finally, add your checkbox.<br />
&lt;input type=&#8221;checkbox&#8221; value=&#8221;Account_Create&#8221;&gt; Check here to save your information to an account.</p>
<p>If you wanted to get fancy, you could edit the ACAD page to check for the checkbox value, and display a special message to the customer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shannon</title>
		<link>http://www.tinyqueen.com/ecommerce/miva-merchant-customer-account-creation-on-invc-page/comment-page-1#comment-28</link>
		<dc:creator>Shannon</dc:creator>
		<pubDate>Mon, 21 Dec 2009 15:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/TinyQueen/wordpress/?p=41#comment-28</guid>
		<description>Is it possible to provide a form with a checkbox and a button called &quot;create account&quot; that takes the customer to the ACED page to fill in their username and password instead of doing it right on the INVC page? Having the username and password fields on the invoice makes it a bit distracting on the printed form of the invoice.</description>
		<content:encoded><![CDATA[<p>Is it possible to provide a form with a checkbox and a button called &#8220;create account&#8221; that takes the customer to the ACED page to fill in their username and password instead of doing it right on the INVC page? Having the username and password fields on the invoice makes it a bit distracting on the printed form of the invoice.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
