<?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"
	>

<channel>
	<title>The Viking Log &#187; Design and Development</title>
	<atom:link href="http://www.vikingcoders.com/log/category/design-and-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vikingcoders.com/log</link>
	<description>Fantastic Tales from our Adventures in Software Land</description>
	<pubDate>Fri, 27 Aug 2010 00:41:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Features +  a Firefox plugin = a handy inventory check</title>
		<link>http://www.vikingcoders.com/log/2009/11/13/features-a-firefox-plugin-a-handy-inventory-check/</link>
		<comments>http://www.vikingcoders.com/log/2009/11/13/features-a-firefox-plugin-a-handy-inventory-check/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 15:14:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Design and Development]]></category>

		<category><![CDATA[Module Releases/New Features]]></category>

		<category><![CDATA[inventory tracking]]></category>

		<guid isPermaLink="false">http://www.vikingcoders.com/log/?p=88</guid>
		<description><![CDATA[I recently came across a nice little Firefox plugin called Alertbox that can be used to monitor changes in web pages. The Miva Merchant store I was working on needed needed a way to monitor inventory on a range of products. (Their inventory is updated automatically every 15 minutes from a remote server but this [...]]]></description>
			<content:encoded><![CDATA[<p>I recently came across a nice little Firefox plugin called <a title="alertbox plugin for firefox" href="https://addons.mozilla.org/en-US/firefox/addon/13587">Alertbox</a> that can be used to monitor changes in web pages. The Miva Merchant store I was working on needed needed a way to monitor inventory on a range of products. (Their inventory is updated automatically every 15 minutes from a remote server but this technique could also be used to monitor in-house inventory.) After installing Alertbox, I set up a simple template in our <a title="Features, custom template and display system" href="http://vikingcoders.com/go.mv?ID=VC_FEATURES5">Features</a> module  that displayed the product name, product code and inventory level for the products to be monitored. The products are pulled from a list in Features&#8211;it is quick and easy to add or remove products from the list. That template was assigned to a new page, which could then be accessed in a browser allowing Alertbox to go to work. It checks the page every few minutes and alerts you with a sound and unobtrusive icon when the inventory level changes.  As my art teacher used to say, &#8220;Simple, but effective.&#8221;</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=The%20Viking%20Log&amp;siteurl=http%3A%2F%2Fwww.vikingcoders.com%2Flog%2F&amp;linkname=Features%20%2B%20%20a%20Firefox%20plugin%20%3D%20a%20handy%20inventory%20check&amp;linkurl=http%3A%2F%2Fwww.vikingcoders.com%2Flog%2F2009%2F11%2F13%2Ffeatures-a-firefox-plugin-a-handy-inventory-check%2F"><img src="http://www.vikingcoders.com/log/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://www.vikingcoders.com/log/2009/11/13/features-a-firefox-plugin-a-handy-inventory-check/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Action codes for Miva Merchant</title>
		<link>http://www.vikingcoders.com/log/2009/02/24/action-codes-for-miva-merchant/</link>
		<comments>http://www.vikingcoders.com/log/2009/02/24/action-codes-for-miva-merchant/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 14:49:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Design and Development]]></category>

		<category><![CDATA[Ecommerce]]></category>

		<guid isPermaLink="false">http://www.vikingcoders.com/log/?p=82</guid>
		<description><![CDATA[A Pulse user, trying to track down an issue they were having with customers creating accounts, asked us for a list of that Actions they were seeing in their logs. Here is a list of them and a brief explanation of what they refer to:
ALGI    affiliate login
UAFL    update affiliate&#8217;s information
IAFL    insert affiliate
AFPW  email forgotten affiliate [...]]]></description>
			<content:encoded><![CDATA[<p>A <a title="Store statistics and logging" href="http://vikingcoders.com/go.mv?ID=VC_PULSE" target="_blank">Pulse</a> user, trying to track down an issue they were having with customers creating accounts, asked us for a list of that Actions they were seeing in their logs. Here is a list of them and a brief explanation of what they refer to:</p>
<p>ALGI    affiliate login<br />
UAFL    update affiliate&#8217;s information<br />
IAFL    insert affiliate<br />
AFPW  email forgotten affiliate password<br />
LOGN    customer login<br />
EMPW  email forgotten customer account password<br />
UCST    udpate customer information (on account page)<br />
ICST    insert customer (on account page)<br />
ADPR    add product to basket<br />
AUPR    add upsale product to basket<br />
AUPM    add multiple upsale products to basket<br />
QNTY    update quantity of product in basket<br />
RPRD    remove product from basket<br />
ORDR  add/udpate customer information (during checkout)<br />
CTAX  calculate tax<br />
SHIP  calculate shipping/generate shipping list<br />
AUTH    authorize payment</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=The%20Viking%20Log&amp;siteurl=http%3A%2F%2Fwww.vikingcoders.com%2Flog%2F&amp;linkname=Action%20codes%20for%20Miva%20Merchant&amp;linkurl=http%3A%2F%2Fwww.vikingcoders.com%2Flog%2F2009%2F02%2F24%2Faction-codes-for-miva-merchant%2F"><img src="http://www.vikingcoders.com/log/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://www.vikingcoders.com/log/2009/02/24/action-codes-for-miva-merchant/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Speed Matters!</title>
		<link>http://www.vikingcoders.com/log/2009/02/04/speed-matters/</link>
		<comments>http://www.vikingcoders.com/log/2009/02/04/speed-matters/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 02:11:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Design and Development]]></category>

		<guid isPermaLink="false">http://www.vikingcoders.com/log/?p=80</guid>
		<description><![CDATA[Google VP Marissa Mayer just spoke at the Web 2.0 Conference and offered tidbits on what Google has learned about speed, the user experience, and user satisfaction&#8230;Half a second delay caused a 20% drop in traffic.  Half a second delay killed user satisfaction.
More at Geeking with Greg.

    

	]]></description>
			<content:encoded><![CDATA[<blockquote><p>Google VP Marissa Mayer just spoke at the Web 2.0 Conference and offered tidbits on what Google has learned about speed, the user experience, and user satisfaction&#8230;Half a second delay caused a 20% drop in traffic.  Half a second delay killed user satisfaction.</p></blockquote>
<p>More at <a title="page speed" href="http://glinden.blogspot.com/2006/11/marissa-mayer-at-web-20.html" target="_blank">Geeking with Greg</a>.</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=The%20Viking%20Log&amp;siteurl=http%3A%2F%2Fwww.vikingcoders.com%2Flog%2F&amp;linkname=Speed%20Matters%21&amp;linkurl=http%3A%2F%2Fwww.vikingcoders.com%2Flog%2F2009%2F02%2F04%2Fspeed-matters%2F"><img src="http://www.vikingcoders.com/log/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://www.vikingcoders.com/log/2009/02/04/speed-matters/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to get things done with Twitter</title>
		<link>http://www.vikingcoders.com/log/2009/01/28/how-to-get-things-done-with-twitter/</link>
		<comments>http://www.vikingcoders.com/log/2009/01/28/how-to-get-things-done-with-twitter/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 17:25:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Design and Development]]></category>

		<guid isPermaLink="false">http://www.vikingcoders.com/log/?p=78</guid>
		<description><![CDATA[Zen Habits is one of my favorite sites and I generally check every tweet. Here&#8217;s a great article on using Twitter for increased productivity.

    

	]]></description>
			<content:encoded><![CDATA[<p>Zen Habits is one of my favorite sites and I generally check every tweet. Here&#8217;s <a href="http://zenhabits.net/2009/01/how-to-get-things-done-with-twitter/" target="_blank">a great article on using Twitter for increased productivity</a>.</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=The%20Viking%20Log&amp;siteurl=http%3A%2F%2Fwww.vikingcoders.com%2Flog%2F&amp;linkname=How%20to%20get%20things%20done%20with%20Twitter&amp;linkurl=http%3A%2F%2Fwww.vikingcoders.com%2Flog%2F2009%2F01%2F28%2Fhow-to-get-things-done-with-twitter%2F"><img src="http://www.vikingcoders.com/log/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://www.vikingcoders.com/log/2009/01/28/how-to-get-things-done-with-twitter/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The $300 Million Button</title>
		<link>http://www.vikingcoders.com/log/2009/01/27/the-300-million-button/</link>
		<comments>http://www.vikingcoders.com/log/2009/01/27/the-300-million-button/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 15:08:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Design and Development]]></category>

		<category><![CDATA[Ecommerce]]></category>

		<guid isPermaLink="false">http://www.vikingcoders.com/log/?p=73</guid>
		<description><![CDATA[Hmm, time to take a look at your checkout process? As my brother said when forwarding me the link, this reminded him of Merchant:
It&#8217;s hard to imagine a form that could be simpler: two fields, two buttons, and one link. Yet, it turns out this form was preventing customers from purchasing products from a major [...]]]></description>
			<content:encoded><![CDATA[<p>Hmm, time to take a look at your checkout process? As my brother said when forwarding me the link, this reminded him of Merchant:</p>
<blockquote><p>It&#8217;s hard to imagine a form that could be simpler: two fields, two buttons, and one link. Yet, it turns out this form was preventing customers from purchasing products from a major e-commerce site, to the tune of $300,000,000 a year. What was even worse: the designers of the site had no clue there was even a problem.</p>
<p>The form was simple. The fields were <em>Email Address</em> and <em>Password.</em> The buttons were <em>Login</em> and <em>Register. </em>The link was <em>Forgot Password.</em> It was the login form for the site. It&#8217;s a form users encounter all the time. How could they have problems with it?&#8230;</p></blockquote>
<p><a href="http://www.cmswire.com/cms/web-content/web-design-the-300-million-button-003809.php" target="_blank">The $300 Million Button</a></p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=The%20Viking%20Log&amp;siteurl=http%3A%2F%2Fwww.vikingcoders.com%2Flog%2F&amp;linkname=The%20%24300%20Million%20Button&amp;linkurl=http%3A%2F%2Fwww.vikingcoders.com%2Flog%2F2009%2F01%2F27%2Fthe-300-million-button%2F"><img src="http://www.vikingcoders.com/log/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://www.vikingcoders.com/log/2009/01/27/the-300-million-button/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Web design inspiration</title>
		<link>http://www.vikingcoders.com/log/2009/01/24/web-design-inspiration/</link>
		<comments>http://www.vikingcoders.com/log/2009/01/24/web-design-inspiration/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 19:40:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Design and Development]]></category>

		<guid isPermaLink="false">http://www.vikingcoders.com/log/?p=71</guid>
		<description><![CDATA[Here&#8217;s a great Flickr set on insprirational site designs.

(Got the link from a tweet by Chuck&#8211;thx!)

    

	]]></description>
			<content:encoded><![CDATA[<p><a title="design ideas" href="http://flickr.com/photos/splat/sets/981332/" target="_blank">Here&#8217;s a great Flickr set</a> on insprirational site designs.</p>
<p><img class="alignnone" title="nice design" src="http://farm1.static.flickr.com/27/44904502_afad220b1d_m.jpg" alt="" width="240" height="190" /></p>
<p>(Got the link from a tweet by <a href="http://twitter.com/chucklasker" target="_blank">Chuck</a>&#8211;thx!)</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=The%20Viking%20Log&amp;siteurl=http%3A%2F%2Fwww.vikingcoders.com%2Flog%2F&amp;linkname=Web%20design%20inspiration&amp;linkurl=http%3A%2F%2Fwww.vikingcoders.com%2Flog%2F2009%2F01%2F24%2Fweb-design-inspiration%2F"><img src="http://www.vikingcoders.com/log/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://www.vikingcoders.com/log/2009/01/24/web-design-inspiration/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Merchant 5 Coupons!</title>
		<link>http://www.vikingcoders.com/log/2009/01/22/merchant-5-coupons/</link>
		<comments>http://www.vikingcoders.com/log/2009/01/22/merchant-5-coupons/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 21:09:50 +0000</pubDate>
		<dc:creator>Luis</dc:creator>
		
		<category><![CDATA[Design and Development]]></category>

		<category><![CDATA[Module Releases/New Features]]></category>

		<category><![CDATA[5]]></category>

		<category><![CDATA[5.5]]></category>

		<category><![CDATA[Coupons]]></category>

		<category><![CDATA[Discounts]]></category>

		<category><![CDATA[Miva Merchant]]></category>

		<guid isPermaLink="false">http://www.vikingcoders.com/log/?p=69</guid>
		<description><![CDATA[We are pleased to announce a long awaited module, Coupons. The module offers many of the same features as the 4.x version of the module, Coupon Manager.
Coupons offers all the typical bells and whistles that you&#8217;d expect from a coupon module. One of the notable features is to have category and product specific coupons. If [...]]]></description>
			<content:encoded><![CDATA[<p>We are pleased to announce a long awaited module, <a href="http://vikingcoders.com/go.mv?id=VC_COUPONS5">Coupons</a>. The module offers many of the same features as the 4.x version of the module, <a href="http://vikingcoders.com/go.mv?id=DEV_COUPON">Coupon Manager</a>.</p>
<p><a href="http://vikingcoders.com/go.mv?id=VC_COUPONS5">Coupons</a> offers all the typical bells and whistles that you&#8217;d expect from a coupon module. One of the notable features is to have category and product specific coupons. If you want to offer a coupon to apply to only two categories (or, really, however many you want), you can have a coupon just for that.</p>
<p>One big jump in usability is a convenient javascript based date picker. Easily select start and expiration dates for your coupons! Here is <a href="http://vikingcoders.com/docs/VC_COUPONS5/coupons_main.gif">a screenshot</a> with it in action.</p>
<p>The module also supports offering free shipping and state, country and zip code restrictions. Customer specific coupons (i.e. the customer with login &#8216;john&#8217; or &#8216;bob&#8217;) are now supported. As with the 4.x version, Price and Availability groups are likewise included.</p>
<p>Some of the other admin screenshots should give you a good idea of what can be done with the module:<br />
<a href="http://vikingcoders.com/docs/VC_COUPONS5/no_coupons.gif">Initial Screen</a></p>
<p><a href="http://vikingcoders.com/docs/VC_COUPONS5/coupons_prod_cat.gif">Product and Category configuration</a></p>
<p><a href="http://vikingcoders.com/docs/VC_COUPONS5/coupons_shipping.gif">Shipping settings</a></p>
<p><a href="http://vikingcoders.com/docs/VC_COUPONS5/coupons_shipping.gif">Customer settings</a></p>
<p><a href="http://vikingcoders.com/docs/VC_COUPONS5/coupons_shipping.gif">Group configuration</a></p>
<p>A new feature I wrote  specifically for this module is an option to bulk generate a coupon. If you want to create 50 unique 25% off coupons in your store, you can do that now!</p>
<p>The module also logs all coupons used so you can easily see what coupons have been used in your store.</p>
<p>As usual we are always looking to improve modules we write, so we are certainly willing to listen to any suggestions you may have!</p>
<p><a href="http://vikingcoders.com/docs/docviewer.mv?Module_Code=VC_COUPONS5">The documentation</a> isn&#8217;t completed yet, but it should also give you a good feeling of what the module can do.</p>
<p>Be on the lookout for numerous modules from us over the coming weeks and months! We&#8217;re cranking on quite a bit in the workshop at the moment.</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=The%20Viking%20Log&amp;siteurl=http%3A%2F%2Fwww.vikingcoders.com%2Flog%2F&amp;linkname=Merchant%205%20Coupons%21&amp;linkurl=http%3A%2F%2Fwww.vikingcoders.com%2Flog%2F2009%2F01%2F22%2Fmerchant-5-coupons%2F"><img src="http://www.vikingcoders.com/log/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://www.vikingcoders.com/log/2009/01/22/merchant-5-coupons/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FedEx Advanced &#038; LTL shipping</title>
		<link>http://www.vikingcoders.com/log/2009/01/16/fedex-advanced-ltl-shipping/</link>
		<comments>http://www.vikingcoders.com/log/2009/01/16/fedex-advanced-ltl-shipping/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 19:15:35 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Design and Development]]></category>

		<category><![CDATA[Module Releases/New Features]]></category>

		<category><![CDATA[FedEx Advanced]]></category>

		<category><![CDATA[UPS Custom Integration]]></category>

		<guid isPermaLink="false">http://www.vikingcoders.com/log/?p=67</guid>
		<description><![CDATA[I just completed a new version of the FedEx Advanced for Merchant 5.x module which adds LTL as a shipping method.  It is handled in much the same way as the freight methods that were already in the module.  I.e. a single order&#8217;s shipping can be split between regular FedEx methods and LTL and the [...]]]></description>
			<content:encoded><![CDATA[<p>I just completed a new version of the <a href="http://www.vikingcoders.com/go.mv?ID=BROK_FEDEX5" target="_blank">FedEx Advanced for Merchant 5.x</a> module which adds LTL as a shipping method.  It is handled in much the same way as the freight methods that were already in the module.  I.e. a single order&#8217;s shipping can be split between regular FedEx methods and LTL and the shipping option will be displayed to the customer  showing how much they are paying for each (and the total shipping).    Options associated with the LTL method include being able to specify the weight cutoff over which a package will be restricted to LTL shipping (the FedEx api will actually return LTL shipping quotes for packages of only a few pounds!), the freight class of the package, and the FedEx LTL account number (FedEx maintains a separate account number for LTL shipping&#8230;it&#8217;s optional for the module to be able to calculate LTL shipping).  And as with other shipping methods these otions can be configured individually for products configured to ship in a separate package.</p>
<p>In accordance with the options offered by the FedEx LTL api the module can now prompt the customer to select which of the LTL options they need (e.g. &#8220;Lift gate required&#8221;).</p>
<p>In addition,  this new version also adds a  tab to the order details (under  &gt;Order Processing in Merchant admin) which displays the shipping cost alloted to  various methods (if there was more than one they are listed separately) as well as which options the customer selected.  This same feature has also bee added to  the <a href="http://www.vikingcoders.com/go.mv?ID=BROK_UPS_CUSTOM">UPS Custom Integration for Merchant 5.x</a></p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=The%20Viking%20Log&amp;siteurl=http%3A%2F%2Fwww.vikingcoders.com%2Flog%2F&amp;linkname=FedEx%20Advanced%20%26%23038%3B%20LTL%20shipping&amp;linkurl=http%3A%2F%2Fwww.vikingcoders.com%2Flog%2F2009%2F01%2F16%2Ffedex-advanced-ltl-shipping%2F"><img src="http://www.vikingcoders.com/log/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://www.vikingcoders.com/log/2009/01/16/fedex-advanced-ltl-shipping/feed/</wfw:commentRss>
		</item>
		<item>
		<title>An update for Order Status Manager for 5.x</title>
		<link>http://www.vikingcoders.com/log/2009/01/07/an-update-for-order-status-manager-for-5x/</link>
		<comments>http://www.vikingcoders.com/log/2009/01/07/an-update-for-order-status-manager-for-5x/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 22:15:16 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Design and Development]]></category>

		<category><![CDATA[Module Releases/New Features]]></category>

		<category><![CDATA[Add new tag]]></category>

		<guid isPermaLink="false">http://www.vikingcoders.com/log/?p=65</guid>
		<description><![CDATA[I have modfied the 5.x version of the Order Status Manager.  This update adds two new features:

 Support for displaying the data  collected during checkout (the &#8220;note&#8221; and other data as detailed in this FAQ) in emails sent to the customer by the stock notification email modules (and third party modules if they support the [...]]]></description>
			<content:encoded><![CDATA[<p>I have modfied the 5.x version of the <a href="http://www.vikingcoders.com/go.mv?ID=BROK_ORDERSTATUS5" target="_blank">Order Status Manager</a>.  This update adds two new features:</p>
<ul>
<li> Support for displaying the data  collected during checkout (the &#8220;note&#8221; and other data as detailed in this <a href="http://vikingcoders.com/faq/content/417/477/en/is-it-possible-to-collect-a-note-at-checkout-that-will-be-associated-with-the-order-in-admin.html" target="_blank">FAQ</a>) in emails sent to the customer by the stock notification email modules (and third party modules if they support the evaluation of variables) and on the invoice (INVC) page.  Details on how to go about it can be found <a href="http://vikingcoders.com/faq/content/417/530/en/displaying-collected-data-in-emails-and-on-the-invoice-invc-screen.html" target="_blank">here</a>.</li>
<li>Support for displaying customer customer and product data (configured for the customer and products using Merchant&#8217;s stock &#8220;Custom Customer Fields&#8221; and &#8220;Custom Product Fields&#8221; modules) in the Order Status Manager&#8217;s various templates.  Details on how to go about this can be found <a href="http://vikingcoders.com/faq/content/417/531/en/displaying-custom-field-data.html" target="_blank">here</a>.</li>
</ul>
<p>-Mike</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=The%20Viking%20Log&amp;siteurl=http%3A%2F%2Fwww.vikingcoders.com%2Flog%2F&amp;linkname=An%20update%20for%20Order%20Status%20Manager%20for%205.x&amp;linkurl=http%3A%2F%2Fwww.vikingcoders.com%2Flog%2F2009%2F01%2F07%2Fan-update-for-order-status-manager-for-5x%2F"><img src="http://www.vikingcoders.com/log/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://www.vikingcoders.com/log/2009/01/07/an-update-for-order-status-manager-for-5x/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A New Years update for Inventory Manager 5.x</title>
		<link>http://www.vikingcoders.com/log/2009/01/06/a-new-years-update-for-inventory-manager-5x/</link>
		<comments>http://www.vikingcoders.com/log/2009/01/06/a-new-years-update-for-inventory-manager-5x/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 21:36:51 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Design and Development]]></category>

		<category><![CDATA[Module Releases/New Features]]></category>

		<category><![CDATA[BROK_INVENTORY5]]></category>

		<guid isPermaLink="false">http://www.vikingcoders.com/log/?p=63</guid>
		<description><![CDATA[I have done a poor job of posting here since we put up the blog.  It always seemed like such a time and energy consuming great hill to write up something worth reading.     That hasn&#8217;t changed but we do need to do a better job of &#8220;getting out the word&#8221; on the goings-on at VikingCodes.  [...]]]></description>
			<content:encoded><![CDATA[<p>I have done a poor job of posting here since we put up the blog.  It always seemed like such a time and energy consuming great hill to write up something worth reading.     That hasn&#8217;t changed but we do need to do a better job of &#8220;getting out the word&#8221; on the goings-on at VikingCodes.  So I have decided to drop the &#8220;worth reading&#8221; criteria and will be going with shorter, more frequent posts with the main goal of keeping you informed.</p>
<p>On that note, I have just completed a modification to the Inventory Manager for 5.x that permits the tokens intended for use with the <a href="http://www.vikingcoders.com/go.mv?ID=BROK_VC_ATTRIBUTES" target="_blank">VC Attribute Template</a> module to be used in the &#8220;Product Attribute Template&#8221;  area of the page templates in Merchant 5.x.  With this change the VC Attribute Template module is no longer necessary for adding inventory information to your attributes and controlling attribute option dispalys based on inventory status.   The use of component tokens as discussed in the  Inventory Manager 5.x documentation applies to  the token use in the  &#8220;Product Attribute Template&#8221; area as well.   You&#8217;ll find more information in the <a href="http://www.vikingcoders.com/docs/docviewer.mv?Module_Code=BROK_INVENTORY5" target="_blank">documentation</a> and a brief <a href="http://vikingcoders.com/faq/index.php?action=artikel&amp;solution_id=1464" target="_blank">FAQ</a> on the matter.</p>
<p>-Mike</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=The%20Viking%20Log&amp;siteurl=http%3A%2F%2Fwww.vikingcoders.com%2Flog%2F&amp;linkname=A%20New%20Years%20update%20for%20Inventory%20Manager%205.x&amp;linkurl=http%3A%2F%2Fwww.vikingcoders.com%2Flog%2F2009%2F01%2F06%2Fa-new-years-update-for-inventory-manager-5x%2F"><img src="http://www.vikingcoders.com/log/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://www.vikingcoders.com/log/2009/01/06/a-new-years-update-for-inventory-manager-5x/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
