<?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><![CDATA[Miva Merchant Community Forums - MivaScript &  Miva Merchant Empresa]]></title>
		<link>http://extranet.mivamerchant.com/forums/</link>
		<description>Questions and discussions about MivaScript and Miva Merchant Empresa (AKA The Coders Forum)</description>
		<language>en</language>
		<lastBuildDate>Tue, 21 May 2013 14:58:56 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://extranet.mivamerchant.com/forums/images/misc/rss.png</url>
			<title><![CDATA[Miva Merchant Community Forums - MivaScript &  Miva Merchant Empresa]]></title>
			<link>http://extranet.mivamerchant.com/forums/</link>
		</image>
		<item>
			<title>InnoDB Pros/Cons - and will Miva still work?</title>
			<link>http://extranet.mivamerchant.com/forums/showthread.php?111141-InnoDB-Pros-Cons-and-will-Miva-still-work&amp;goto=newpost</link>
			<pubDate>Sun, 12 May 2013 21:37:22 GMT</pubDate>
			<description><![CDATA[I'm in a position of doing some work in PHP that integrates with Miva Merchant and another system. The system adds product information to the Miva...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I'm in a position of doing some work in PHP that integrates with Miva Merchant and another system. The system adds product information to the Miva database tables, but I'd like to wrap the SQL statements in a transaction so that failures will rollback the entire product if anything of the SQL statements fail.<br />
<br />
To do so, as I understand it, requires InnoDB tables instead of MyISAM. Does anyone know if Miva Merchant will still run if I convert its tables to InnoDB?<br />
<br />
Are there any cons to consider?<br />
<br />
Should I convert ALL tables or just those I'm affecting? I'd like to do all of them in case I need to add code to the script later on (given that I might forget to change any newly-affected tables).</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://extranet.mivamerchant.com/forums/forumdisplay.php?30-MivaScript-amp-Miva-Merchant-Empresa"><![CDATA[MivaScript &  Miva Merchant Empresa]]></category>
			<dc:creator>netblazon</dc:creator>
			<guid isPermaLink="true">http://extranet.mivamerchant.com/forums/showthread.php?111141-InnoDB-Pros-Cons-and-will-Miva-still-work</guid>
		</item>
		<item>
			<title>Supressing output in a called program</title>
			<link>http://extranet.mivamerchant.com/forums/showthread.php?111138-Supressing-output-in-a-called-program&amp;goto=newpost</link>
			<pubDate>Fri, 10 May 2013 23:40:59 GMT</pubDate>
			<description>I have a routine which is called via mvcall from another server that looks up a given item in the database and sends back the results to the calling...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I have a routine which is called via mvcall from another server that looks up a given item in the database and sends back the results to the calling program.  My problem is that it echos in the browser what is being sent back.  I want to process the data at the calling end without echoing the data.  How do I send back the search result without it being displayed in the browser.  Here is the code that is called via mvcall.<br />
<br />
Thanks.<br />
DonB<br />
<br />
&lt;MIVA STANDARDOUTPUTLEVEL=&quot;html,text,compresswhitespace&quot;  &gt;<br />
&lt;MvASSIGN NAME = &quot;itemAcct&quot; VALUE = &quot;{ arg2 }&quot;&gt;<br />
&lt;MvASSIGN NAME = &quot;itemOptn&quot; VALUE = &quot;{ arg3 }&quot;&gt;<br />
&lt;MvASSIGN NAME = &quot;datadir&quot; VALUE = &quot;{ 'db2/' }&quot;&gt;<br />
&lt;MvOPEN NAME=&quot;itemoptn&quot; DATABASE=&quot;{ datadir $ 'itemoptn.dbf'}&quot; INDEXES=&quot;{ datadir $ 'itemoptn.idx'}&quot;&gt;<br />
&lt;MvASSIGN NAME = &quot;SkuValue&quot; VALUE = &quot;{ itemAcct $ ' '$  glosub(itemOptn,'~','')}&quot;&gt;<br />
&lt;MvASSIGN NAME = &quot;findOption&quot; VALUE = &quot;{ itemAcct $ itemOptn}&quot;&gt;<br />
&lt;MvFIND NAME=&quot;itemoptn&quot; VALUE = &quot;{findOption}&quot;&gt;<br />
&lt;MvASSIGN NAME = &quot;ovFlag&quot; VALUE = &quot;{0}&quot;&gt;<br />
&lt;MvIF EXPR=&quot;{findOption EQ ( itemoptn.d.op_acctid $ itemoptn.d.op_itemid)}&quot;&gt;<br />
    RETStaus=0&lt;BR&gt;<br />
    RETtitle=&lt;MvEVAL EXPR=&quot;{itemoptn.d.op_title}&quot;&gt;&lt;BR&gt;<br />
    RETretail=&lt;MvEVAL EXPR=&quot;{itemoptn.d.op_retail}&quot;&gt;&lt;BR&gt;<br />
    RETpkcost=&lt;MvEVAL EXPR=&quot;{itemoptn.d.op_pkcost}&quot;&gt;&lt;BR&gt;<br />
&lt;MvELSE&gt;<br />
    ReturnStaus=-1&lt;BR&gt;<br />
&lt;/MvIF&gt;<br />
&lt;MvCLOSE NAME=&quot;itemoptn&quot;&gt;</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://extranet.mivamerchant.com/forums/forumdisplay.php?30-MivaScript-amp-Miva-Merchant-Empresa"><![CDATA[MivaScript &  Miva Merchant Empresa]]></category>
			<dc:creator>donb</dc:creator>
			<guid isPermaLink="true">http://extranet.mivamerchant.com/forums/showthread.php?111138-Supressing-output-in-a-called-program</guid>
		</item>
		<item>
			<title>Miva Empresa and Windows 2008</title>
			<link>http://extranet.mivamerchant.com/forums/showthread.php?111137-Miva-Empresa-and-Windows-2008&amp;goto=newpost</link>
			<pubDate>Fri, 10 May 2013 23:39:15 GMT</pubDate>
			<description>Hi all,  
 
are there any news / docs etc. regarding the installation of Empresa on Windows 2008 R2?  
 
Thanks, 
 
Markus</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hi all, <br />
<br />
are there any news / docs etc. regarding the installation of Empresa on Windows 2008 R2? <br />
<br />
Thanks,<br />
<br />
Markus</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://extranet.mivamerchant.com/forums/forumdisplay.php?30-MivaScript-amp-Miva-Merchant-Empresa"><![CDATA[MivaScript &  Miva Merchant Empresa]]></category>
			<dc:creator>mvmarkus</dc:creator>
			<guid isPermaLink="true">http://extranet.mivamerchant.com/forums/showthread.php?111137-Miva-Empresa-and-Windows-2008</guid>
		</item>
		<item>
			<title>Limited Source Kit functions...help?</title>
			<link>http://extranet.mivamerchant.com/forums/showthread.php?111117-Limited-Source-Kit-functions-help&amp;goto=newpost</link>
			<pubDate>Wed, 08 May 2013 20:17:08 GMT</pubDate>
			<description>Hello. 
 
I am quite new to Miva(Script) and basically spent the last couple days crash coursing over the documentation. 
 
I would like to use the...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hello.<br />
<br />
I am quite new to Miva(Script) and basically spent the last couple days crash coursing over the documentation.<br />
<br />
I would like to use the <a href="http://www.mivamerchant.com/assets/api/html/group___p_r7.html#gac38cf51bf325549785c33a1a7f17ca7f" target="_blank" rel="nofollow">Decrypt_Order()</a> function located in your API but I am struggling to understand how to call this function from within my module.<br />
<br />
When I call the function via an &lt;MvEVAL&gt; tag I get an error to the effect that the function is undefined or does not exist.<br />
<br />
After some additional research I stumbled upon the Limited Source Kit and discovered the function is located under 5.00/lib/crypto_public.mv, but from here I am not sure how to continue.<br />
<br />
Do I compile crypto_public.mv and &quot;include&quot; it somehow within my module and reference it that way?<br />
<br />
Any help would be greatly appreciated. <br />
<br />
Thank you!</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://extranet.mivamerchant.com/forums/forumdisplay.php?30-MivaScript-amp-Miva-Merchant-Empresa"><![CDATA[MivaScript &  Miva Merchant Empresa]]></category>
			<dc:creator>mapar</dc:creator>
			<guid isPermaLink="true">http://extranet.mivamerchant.com/forums/showthread.php?111117-Limited-Source-Kit-functions-help</guid>
		</item>
		<item>
			<title>product variant database tables</title>
			<link>http://extranet.mivamerchant.com/forums/showthread.php?111106-product-variant-database-tables&amp;goto=newpost</link>
			<pubDate>Tue, 07 May 2013 19:28:45 GMT</pubDate>
			<description><![CDATA[Hi folks -- 
 
I'm working on a product-export module, and I need to deal with variants. If the product has variants by attribute, e.g. 4 sizes and 6...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hi folks --<br />
<br />
I'm working on a product-export module, and I need to deal with variants. If the product has variants by attribute, e.g. 4 sizes and 6 colors yielding 24 separate products, then I need to export each one as a separate product.  But if the product is a kit, e.g. a video game and two game cartridges which are all separate products in the store, then I just want to export the kit, since the other items will be exported separately as their own &quot;masters.&quot;<br />
<br />
So I need to know how to tell one type from the other.  From a quick test, it looks to me like the ProductVariants table only has data for attribute variants, not for kit parts.  Is that a good way to go?  Are there any other things I need to watch out for?<br />
<br />
I haven't even started dealing with ProductKits, or with ProductVariantPricing ... if anyone has any tips on how to decode those, I'd appreciate the info.<br />
<br />
Thanks  --</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://extranet.mivamerchant.com/forums/forumdisplay.php?30-MivaScript-amp-Miva-Merchant-Empresa"><![CDATA[MivaScript &  Miva Merchant Empresa]]></category>
			<dc:creator>Kent Multer</dc:creator>
			<guid isPermaLink="true">http://extranet.mivamerchant.com/forums/showthread.php?111106-product-variant-database-tables</guid>
		</item>
		<item>
			<title>Sears Portal call with MvCall</title>
			<link>http://extranet.mivamerchant.com/forums/showthread.php?111104-Sears-Portal-call-with-MvCall&amp;goto=newpost</link>
			<pubDate>Tue, 07 May 2013 18:02:19 GMT</pubDate>
			<description>I use MvCall a lot but I have not been able to make it work when calling the sears portal with post.  I ended up writing a php script to get around...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I use MvCall a lot but I have not been able to make it work when calling the sears portal with post.  I ended up writing a php script to get around the problem but it is really cumbersome and would like to replace the php with mvcall.   I have tried every combination I can think of but they don't recognize the post.  I can do gets just fine but no posts.<br />
<br />
Has anyone had any success interfacing to sears.<br />
<br />
Thanks<br />
<br />
Donb</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://extranet.mivamerchant.com/forums/forumdisplay.php?30-MivaScript-amp-Miva-Merchant-Empresa"><![CDATA[MivaScript &  Miva Merchant Empresa]]></category>
			<dc:creator>donb</dc:creator>
			<guid isPermaLink="true">http://extranet.mivamerchant.com/forums/showthread.php?111104-Sears-Portal-call-with-MvCall</guid>
		</item>
		<item>
			<title>MvCall and no responses</title>
			<link>http://extranet.mivamerchant.com/forums/showthread.php?111095-MvCall-and-no-responses&amp;goto=newpost</link>
			<pubDate>Tue, 07 May 2013 00:14:06 GMT</pubDate>
			<description><![CDATA[I'm sending some xml with a url. In the browsers address bar the url works perfectly. I send the url in MvCall and I get no response. How do I...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I'm sending some xml with a url. In the browsers address bar the url works perfectly. I send the url in MvCall and I get no response. How do I simulate the same browser environment?<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">https://targeturl?authkey=xxxxx34256345&amp;dataformat=xml&amp;sendxml=&lt;Contacts&gt;&lt;xmltags-data-here&gt;&lt;/Contacts&gt;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->I've tried a number of things. This is my most recent.<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;MvCALL ACTION = &quot;{l.myurl $ l.crlf $ 'HTTP/1.1' $ l.crlf $ 'Content-Type:application/x-www-form-urlencoded' $ l.crlf $ 'Content-Length:byteArray.Length;' $ l.crlf }&quot; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; METHOD = &quot;get&quot;&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;MvASSIGN NAME = &quot;l.output&quot; VALUE = &quot;{ l.output $ s.callvalue }&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/MvCALL&gt;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->results is SSL read error. Still don't know if a connect is occurring. And, I am sure I am forgetting something  basic.<br />
<br />
Thanks,<br />
<br />
Scott</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://extranet.mivamerchant.com/forums/forumdisplay.php?30-MivaScript-amp-Miva-Merchant-Empresa"><![CDATA[MivaScript &  Miva Merchant Empresa]]></category>
			<dc:creator>ids</dc:creator>
			<guid isPermaLink="true">http://extranet.mivamerchant.com/forums/showthread.php?111095-MvCall-and-no-responses</guid>
		</item>
		<item>
			<title>Daylight Savings Time</title>
			<link>http://extranet.mivamerchant.com/forums/showthread.php?111069-Daylight-Savings-Time&amp;goto=newpost</link>
			<pubDate>Thu, 02 May 2013 16:59:32 GMT</pubDate>
			<description>In the documentation for (tm_isdst) it says that this will let you know if daylight savings time is in affect for your current time zone and this is...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>In the documentation for (<font color="#000000"><span style="font-family: Helvetica Neue">tm_isdst) it says that this will let you know if daylight savings time is in affect for your current time zone and this is based on system time. But what if you want to find out if daylight savings time is in affect for another time zone. For instance I'm in MST and this is the time zone for my system however we do not observe daylight savings so (tm_isdst) would always be false. Is there a way to use (tm_isdst) to check another time zone?<br />
<br />
Thanks</span></font></div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://extranet.mivamerchant.com/forums/forumdisplay.php?30-MivaScript-amp-Miva-Merchant-Empresa"><![CDATA[MivaScript &  Miva Merchant Empresa]]></category>
			<dc:creator>automatit</dc:creator>
			<guid isPermaLink="true">http://extranet.mivamerchant.com/forums/showthread.php?111069-Daylight-Savings-Time</guid>
		</item>
		<item>
			<title>Having Trouble with Toolkit Concat</title>
			<link>http://extranet.mivamerchant.com/forums/showthread.php?111043-Having-Trouble-with-Toolkit-Concat&amp;goto=newpost</link>
			<pubDate>Sat, 27 Apr 2013 01:50:10 GMT</pubDate>
			<description><![CDATA[I would like to pre-fill a form with the customer's first and last name like this: 
 
Code: 
--------- 
<input type="text" name="Customer_Name"...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I would like to pre-fill a form with the customer's first and last name like this:<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;input type=&quot;text&quot; name=&quot;Customer_Name&quot; value=&quot; &quot; class=&quot;textfield&quot; /&gt;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->I have tried to populate it with the toolkit concat code <br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;mvt:item name=&quot;toolkit&quot; param=&quot;concat|newstring|&amp;mvte:order:bill_fname;|&amp;mvte:order:bill_lname;&quot; /&gt;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->but it returns nothing. <br />
<br />
Do I need to save that toolkit code to a new variable in order to put it in the value of the input? If so, how can I write that line?<br />
<br />
Thanks for any help,<br />
Maxanne</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://extranet.mivamerchant.com/forums/forumdisplay.php?30-MivaScript-amp-Miva-Merchant-Empresa"><![CDATA[MivaScript &  Miva Merchant Empresa]]></category>
			<dc:creator>mdurkee</dc:creator>
			<guid isPermaLink="true">http://extranet.mivamerchant.com/forums/showthread.php?111043-Having-Trouble-with-Toolkit-Concat</guid>
		</item>
	</channel>
</rss>
