<?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 Musings From the Throne</title>
	<atom:link href="http://www.tinyqueen.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tinyqueen.com</link>
	<description>Random Ramblings from the Tiny Queen</description>
	<lastBuildDate>Sun, 13 Jun 2010 01:59:29 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=9828</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on IE6 Select Z-Index Bug: A Workaround by Jatazoulja</title>
		<link>http://www.tinyqueen.com/web-site-design/ie6-select-z-index-bug-a-workaround/comment-page-1#comment-69</link>
		<dc:creator>Jatazoulja</dc:creator>
		<pubDate>Sun, 13 Jun 2010 01:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tinyqueen.com/?p=432#comment-69</guid>
		<description>just saw your post. I was having same problem and I think hiding the select is way better than iframe (which will be depricated sooner or later) and if your using html 5 doctype.

but I did it using jquery,
&lt;code&gt;
function hide_select(id) {
    if($(&#039;#&#039;+d+&#039;&#039;).is(&#039;:visible&#039;)) {
        $(&#039;#&#039;+d+&#039;&#039;).css(&quot;visibility&quot;, &quot;hidden&quot;);
    } else {
        $(&#039;#&#039;+d+&#039;&#039;).css(&quot;visibility&quot;, &quot;visible&quot;);

    }
    
}
&lt;/code&gt;
Thanks!

Cheers!</description>
		<content:encoded><![CDATA[<p>just saw your post. I was having same problem and I think hiding the select is way better than iframe (which will be depricated sooner or later) and if your using html 5 doctype.</p>
<p>but I did it using jquery,<br />
<code><br />
function hide_select(id) {<br />
    if($('#'+d+'').is(':visible')) {<br />
        $('#'+d+'').css("visibility", "hidden");<br />
    } else {<br />
        $('#'+d+'').css("visibility", "visible");</p>
<p>    }</p>
<p>}<br />
</code><br />
Thanks!</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Miva Merchant: Customer Account Creation on INVC Page 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>Comment on Miva Merchant Quick Tip: Styling Your Category Tree by Tiny Queen</title>
		<link>http://www.tinyqueen.com/miva-merchant/miva-merchant-quick-tip-styling-your-category-tree/comment-page-1#comment-62</link>
		<dc:creator>Tiny Queen</dc:creator>
		<pubDate>Wed, 12 May 2010 02:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.tinyqueen.com/?p=540#comment-62</guid>
		<description>Hi Karen,

You will find the category tree template if you click on your store name, and then on your Category Tree Template tab on the right hand side of the screen.  You will need to be certain that you are in Template mode to add the code.  A little tip:  there is a bug in Miva that causes problems if you have any errors in your template code when you first set it up.  To avoid this bug, click to switch to Template mode, and then hit Update without making any changes.  Once you&#039;ve got the Template mode successfully added, you can edit as you please.</description>
		<content:encoded><![CDATA[<p>Hi Karen,</p>
<p>You will find the category tree template if you click on your store name, and then on your Category Tree Template tab on the right hand side of the screen.  You will need to be certain that you are in Template mode to add the code.  A little tip:  there is a bug in Miva that causes problems if you have any errors in your template code when you first set it up.  To avoid this bug, click to switch to Template mode, and then hit Update without making any changes.  Once you&#8217;ve got the Template mode successfully added, you can edit as you please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Miva Merchant Quick Tip: Styling Your Category Tree by Karen Grupe</title>
		<link>http://www.tinyqueen.com/miva-merchant/miva-merchant-quick-tip-styling-your-category-tree/comment-page-1#comment-61</link>
		<dc:creator>Karen Grupe</dc:creator>
		<pubDate>Wed, 12 May 2010 02:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.tinyqueen.com/?p=540#comment-61</guid>
		<description>I would like to use this code but what file(s) or pages in Miva do I alter?  I only find an &quot;Item&quot; for the Cattree and I can&#039;t find where to edit it.  Your help would be very appreciated!</description>
		<content:encoded><![CDATA[<p>I would like to use this code but what file(s) or pages in Miva do I alter?  I only find an &#8220;Item&#8221; for the Cattree and I can&#8217;t find where to edit it.  Your help would be very appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Miva Merchant: Customer Account Creation on INVC Page 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>Comment on Miva Merchant: Customer Account Creation on INVC Page 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>Comment on Miva Merchant: Customer Account Creation on INVC Page 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>Comment on Miva Merchant: Customer Account Creation on INVC Page 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>Comment on Miva Merchant: Customer Account Creation on INVC Page 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>Comment on Miva Merchant: Customer Account Creation on INVC Page 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>
</channel>
</rss>
