<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Miva Merchant Community Forums - Store Morph Technology</title>
		<link>http://extranet.mivamerchant.com/forums/</link>
		<description>Questions and discussion about SMT</description>
		<language>en</language>
		<lastBuildDate>Thu, 23 May 2013 00:55:18 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://extranet.mivamerchant.com/forums/images/misc/rss.png</url>
			<title>Miva Merchant Community Forums - Store Morph Technology</title>
			<link>http://extranet.mivamerchant.com/forums/</link>
		</image>
		<item>
			<title>Conditionally display category header on first page</title>
			<link>http://extranet.mivamerchant.com/forums/showthread.php?111183-Conditionally-display-category-header-on-first-page&amp;goto=newpost</link>
			<pubDate>Mon, 20 May 2013 21:41:36 GMT</pubDate>
			<description><![CDATA[I'm wanting to display the category header on just the first page of multiple page. For example if there are 36 products and the page displays 12...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I'm wanting to display the category header on just the first page of multiple page. For example if there are 36 products and the page displays 12 products per page, the category header would display on the first page of 12 products, then not display on the next 2 pages.<br />
<br />
Something like using the Toolkit current_nbr function?<br />
<br />
Leslie</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://extranet.mivamerchant.com/forums/forumdisplay.php?29-Store-Morph-Technology">Store Morph Technology</category>
			<dc:creator>lesliekirk</dc:creator>
			<guid isPermaLink="true">http://extranet.mivamerchant.com/forums/showthread.php?111183-Conditionally-display-category-header-on-first-page</guid>
		</item>
		<item>
			<title>Uncheck a checkbox</title>
			<link>http://extranet.mivamerchant.com/forums/showthread.php?111181-Uncheck-a-checkbox&amp;goto=newpost</link>
			<pubDate>Mon, 20 May 2013 15:21:09 GMT</pubDate>
			<description>I have one checkbox that needs to be unchecked if any other checkbox is selected. There are a total of 4 checkboxes involved. One checkbox is...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I have one checkbox that needs to be unchecked if any other checkbox is selected. There are a total of 4 checkboxes involved. One checkbox is selected by default (on the Power Search results page), but that checkbox needs to be unchecked IF any of the other 3 are selected.<br />
<br />
Any suggestions are welcome.<br />
<br />
Thanks!<br />
Leslie</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://extranet.mivamerchant.com/forums/forumdisplay.php?29-Store-Morph-Technology">Store Morph Technology</category>
			<dc:creator>lesliekirk</dc:creator>
			<guid isPermaLink="true">http://extranet.mivamerchant.com/forums/showthread.php?111181-Uncheck-a-checkbox</guid>
		</item>
		<item>
			<title>Conditionally require Addendum response</title>
			<link>http://extranet.mivamerchant.com/forums/showthread.php?111092-Conditionally-require-Addendum-response&amp;goto=newpost</link>
			<pubDate>Mon, 06 May 2013 18:29:48 GMT</pubDate>
			<description><![CDATA[I'm using an accordion in conjunction with radio buttons to select and display additional information or addendum fields based on the selection. 3 of...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I'm using an accordion in conjunction with radio buttons to select and display additional information or addendum fields based on the selection. 3 of the radio buttons just display additional info, but 1 radio button displays additional text fields to collect data needed. I'm trying to figure out how to make those text fields required only when that radio button is selected. Bill had suggested putting &lt;input type=&quot;hidden&quot; name=&quot;AddendumRequired&quot; value=&quot;4|5|6|7&quot;&gt;  inside the div tag for the one radio button, but the &quot;hidden&quot; tag is only hidden to the customer, the form is still going to &quot;see&quot; it, it still trips the required missing and of course a WTH? from the customer who has no clue what they missed.<br />
<br />
Bill said it will probably need to use a javascript write function that writes it if selected and does not if not selected and that's where I got lost at.<br />
<br />
Suggestions?<br />
<br />
Leslie</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://extranet.mivamerchant.com/forums/forumdisplay.php?29-Store-Morph-Technology">Store Morph Technology</category>
			<dc:creator>lesliekirk</dc:creator>
			<guid isPermaLink="true">http://extranet.mivamerchant.com/forums/showthread.php?111092-Conditionally-require-Addendum-response</guid>
		</item>
		<item>
			<title>Custom Product Field conditional being difficult</title>
			<link>http://extranet.mivamerchant.com/forums/showthread.php?111074-Custom-Product-Field-conditional-being-difficult&amp;goto=newpost</link>
			<pubDate>Thu, 02 May 2013 20:42:54 GMT</pubDate>
			<description><![CDATA[I'm using a Custom Product Field in conjunction with the EmporiumPlus Toolkit to trigger the display of an additional set of Addendum questions at...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I'm using a Custom Product Field in conjunction with the EmporiumPlus Toolkit to trigger the display of an additional set of Addendum questions at checkout. It's working perfectly if the product in the basket has the Custom Product Field assigned to it. But if you add a second product to the basket that does not have the Custom Product Field - the &quot;trigger&quot; doesn't work. This is what I'm using to trigger the additional questions:<br />
<br />
&lt;mvt:item name=&quot;toolkit&quot; param=&quot;custom|prsc|l.all_settings:item:product_id|  Prescription&quot; /&gt;<br />
&lt;mvt:if expr=&quot;g.prsc&quot;&gt;<br />
<br />
additional Addendum questions<br />
<br />
&lt;/mvt:if&gt;<br />
<br />
My question is what have I missed? I need the trigger to work if just one product in the basket has Custom Product Field assigned.<br />
<br />
Leslie</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://extranet.mivamerchant.com/forums/forumdisplay.php?29-Store-Morph-Technology">Store Morph Technology</category>
			<dc:creator>lesliekirk</dc:creator>
			<guid isPermaLink="true">http://extranet.mivamerchant.com/forums/showthread.php?111074-Custom-Product-Field-conditional-being-difficult</guid>
		</item>
		<item>
			<title>How can I skip the PATR screen?</title>
			<link>http://extranet.mivamerchant.com/forums/showthread.php?111062-How-can-I-skip-the-PATR-screen&amp;goto=newpost</link>
			<pubDate>Tue, 30 Apr 2013 20:06:31 GMT</pubDate>
			<description><![CDATA[The site doesn't place the attribute selection on the PROD screen, they instead have a very detailed PATR screen which suits their purposes just fine...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>The site doesn't place the attribute selection on the PROD screen, they instead have a very detailed PATR screen which suits their purposes just fine EXCEPT when they have a product that has a single attribute. Even though the attribute is set to default, ect it's still going to require a trip to the PATR screen to select it. <br />
<br />
A bit of FYI - they use the attribute code as part of their internal tracking. It works for them so, suggesting they not use the single attribute is not an option.<br />
<br />
So I'm trying to think through a creative way to include the attribute but not have it visual on the PROD screen. One thought is to create a special PROD screen for these product and set the attribute to hidden. They configure the attribute with a radio button, so would the hidden idea work?<br />
<br />
Thoughts?<br />
<br />
Many thanks!<br />
Leslie</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://extranet.mivamerchant.com/forums/forumdisplay.php?29-Store-Morph-Technology">Store Morph Technology</category>
			<dc:creator>lesliekirk</dc:creator>
			<guid isPermaLink="true">http://extranet.mivamerchant.com/forums/showthread.php?111062-How-can-I-skip-the-PATR-screen</guid>
		</item>
		<item>
			<title>miva script variables come from ???</title>
			<link>http://extranet.mivamerchant.com/forums/showthread.php?111060-miva-script-variables-come-from&amp;goto=newpost</link>
			<pubDate>Tue, 30 Apr 2013 16:49:26 GMT</pubDate>
			<description><![CDATA[Howdy, 
 
Reading some documentation, I probably just havent gotten to these parts yet, but... 
 
In <td bgcolor = "&mvt:body:alink;">, how do you...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Howdy,<br />
<br />
Reading some documentation, I probably just havent gotten to these parts yet, but...<br />
<br />
In &lt;td bgcolor = &quot;&amp;mvt:body:alink;&quot;&gt;, how do you know body:alink is a variable you can use? How do you get its name / discover it?<br />
<br />
Also, how is miva script related to SMT? (Im assuming SMT is built on top of miva script)<br />
Is the g in g.[something] some global object? How to examine it? <br />
<br />
Example : &lt;mvt:if expr = &quot;g.Maintenance_Warning_Message&quot;&gt;<br />
<br />
Ive seen a l. object somewhere too. Are there others?<br />
<br />
Thank you,<br />
<br />
J</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://extranet.mivamerchant.com/forums/forumdisplay.php?29-Store-Morph-Technology">Store Morph Technology</category>
			<dc:creator>loughj</dc:creator>
			<guid isPermaLink="true">http://extranet.mivamerchant.com/forums/showthread.php?111060-miva-script-variables-come-from</guid>
		</item>
	</channel>
</rss>
