<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Edventures in Normalcy &#187; Miva</title>
	<atom:link href="http://www.edwinbush.com/category/code-or-hosting/miva-technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.edwinbush.com</link>
	<description></description>
	<lastBuildDate>Fri, 23 Jul 2010 21:32:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>The certificate chain did not validate, no local certificate found</title>
		<link>http://www.edwinbush.com/01/09/the-certificate-chain-did-not-validate-no-local-certificate-found/</link>
		<comments>http://www.edwinbush.com/01/09/the-certificate-chain-did-not-validate-no-local-certificate-found/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 23:09:06 +0000</pubDate>
		<dc:creator>feonix83</dc:creator>
				<category><![CDATA[Code or Hosting]]></category>
		<category><![CDATA[Miva]]></category>

		<guid isPermaLink="false">http://www.edwinbush.com/?p=840</guid>
		<description><![CDATA[Common example errors: Unable to authorize payment: The certificate chain did not validate, no local certificate found, Cert Path = c:\pfpcerts\, Working Directory = c:\windows\system32\inetsrv or Result Code: -31 Response Message: The certificate chain did not validate, no local certificate found, Cert Path = c:\pfprocerts, Working Directory = c:\windows\system32\inetsrv Transaction ID: Auth. Code: or I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>Common example errors:</p>
<p>Unable to authorize payment: The certificate chain did not validate, no local certificate found, Cert Path = c:\pfpcerts\, Working Directory = c:\windows\system32\inetsrv</p>
<p>or</p>
<p>  Result Code: -31<br />
  Response Message: The certificate chain did not validate, no local certificate found, Cert Path = c:\pfprocerts, Working Directory = c:\windows\system32\inetsrv<br />
  Transaction ID:<br />
  Auth. Code: </p>
<p>or</p>
<p>I&#8217;m Sorry, there was a problem with your transaction.</p>
<p>Transaction Result:<br />
The certificate chain did not validate, no local certificate found, Cert Path = certs, Working directory = c:\winnt\system32\inetsrv</p>
<p>Well, as of January 4, 2010, your Payflow Pro SDK expires permanently and your payment processing will stop if you are using an outdated SDK.  You can see this on their website here:<br />
<a href="https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&#038;content_ID=developer/gateway_update_FAQ" target="_blank">https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&#038;content_ID=developer/gateway_update_FAQ</a></p>
<p>Depending on the method or scripting language you are using this can be an easy or difficult thing to get around.  As I am Miva Merchant savvy, If you are using Miva Merchant 5, run your updates.  If you are running Miva Merchant 4, you can get an updated version of the Payment Module and instructions for instillation at <a href="https://support.mivamerchant.com/supportsuite/index.php?_m=downloads&#038;_a=viewdownload&#038;downloaditemid=46&#038;nav=0,12" target="_blank">https://support.mivamerchant.com/supportsuite/index.php?_m=downloads&#038;_a=viewdownload&#038;downloaditemid=46&#038;nav=0,12</a>.  Zen Cart forums make reference to this change here <a href="http://www.zen-cart.com/forum/showthread.php?p=823250#post823250" target="_blank">http://www.zen-cart.com/forum/showthread.php?p=823250#post823250</a>.  Anyway, if you have a hand coded cart, visit the top link I supplied for more information.  If you find specific articles or information for specific carts, please comment.  I will gladly update this post.</p>
<div style='display:none' id="post-refEl-840"></div>]]></content:encoded>
			<wfw:commentRss>http://www.edwinbush.com/01/09/the-certificate-chain-did-not-validate-no-local-certificate-found/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Runtime error in lib/db.mvc @ [00000164:00000024]: lib/dbprim/stores.mv: Line 202: MvOPENVIEW: mysql_stmt_bind_results: Using unsupported buffer type: 246 (parameter: 27)</title>
		<link>http://www.edwinbush.com/11/18/runtime-error-in-libdb-mvc-0000016400000024-libdbprimstores-mv-line-202-mvopenview-mysql_stmt_bind_results-using-unsupported-buffer-type-246-parameter-27/</link>
		<comments>http://www.edwinbush.com/11/18/runtime-error-in-libdb-mvc-0000016400000024-libdbprimstores-mv-line-202-mvopenview-mysql_stmt_bind_results-using-unsupported-buffer-type-246-parameter-27/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 02:46:28 +0000</pubDate>
		<dc:creator>feonix83</dc:creator>
				<category><![CDATA[Miva]]></category>

		<guid isPermaLink="false">http://www.edwinbush.com/?p=680</guid>
		<description><![CDATA[Runtime error in lib/db.mvc @ [00000164:00000024]: lib/dbprim/stores.mv: Line 202: MvOPENVIEW: mysql_stmt_bind_results: Using unsupported buffer type: 246 (parameter: 27) I run into this one once in a while and always have to remember to upgrade the MySQL driver to the latest.]]></description>
			<content:encoded><![CDATA[<p>Runtime error in lib/db.mvc @ [00000164:00000024]: lib/dbprim/stores.mv: Line 202: MvOPENVIEW: mysql_stmt_bind_results: Using unsupported buffer type: 246 (parameter: 27)</p>
<p>I run into this one once in a while and always have to remember to upgrade the MySQL driver to the latest.</p>
<div style='display:none' id="post-refEl-680"></div>]]></content:encoded>
			<wfw:commentRss>http://www.edwinbush.com/11/18/runtime-error-in-libdb-mvc-0000016400000024-libdbprimstores-mv-line-202-mvopenview-mysql_stmt_bind_results-using-unsupported-buffer-type-246-parameter-27/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Re Order Products in Miva Merchant 5</title>
		<link>http://www.edwinbush.com/10/10/how-to-re-order-products-in-miva-merchant-5/</link>
		<comments>http://www.edwinbush.com/10/10/how-to-re-order-products-in-miva-merchant-5/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 15:38:26 +0000</pubDate>
		<dc:creator>feonix83</dc:creator>
				<category><![CDATA[Miva]]></category>

		<guid isPermaLink="false">http://www.edwinbush.com/?p=573</guid>
		<description><![CDATA[To reorder products within a given category in your admin section, click on Categories on the left hand side Then to the right of the category you want to reorder products for click the &#8220;Edit&#8221; button Once the page loads, click the Products tab Then click the Assigned button This will show you the products [...]]]></description>
			<content:encoded><![CDATA[<p>To reorder products within a given category<br />
in your admin section, click on Categories on the left hand side<br />
Then to the right of the category you want to reorder products for<br />
click the &#8220;Edit&#8221; button<br />
Once the page loads, click the Products tab<br />
Then click the Assigned button<br />
This will show you the products specific to this category<br />
To the right of Product order is a link that should say Hide, if not click the word Show<br />
You can now see the order products will show up on this category<br />
If you wanted the Product 2 to be the first item, you can go to its box, change the 2 to a 1 and hit enter, not Update<br />
You will then notice the order of products has changed on your category that you edited</p>

<div class="ngg-galleryoverview" id="ngg-gallery-19-573">


	<!-- Piclense link -->
	<div class="piclenselink">
		<a class="piclenselink" href="javascript:PicLensLite.start({feedUrl:'http://www.edwinbush.com/wp-content/plugins/nextgen-gallery/xml/media-rss.php?gid=19&amp;mode=gallery'});">
			[View with PicLens]		</a>
	</div>
	
	<!-- Thumbnails -->
		
	<div id="ngg-image-979" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.edwinbush.com/wp-content/gallery/mivareorderproducts/1.PNG" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_19' })" >
								<img title="1" alt="1" src="http://www.edwinbush.com/wp-content/gallery/mivareorderproducts/thumbs/thumbs_1.PNG"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-980" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.edwinbush.com/wp-content/gallery/mivareorderproducts/2.PNG" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_19' })" >
								<img title="2" alt="2" src="http://www.edwinbush.com/wp-content/gallery/mivareorderproducts/thumbs/thumbs_2.PNG"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-981" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.edwinbush.com/wp-content/gallery/mivareorderproducts/3.PNG" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_19' })" >
								<img title="3" alt="3" src="http://www.edwinbush.com/wp-content/gallery/mivareorderproducts/thumbs/thumbs_3.PNG"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-982" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.edwinbush.com/wp-content/gallery/mivareorderproducts/4.PNG" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_19' })" >
								<img title="4" alt="4" src="http://www.edwinbush.com/wp-content/gallery/mivareorderproducts/thumbs/thumbs_4.PNG"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-983" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.edwinbush.com/wp-content/gallery/mivareorderproducts/5.PNG" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_19' })" >
								<img title="5" alt="5" src="http://www.edwinbush.com/wp-content/gallery/mivareorderproducts/thumbs/thumbs_5.PNG"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-984" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.edwinbush.com/wp-content/gallery/mivareorderproducts/6.PNG" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_19' })" >
								<img title="6" alt="6" src="http://www.edwinbush.com/wp-content/gallery/mivareorderproducts/thumbs/thumbs_6.PNG"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-985" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.edwinbush.com/wp-content/gallery/mivareorderproducts/7.PNG" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_19' })" >
								<img title="7" alt="7" src="http://www.edwinbush.com/wp-content/gallery/mivareorderproducts/thumbs/thumbs_7.PNG"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-986" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.edwinbush.com/wp-content/gallery/mivareorderproducts/8.PNG" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_19' })" >
								<img title="8" alt="8" src="http://www.edwinbush.com/wp-content/gallery/mivareorderproducts/thumbs/thumbs_8.PNG"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-987" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.edwinbush.com/wp-content/gallery/mivareorderproducts/9.PNG" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_19' })" >
								<img title="9" alt="9" src="http://www.edwinbush.com/wp-content/gallery/mivareorderproducts/thumbs/thumbs_9.PNG"  />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>


<div style='display:none' id="post-refEl-573"></div>]]></content:encoded>
			<wfw:commentRss>http://www.edwinbush.com/10/10/how-to-re-order-products-in-miva-merchant-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Miva Merchant Subcategories and You</title>
		<link>http://www.edwinbush.com/09/27/miva-merchant-subcategories-and-you/</link>
		<comments>http://www.edwinbush.com/09/27/miva-merchant-subcategories-and-you/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 00:10:54 +0000</pubDate>
		<dc:creator>feonix83</dc:creator>
				<category><![CDATA[Miva]]></category>

		<guid isPermaLink="false">http://www.edwinbush.com/?p=556</guid>
		<description><![CDATA[So you have some categories (image one) and this is what they look like (image two). Then you add a third Category (image three) and you see what it looks like (image four), but you feel this is a sub category, or a sub type of a main category. So what you want to do, [...]]]></description>
			<content:encoded><![CDATA[<p>So you have some categories (image one) and this is what they look like (image two).  Then you add a third Category (image three) and you see what it looks like (image four), but you feel this is a sub category, or a sub type of a main category.  So what you want to do, is set it as a sub category.  To do this, in the admin, on the far right, click Edit (image five).  Click the Look Up button (image six) and chose the appropriate parent category (image seven).  Then Click the Update button (image eight).  Now, if you go to the site, the site by default looks like Image two, but if you click on Category One, it shows you the sub categories (image nine)</p>

<div class="ngg-galleryoverview" id="ngg-gallery-18-556">


	<!-- Piclense link -->
	<div class="piclenselink">
		<a class="piclenselink" href="javascript:PicLensLite.start({feedUrl:'http://www.edwinbush.com/wp-content/plugins/nextgen-gallery/xml/media-rss.php?gid=18&amp;mode=gallery'});">
			[View with PicLens]		</a>
	</div>
	
	<!-- Thumbnails -->
		
	<div id="ngg-image-970" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.edwinbush.com/wp-content/gallery/mivaconvertsubcategory/category1.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_18' })" >
								<img title="category1" alt="category1" src="http://www.edwinbush.com/wp-content/gallery/mivaconvertsubcategory/thumbs/thumbs_category1.png"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-971" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.edwinbush.com/wp-content/gallery/mivaconvertsubcategory/category2.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_18' })" >
								<img title="category2" alt="category2" src="http://www.edwinbush.com/wp-content/gallery/mivaconvertsubcategory/thumbs/thumbs_category2.png"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-972" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.edwinbush.com/wp-content/gallery/mivaconvertsubcategory/category3.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_18' })" >
								<img title="category3" alt="category3" src="http://www.edwinbush.com/wp-content/gallery/mivaconvertsubcategory/thumbs/thumbs_category3.png"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-973" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.edwinbush.com/wp-content/gallery/mivaconvertsubcategory/category4.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_18' })" >
								<img title="category4" alt="category4" src="http://www.edwinbush.com/wp-content/gallery/mivaconvertsubcategory/thumbs/thumbs_category4.png"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-974" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.edwinbush.com/wp-content/gallery/mivaconvertsubcategory/category5.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_18' })" >
								<img title="category5" alt="category5" src="http://www.edwinbush.com/wp-content/gallery/mivaconvertsubcategory/thumbs/thumbs_category5.png"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-975" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.edwinbush.com/wp-content/gallery/mivaconvertsubcategory/category6.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_18' })" >
								<img title="category6" alt="category6" src="http://www.edwinbush.com/wp-content/gallery/mivaconvertsubcategory/thumbs/thumbs_category6.png"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-976" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.edwinbush.com/wp-content/gallery/mivaconvertsubcategory/category7.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_18' })" >
								<img title="category7" alt="category7" src="http://www.edwinbush.com/wp-content/gallery/mivaconvertsubcategory/thumbs/thumbs_category7.png"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-977" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.edwinbush.com/wp-content/gallery/mivaconvertsubcategory/category8.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_18' })" >
								<img title="category8" alt="category8" src="http://www.edwinbush.com/wp-content/gallery/mivaconvertsubcategory/thumbs/thumbs_category8.png"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-978" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.edwinbush.com/wp-content/gallery/mivaconvertsubcategory/category9.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_18' })" >
								<img title="category9" alt="category9" src="http://www.edwinbush.com/wp-content/gallery/mivaconvertsubcategory/thumbs/thumbs_category9.png"  />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>


<div style='display:none' id="post-refEl-556"></div>]]></content:encoded>
			<wfw:commentRss>http://www.edwinbush.com/09/27/miva-merchant-subcategories-and-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pictures to setup Checkout by Amazon (Amazon Side)</title>
		<link>http://www.edwinbush.com/09/09/pictures-to-setup-checkout-by-amazon-amazon-side/</link>
		<comments>http://www.edwinbush.com/09/09/pictures-to-setup-checkout-by-amazon-amazon-side/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 16:49:25 +0000</pubDate>
		<dc:creator>feonix83</dc:creator>
				<category><![CDATA[Miva]]></category>

		<guid isPermaLink="false">http://www.edwinbush.com/?p=450</guid>
		<description><![CDATA[To edit your settings log into your Seller Central Account, Click on Checkout Pipeline Settings under Settings on the left hand menu. Click on the Edit button. You will find the correct settings to set these to within your Miva Merchant admin section, at the screen where you edit the Payment settings for your Checkout [...]]]></description>
			<content:encoded><![CDATA[<p>To edit your settings log into your <a href="https://sellercentral.amazon.com/gp/homepage.html" target="_blank">Seller Central Account</a>, Click on Checkout Pipeline Settings under Settings on the left hand menu.  Click on the Edit button.  You will find the correct settings to set these to within your Miva Merchant admin section, at the screen where you edit the Payment settings for your Checkout by Amazon module.  The correct settings are listed on the bottom.  Keep in mind the Merchant URL must be a secure (https) URL.  Then Click Update to complete.</p>

<div class="ngg-galleryoverview" id="ngg-gallery-17-450">


	<!-- Piclense link -->
	<div class="piclenselink">
		<a class="piclenselink" href="javascript:PicLensLite.start({feedUrl:'http://www.edwinbush.com/wp-content/plugins/nextgen-gallery/xml/media-rss.php?gid=17&amp;mode=gallery'});">
			[View with PicLens]		</a>
	</div>
	
	<!-- Thumbnails -->
		
	<div id="ngg-image-967" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.edwinbush.com/wp-content/gallery/checkoutbyamazon/checkoutbyamazon1.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_17' })" >
								<img title="checkoutbyamazon1" alt="checkoutbyamazon1" src="http://www.edwinbush.com/wp-content/gallery/checkoutbyamazon/thumbs/thumbs_checkoutbyamazon1.png"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-968" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.edwinbush.com/wp-content/gallery/checkoutbyamazon/checkoutbyamazon2.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_17' })" >
								<img title="checkoutbyamazon2" alt="checkoutbyamazon2" src="http://www.edwinbush.com/wp-content/gallery/checkoutbyamazon/thumbs/thumbs_checkoutbyamazon2.png"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-969" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.edwinbush.com/wp-content/gallery/checkoutbyamazon/checkoutbyamazon3.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_17' })" >
								<img title="checkoutbyamazon3" alt="checkoutbyamazon3" src="http://www.edwinbush.com/wp-content/gallery/checkoutbyamazon/thumbs/thumbs_checkoutbyamazon3.png"  />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>


<div style='display:none' id="post-refEl-450"></div>]]></content:encoded>
			<wfw:commentRss>http://www.edwinbush.com/09/09/pictures-to-setup-checkout-by-amazon-amazon-side/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MER-DBP-USR-00001 &#8211; Field &#8216;hover_on&#8217; does not exist in table &#8216;Users&#8217;</title>
		<link>http://www.edwinbush.com/06/29/mer-dbp-usr-00001-field-hover_on-does-not-exist-in-table-users/</link>
		<comments>http://www.edwinbush.com/06/29/mer-dbp-usr-00001-field-hover_on-does-not-exist-in-table-users/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 17:39:58 +0000</pubDate>
		<dc:creator>feonix83</dc:creator>
				<category><![CDATA[Miva]]></category>
		<category><![CDATA[Mi]]></category>

		<guid isPermaLink="false">http://www.edwinbush.com/?p=410</guid>
		<description><![CDATA[Scripts seem to have been upgraded but the backend was not, so the scripts are looking for a field that does not exist.  From my understanding may be related to core 14.]]></description>
			<content:encoded><![CDATA[<p>Scripts seem to have been upgraded but the backend was not, so the scripts are looking for a field that does not exist.  From my understanding may be related to core 14.</p>
<div style='display:none' id="post-refEl-410"></div>]]></content:encoded>
			<wfw:commentRss>http://www.edwinbush.com/06/29/mer-dbp-usr-00001-field-hover_on-does-not-exist-in-table-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Miva Merchant Module codes</title>
		<link>http://www.edwinbush.com/06/17/miva-merchant-module-codes/</link>
		<comments>http://www.edwinbush.com/06/17/miva-merchant-module-codes/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 16:54:34 +0000</pubDate>
		<dc:creator>feonix83</dc:creator>
				<category><![CDATA[Miva]]></category>

		<guid isPermaLink="false">http://www.edwinbush.com/?p=392</guid>
		<description><![CDATA[This post is primarily for when going from 4-5 to find out what module the missing one was. EXTRAMSG_C ACD Additional Checkout Data New Version BROK_UPS_CUSTOM UPS Online Tools® Custom Integration by VIKING CODERS New Version found on same page. BROK_PRODTEMPLATES Product Page Templates Functionality from my understanding is now included in the current version [...]]]></description>
			<content:encoded><![CDATA[<p>This post is primarily for when going from 4-5 to find out what module the missing one was.</p>
<table border="0">
<tbody>
<tr>
<td>EXTRAMSG_C</td>
<td><a href="http://www.mivacentral.com/page/m/PROD/CHKOUT+-x/SS-ACD">ACD Additional Checkout Data</a></td>
<td><a href="http://www.sebenza.com/products/SS-ACDPRO5.html">New Version</a></td>
</tr>
<tr>
<td>BROK_UPS_CUSTOM</td>
<td><a href="http://www.mivacentral.com/page/m/PROD/VCS-BROK_UPS_CUSTOM">UPS Online Tools® Custom Integration by VIKING CODERS</a></td>
<td>New Version found on same page.</td>
</tr>
<tr>
<td>BROK_PRODTEMPLATES</td>
<td><a href="http://www.vikingcoders.com/store/merchant.mv?Screen=PROD&#038;Product_Code=BROK_PRODTEMPLATES">Product Page Templates</a></td>
<td>Functionality from my understanding is now included in the current version of Miva Merchant.</td>
</tr>
<tr>
<td>SS_FREESHIP</td>
<td>This was a Free Shipping module developed by Sebenza.</td>
<td>Sebenza does not currently make a Free Shipping module per se.</td>
</tr>
</tbody>
</table>
<div style='display:none' id="post-refEl-392"></div>]]></content:encoded>
			<wfw:commentRss>http://www.edwinbush.com/06/17/miva-merchant-module-codes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I can never locate the OINF page</title>
		<link>http://www.edwinbush.com/05/22/i-can-never-locate-the-oinf-page/</link>
		<comments>http://www.edwinbush.com/05/22/i-can-never-locate-the-oinf-page/#comments</comments>
		<pubDate>Fri, 22 May 2009 15:26:13 +0000</pubDate>
		<dc:creator>feonix83</dc:creator>
				<category><![CDATA[Miva]]></category>
		<category><![CDATA[Miva Merchant]]></category>
		<category><![CDATA[OINF]]></category>

		<guid isPermaLink="false">http://www.edwinbush.com/?p=363</guid>
		<description><![CDATA[For all of those like me that can never remember, when looking for the OINF page, look to the OCST and ORDL pages instead. If customer is not logged in -> OINF Goes to ORDL If customer is logged in -> OINF Goes to OCST]]></description>
			<content:encoded><![CDATA[<p>For all of those like me that can never remember, when looking for the OINF page, look to the OCST and ORDL pages instead.</p>
<p>If customer is not logged in -> OINF Goes to ORDL<br />
If customer is logged in -> OINF Goes to OCST</p>
<div style='display:none' id="post-refEl-363"></div>]]></content:encoded>
			<wfw:commentRss>http://www.edwinbush.com/05/22/i-can-never-locate-the-oinf-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pictures to setup Verisign Payflow Link (PayPal Manager Side)</title>
		<link>http://www.edwinbush.com/02/23/pictures-to-setup-verisign-payflow-link-paypal-side/</link>
		<comments>http://www.edwinbush.com/02/23/pictures-to-setup-verisign-payflow-link-paypal-side/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 04:14:37 +0000</pubDate>
		<dc:creator>feonix83</dc:creator>
				<category><![CDATA[Miva]]></category>
		<category><![CDATA[Miva Merchant]]></category>
		<category><![CDATA[Verisign Payflow Link]]></category>

		<guid isPermaLink="false">http://www.edwinbush.com/?p=193</guid>
		<description><![CDATA[To edit your settings log into your PayPal Manager Account, Click on Service Settings, and then Click on Configuration.  You will find the correct settings to set these to within your Miva Merchant admin section, at the screen where you edit the Payment settings for your Verisign Payflow Link module.]]></description>
			<content:encoded><![CDATA[<p>To edit your settings log into your <a href="https://manager.paypal.com/" target="_blank">PayPal Manager Account</a>, Click on Service Settings, and then Click on Configuration.  You will find the correct settings to set these to within your Miva Merchant admin section, at the screen where you edit the Payment settings for your Verisign Payflow Link module.</p>

<div class="ngg-galleryoverview" id="ngg-gallery-10-193">


	<!-- Piclense link -->
	<div class="piclenselink">
		<a class="piclenselink" href="javascript:PicLensLite.start({feedUrl:'http://www.edwinbush.com/wp-content/plugins/nextgen-gallery/xml/media-rss.php?gid=10&amp;mode=gallery'});">
			[View with PicLens]		</a>
	</div>
	
	<!-- Thumbnails -->
		
	<div id="ngg-image-896" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.edwinbush.com/wp-content/gallery/verisignpayflowlink/payflowlink1.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_10' })" >
								<img title="payflowlink1.png" alt="payflowlink1.png" src="http://www.edwinbush.com/wp-content/gallery/verisignpayflowlink/thumbs/thumbs_payflowlink1.png"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-895" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.edwinbush.com/wp-content/gallery/verisignpayflowlink/payflowlink2.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_10' })" >
								<img title="payflowlink2.png" alt="payflowlink2.png" src="http://www.edwinbush.com/wp-content/gallery/verisignpayflowlink/thumbs/thumbs_payflowlink2.png"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-894" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.edwinbush.com/wp-content/gallery/verisignpayflowlink/payflowlink3.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_10' })" >
								<img title="payflowlink3.png" alt="payflowlink3.png" src="http://www.edwinbush.com/wp-content/gallery/verisignpayflowlink/thumbs/thumbs_payflowlink3.png"  />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>


<div style='display:none' id="post-refEl-193"></div>]]></content:encoded>
			<wfw:commentRss>http://www.edwinbush.com/02/23/pictures-to-setup-verisign-payflow-link-paypal-side/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pictures to setup Google Checkout (Google Side)</title>
		<link>http://www.edwinbush.com/02/23/pictures-to-setup-google-checkout-google-side/</link>
		<comments>http://www.edwinbush.com/02/23/pictures-to-setup-google-checkout-google-side/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 04:02:45 +0000</pubDate>
		<dc:creator>feonix83</dc:creator>
				<category><![CDATA[Miva]]></category>
		<category><![CDATA[Google Checkout]]></category>
		<category><![CDATA[Miva Merchant]]></category>

		<guid isPermaLink="false">http://www.edwinbush.com/?p=190</guid>
		<description><![CDATA[To edit your settings log into your Google Checkout Account, Click on Settings, and then Click on Integration.  You will find the correct settings to set these to within your Miva Merchant admin section, at the screen where you edit the Payment settings for your Google Checkout module.]]></description>
			<content:encoded><![CDATA[<p>To edit your settings log into your <a href="http://checkout.google.com" target="_blank">Google Checkout Account</a>, Click on Settings, and then Click on Integration.  You will find the correct settings to set these to within your Miva Merchant admin section, at the screen where you edit the Payment settings for your Google Checkout module.</p>

<div class="ngg-galleryoverview" id="ngg-gallery-9-190">


	<!-- Piclense link -->
	<div class="piclenselink">
		<a class="piclenselink" href="javascript:PicLensLite.start({feedUrl:'http://www.edwinbush.com/wp-content/plugins/nextgen-gallery/xml/media-rss.php?gid=9&amp;mode=gallery'});">
			[View with PicLens]		</a>
	</div>
	
	<!-- Thumbnails -->
		
	<div id="ngg-image-893" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.edwinbush.com/wp-content/gallery/googlecheckout/google1.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_9' })" >
								<img title="google1.png" alt="google1.png" src="http://www.edwinbush.com/wp-content/gallery/googlecheckout/thumbs/thumbs_google1.png"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-892" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.edwinbush.com/wp-content/gallery/googlecheckout/google2.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_9' })" >
								<img title="google2.png" alt="google2.png" src="http://www.edwinbush.com/wp-content/gallery/googlecheckout/thumbs/thumbs_google2.png"  />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>


<div style='display:none' id="post-refEl-190"></div>]]></content:encoded>
			<wfw:commentRss>http://www.edwinbush.com/02/23/pictures-to-setup-google-checkout-google-side/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
