Re: Miva Merchant 9.0004 Template Changes
No, the Forums is where we announce these changes (and the Reference Guide).
No, the Forums is where we announce these changes (and the Reference Guide).
<mvt:if expr="NOT ISNULL l.settings:page:title"> <title>&mvt:page:title;</title> <mvt:else> <title>&mvt:store:name;: &mvt:page:name;</title> </mvt:if>
<title>&mvt:product:name;: &mvt:store:name; - &mvt:page:name;</title>
<mvt:if expr="NOT ISNULL l.settings:product:metafield:keywords"> <meta name="keywords" content="&mvt:product:metafield:keywords;" /> <mvt:elseif expr="NOT ISNULL l.settings:category:metafield:keywords"> <meta name="keywords" content="&mvt:category:metafield:keywords;" /> <mvt:else> <meta name="keywords" content="SEO: META KEYWORDS" /> </mvt:if> <mvt:if expr="NOT ISNULL l.settings:product:metafield:description"> <meta name="keywords" content="&mvt:product:metafield:description;" /> <mvt:elseif expr="NOT ISNULL l.settings:category:metafield:description"> <meta name="keywords" content="&mvt:category:metafield:description;" /> <mvt:else> <meta name="description" content="SEO: META DESCRIPTION" /> </mvt:if>
<mvt:item name="prodctgy_meta" param="combined" />
<mvt:if expr="l.settings:PaypalExButton:express_in_context"> <a data-paypal-button="true" href="&mvt:global:secure_sessionurl;Store_Code=&mvta:global:Store_Code;&Action=PAL1&Screen=PAL1&NextScreen=OCST&NextAction=&CancelScreen=&mvta:global:Screen;"><img src="https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif" style="border:0; padding:1em 0;" alt="" /></a> <mvt:else> <a href="&mvt:global:secure_sessionurl;Store_Code=&mvta:global:Store_Code;&Action=PAL1&Screen=PAL1&NextScreen=OCST&NextAction=&CancelScreen=&mvta:global:Screen;"><img src="https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif" style="border:0; padding:1em 0;" alt="" /></a> </mvt:if>
<form id="logn" action="&mvte:urls:ACLN:secure;" method="post" autocomplete="off">
<form method="post" action="&mvte:url;" id="js-logn-form" class="inline-labeling" autocomplete="off">
<mvt:if expr="g.Customer_Temporary_Password"> <input type="hidden" name="Screen" value="CPWD" /> <input type="hidden" name="Customer_Temporary_Password" value="&mvte:global:Customer_Temporary_Password;" /> <mvt:else> <input type="hidden" name="Screen" value="ACLN" /> </mvt:if>
<mvt:if expr="g.Customer_Temporary_Password"> <mvt:assign name="l.settings:url" value="l.settings:urls:CPWD:secure" /> <mvt:else> <mvt:assign name="l.settings:url" value="l.settings:urls:ACLN:secure" /> </mvt:if>
<form id="logn" action="&mvte:urls:ACLN:secure;" method="post" autocomplete="off">
<form method="post" action="&mvte:url;" id="js-logn-form" class="inline-labeling" autocomplete="off">
function equalImageWraps() { var currentHeight = 0, rowDivs = new Array(); carousel.find('.flag').each(function() { $(this).height('auto'); rowDivs.push($(this)); currentHeight = (currentHeight < $(this).height()) ? ($(this).height()) : (currentHeight); for (currentDiv = 0 ; currentDiv < rowDivs.length ; currentDiv++) { rowDivs[currentDiv].height(currentHeight); }; }); };
Comment