<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://myamericommerce.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>myAmeriCommerce</title><link>http://myamericommerce.com/blogs/default.aspx?GroupID=9</link><description>Feature &amp; Release History</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.2)</generator><item><title>FEATURE: New Subscription Updates</title><link>http://myamericommerce.com/blogs/feature_release_history_production_path/archive/2012/04/26/feature-new-subscription-updates.aspx</link><pubDate>Thu, 26 Apr 2012 20:44:00 GMT</pubDate><guid isPermaLink="false">167ca4e3-4e6d-4899-925b-229bd6164e63:5691</guid><dc:creator>Jeremy</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;AmeriCommerce store owners can now sell Subscription Products, with automatically recurring billing, directly from their storefront.&amp;#160; &lt;/p&gt;  &lt;p&gt;Subscriptions Update Features:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;New Automatic Subscriptions Features     &lt;ul&gt;       &lt;li&gt;Subscriptions can automatically be created when an order is placed based on Store Settings.&lt;/li&gt;        &lt;li&gt;One subscription for the entire order, or a different subscription for each subscription product.&lt;/li&gt;        &lt;li&gt;Entire Order level subscriptions can have a default subscription renewal frequency.&lt;/li&gt;        &lt;li&gt;Subscriptions can be set to be automatically renewed. &lt;/li&gt;        &lt;li&gt;Subscriptions are automatically created based on orders from the front end or Order Edit. &lt;/li&gt;        &lt;li&gt;Only one Subscription per Order will be created for Entire Order level subscriptions.&amp;#160; Editing an order will replace the subscription.&lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;New Product Settings     &lt;ul&gt;       &lt;li&gt;Products can be marked as Subscription products with their own frequency.&lt;/li&gt;        &lt;li&gt;RequireCreditCard setting on a product means the customer may only pay via credit card and a card is required even on a free product&lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;New Subscription List View     &lt;ul&gt;       &lt;li&gt;New columns added: SubscriptionType, IsEnabled, IsRenewalPaymentDeclined&lt;/li&gt;        &lt;li&gt;Added hover tooltip to view the contents of the Subscription&lt;/li&gt;        &lt;li&gt;View number of renewals&lt;/li&gt;        &lt;li&gt;OrderList Create Subscriptions – load defaults&lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;New “My Account” Section     &lt;ul&gt;       &lt;li&gt;New section added to display a customer’s Subscriptions&lt;/li&gt;        &lt;li&gt;Subscriptions listed by OrderID (Order level subscriptions) or ItemName for ProductOnly subscription.&lt;/li&gt;        &lt;li&gt;Edit the credit card to be used for next renewal.&amp;#160; If editing the credit card on a “declined” renewal, the system attempts to renew again.&lt;/li&gt;        &lt;li&gt;Toggle Subscription Status between Enabled/Disabled.&lt;/li&gt;        &lt;li&gt;Full custom layout available.&lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;Data Retention for Billing     &lt;ul&gt;       &lt;li&gt;Will not purge CustomerPaymentMethods that are assigned to a Subscription.&lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;New API Methods     &lt;ul&gt;       &lt;li&gt;Trigger “Product Of The Month” type subscription fulfillments via API by creating new orders with the new product for all subscriptions based on a specific subscription item.&amp;#160; For example, sell a product called “Fruit of the month Annual Subscription” and call this method each month with the Annual Subscription SKU and substitute the current month’s SKU such as an Orange Basket SKU, false for OnlyProcessSubscriptionsDue and false for ExtendRenewalDate.         &lt;ul&gt;           &lt;li&gt;public string[]Subscription_PlaceOrderFromSubscriptions(string psItemNr, string[] psItemNrsToSubstitute, bool pbOnlyProcessSubscriptionsDue, bool pbExtendRenewalDate)&lt;/li&gt;            &lt;li&gt;Places and order from a selection of subscriptions.&amp;#160; psItemNr is optional, find only subscriptions that match this ItemNr, used for Product Subscription Types (send null for none).&amp;#160; psItemNrsToSubstitute is optional but requires psItemNr, places the new order without the Subscription Product, substituting the comma-seperated listed ItemNrs instead (sent null for none).&amp;#160; ExtendRenewalDate will mark the subscription as renewed and extend its next renewal date by its frequency.&lt;/li&gt;         &lt;/ul&gt;       &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;o Take PreOrders for eProduct items.&amp;#160; Sell a standard non-eProduct item, then at a later date convert that product to an eProduct item and execute the following method to fulfill all orders containing the SKU.&amp;#160; The eProduct will be emailed and show up in MyAccount as normal.&lt;/p&gt;  &lt;p&gt;§ public string[] Order_FullfillPreOrderEproductItems(string psItemNr)&lt;/p&gt;  &lt;p&gt;§ Modifies OrderItems for a specific ItemNr by reloading the eProductDeliveryLinkAction fiels from the original product and perform an eProduct Delivery if the OrderItem does not already have an eProductDeliveryLinkAction.&amp;#160; Returns a list of fullfiled OrderIDs.&lt;/p&gt;  &lt;p&gt;New Merge Codes:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Order&amp;#160;&amp;#160;&amp;#160; &lt;ul&gt;       &lt;li&gt;##PAYMENTDECLINEDREASON## - Order merge for displaying any response from the payment gateway as the declined reason.&lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;Subscription     &lt;ul&gt;       &lt;li&gt;##SUBSCRIPTIONID##&lt;/li&gt;        &lt;li&gt;##SUBSCRIPTIONTYPE## – None, EntireOrder, SubscriptionProductsOnly&lt;/li&gt;        &lt;li&gt;##ORIGINALORDERDATE##&lt;/li&gt;        &lt;li&gt;##SUBSCRIPTIONNAME## – OrderID: XXXX for EntireOrder type, ItemName for SubscriptionProductsOnly&lt;/li&gt;        &lt;li&gt;##NEXTDUEDATE##&lt;/li&gt;        &lt;li&gt;##PAYMENTMETHOD## - the Customer Payment Method used for a renewal. CardType: xxxx-0000 exp: 11/2011&lt;/li&gt;        &lt;li&gt;##LASTPAYMENTSTATUS## - Success/Declined, last time the subscription renewal was attempted.&lt;/li&gt;        &lt;li&gt;##ISENABLED## - Enabled/Disabled&lt;/li&gt;        &lt;li&gt;##ISACTIVE## - Active/Inactive (same as is enabled, different wording)&lt;/li&gt;        &lt;li&gt;###TOGGLEENABLED## - Enable/Disable - Opposite of current status as an action word.&amp;#160; Can be passed via QueryString along with SubscriptionID to MyAccount to swap status.&lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;My Account&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blog.americommerce.com/blogimages/5f0a60b41b78_DD2C/clip_image001.jpg"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="clip_image001" border="0" alt="clip_image001" src="http://blog.americommerce.com/blogimages/5f0a60b41b78_DD2C/clip_image001_thumb.jpg" width="604" height="96" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Store Settings &amp;gt; General Tab&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blog.americommerce.com/blogimages/5f0a60b41b78_DD2C/clip_image0015.jpg"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="clip_image001[5]" border="0" alt="clip_image001[5]" src="http://blog.americommerce.com/blogimages/5f0a60b41b78_DD2C/clip_image0015_thumb.jpg" width="604" height="128" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Product Editor &amp;gt; General Tab&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blog.americommerce.com/blogimages/5f0a60b41b78_DD2C/clip_image002.jpg"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="clip_image002" border="0" alt="clip_image002" src="http://blog.americommerce.com/blogimages/5f0a60b41b78_DD2C/clip_image002_thumb.jpg" width="604" height="84" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://myamericommerce.com/aggbug.aspx?PostID=5691" width="1" height="1"&gt;</description><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.1/default.aspx">2012.1</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.2/default.aspx">2012.2</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/feature/default.aspx">feature</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/subscriptions/default.aspx">subscriptions</category></item><item><title>New Theme!</title><link>http://myamericommerce.com/blogs/feature_release_history_production_path/archive/2012/04/24/new-theme.aspx</link><pubDate>Tue, 24 Apr 2012 23:33:00 GMT</pubDate><guid isPermaLink="false">167ca4e3-4e6d-4899-925b-229bd6164e63:5688</guid><dc:creator>ryanolson</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;We’ve just added the Health Store theme. If you are on version 2012.1.403 or higher you will have this theme available on your Add New Theme page. For a live preview you can view it here: &lt;a href="https://themedesign.americommerce.com/default.aspx?sessionthemeid=154"&gt;https://themedesign.americommerce.com/default.aspx?sessionthemeid=154&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blog.americommerce.com/blogimages/New-Theme_104C2/screenshot.jpg"&gt;&lt;img src="http://blog.americommerce.com/blogimages/New-Theme_104C2/screenshot_thumb.jpg" style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="screenshot" alt="screenshot" border="0" width="244" height="184"&gt;&lt;/a&gt;&lt;a href="http://blog.americommerce.com/blogimages/New-Theme_104C2/Product.jpg"&gt;&lt;img src="http://blog.americommerce.com/blogimages/New-Theme_104C2/Product_thumb.jpg" style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="Product" alt="Product" border="0" width="244" height="197"&gt;&lt;/a&gt;&lt;a href="http://blog.americommerce.com/blogimages/New-Theme_104C2/Category.jpg"&gt;&lt;img src="http://blog.americommerce.com/blogimages/New-Theme_104C2/Category_thumb.jpg" style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="Category" alt="Category" border="0" width="244" height="208"&gt;&lt;/a&gt;&lt;a href="http://blog.americommerce.com/blogimages/New-Theme_104C2/DropDown.jpg"&gt;&lt;img src="http://blog.americommerce.com/blogimages/New-Theme_104C2/DropDown_thumb.jpg" style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="DropDown" alt="DropDown" border="0" width="221" height="244"&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://myamericommerce.com/aggbug.aspx?PostID=5688" width="1" height="1"&gt;</description><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.1/default.aspx">2012.1</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.2/default.aspx">2012.2</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.3/default.aspx">2012.3</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/feature/default.aspx">feature</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/themes/default.aspx">themes</category></item><item><title>UPDATE: Flyout Menus in Themes</title><link>http://myamericommerce.com/blogs/feature_release_history_production_path/archive/2012/04/12/update-flyout-menus-in-themes.aspx</link><pubDate>Thu, 12 Apr 2012 22:04:00 GMT</pubDate><guid isPermaLink="false">167ca4e3-4e6d-4899-925b-229bd6164e63:5656</guid><dc:creator>ryanolson</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;All Base themes will now include CSS for Vertical Flyout Menus in Addition to Horizontal Dropdowns.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blog.americommerce.com/blogimages/UPDATE-Flyout-Menus-in-Themes_F001/image.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://blog.americommerce.com/blogimages/UPDATE-Flyout-Menus-in-Themes_F001/image_thumb.png" width="244" height="184" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://myamericommerce.com/aggbug.aspx?PostID=5656" width="1" height="1"&gt;</description><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.1/default.aspx">2012.1</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.2/default.aspx">2012.2</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.3/default.aspx">2012.3</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/feature/default.aspx">feature</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/themes/default.aspx">themes</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/update/default.aspx">update</category></item><item><title>HOTFIX: Rule Engine Query String</title><link>http://myamericommerce.com/blogs/feature_release_history_production_path/archive/2012/04/12/hotfix-rule-engine-query-string.aspx</link><pubDate>Thu, 12 Apr 2012 22:02:00 GMT</pubDate><guid isPermaLink="false">167ca4e3-4e6d-4899-925b-229bd6164e63:5655</guid><dc:creator>ryanolson</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Fix for null reference issue when processing the ##REFERRINGURLQUERYSTRINGPARAM## merge in rule engine actions&lt;/p&gt;&lt;img src="http://myamericommerce.com/aggbug.aspx?PostID=5655" width="1" height="1"&gt;</description><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.1/default.aspx">2012.1</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.2/default.aspx">2012.2</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.3/default.aspx">2012.3</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/hotfix/default.aspx">hotfix</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/workflow+rule+engine/default.aspx">workflow rule engine</category></item><item><title>HOTFIX: Gift Certificate Discounts</title><link>http://myamericommerce.com/blogs/feature_release_history_production_path/archive/2012/04/10/hotfix-gift-certificate-discounts.aspx</link><pubDate>Tue, 10 Apr 2012 22:01:00 GMT</pubDate><guid isPermaLink="false">167ca4e3-4e6d-4899-925b-229bd6164e63:5654</guid><dc:creator>ryanolson</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Removed a restriction that caused gift certificate eProducts to not be considered for any discount rules.&lt;/p&gt;&lt;img src="http://myamericommerce.com/aggbug.aspx?PostID=5654" width="1" height="1"&gt;</description><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.1/default.aspx">2012.1</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.2/default.aspx">2012.2</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.3/default.aspx">2012.3</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/discounts/default.aspx">discounts</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/gift+certificates/default.aspx">gift certificates</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/hotfix/default.aspx">hotfix</category></item><item><title>HOTFIX: Product Cloning</title><link>http://myamericommerce.com/blogs/feature_release_history_production_path/archive/2012/04/10/hotfix-product-cloning.aspx</link><pubDate>Tue, 10 Apr 2012 21:16:00 GMT</pubDate><guid isPermaLink="false">167ca4e3-4e6d-4899-925b-229bd6164e63:5653</guid><dc:creator>ryanolson</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Cloning a product will now also clone its custom field values.&lt;/p&gt;&lt;img src="http://myamericommerce.com/aggbug.aspx?PostID=5653" width="1" height="1"&gt;</description><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.1/default.aspx">2012.1</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.2/default.aspx">2012.2</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.3/default.aspx">2012.3</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/custom+fields/default.aspx">custom fields</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/hotfix/default.aspx">hotfix</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/products/default.aspx">products</category></item><item><title>HOTFIX: Discount Methods</title><link>http://myamericommerce.com/blogs/feature_release_history_production_path/archive/2012/04/10/hotfix-discount-methods.aspx</link><pubDate>Tue, 10 Apr 2012 21:14:00 GMT</pubDate><guid isPermaLink="false">167ca4e3-4e6d-4899-925b-229bd6164e63:5652</guid><dc:creator>ryanolson</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;When checking to see if a discount method has already been used by the customer, we will now always assume it has not been used yet if a customer is not logged in or the customer ID is not valid (customer ID &amp;lt;= 0). When a valid customer ID is specified it will behave normally.&lt;/p&gt;&lt;img src="http://myamericommerce.com/aggbug.aspx?PostID=5652" width="1" height="1"&gt;</description><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.1/default.aspx">2012.1</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.2/default.aspx">2012.2</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.3/default.aspx">2012.3</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/discounts/default.aspx">discounts</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/hotfix/default.aspx">hotfix</category></item><item><title>HOTFIX: ExternalImaging Swatches</title><link>http://myamericommerce.com/blogs/feature_release_history_production_path/archive/2012/04/05/hotfix-externalimaging-swatches.aspx</link><pubDate>Thu, 05 Apr 2012 20:54:00 GMT</pubDate><guid isPermaLink="false">167ca4e3-4e6d-4899-925b-229bd6164e63:5651</guid><dc:creator>ryanolson</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;The Variant Swatch merge code ##VARIANTPICMATRIX[...]## will now support ExternalImaging as well as DirectReference images no longer forcing the Resizer.&lt;/p&gt;  &lt;p&gt;If using ExternalImaging it will use the Thumb Base Reference to make the image.&lt;/p&gt;  &lt;p&gt;This means that it may require CSS to resize the images if using either of these Photo Handling methods such as:&lt;/p&gt;  &lt;p&gt;.varpicmax_img { width:50px; }&lt;/p&gt;  &lt;p&gt;Because the width parameter in the merge will no longer apply since not using the image sizer.&lt;/p&gt;&lt;img src="http://myamericommerce.com/aggbug.aspx?PostID=5651" width="1" height="1"&gt;</description><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.1/default.aspx">2012.1</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.2/default.aspx">2012.2</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.3/default.aspx">2012.3</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/hotfix/default.aspx">hotfix</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/swatches/default.aspx">swatches</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/variants/default.aspx">variants</category></item><item><title>FEATURE: Save Sort Field</title><link>http://myamericommerce.com/blogs/feature_release_history_production_path/archive/2012/04/05/feature-save-sort-field.aspx</link><pubDate>Thu, 05 Apr 2012 20:52:00 GMT</pubDate><guid isPermaLink="false">167ca4e3-4e6d-4899-925b-229bd6164e63:5650</guid><dc:creator>ryanolson</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Added the ability to save the sort field on the admin grid when the grid layout is saved.&lt;/p&gt;  &lt;p&gt;In response to &lt;a href="http://vote.americommerce.com/forums/25843-feature-ideas/suggestions/1153611-default-sort-order-control"&gt;http://vote.americommerce.com/forums/25843-feature-ideas/suggestions/1153611-default-sort-order-control&lt;/a&gt;&lt;/p&gt;&lt;img src="http://myamericommerce.com/aggbug.aspx?PostID=5650" width="1" height="1"&gt;</description><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.3/default.aspx">2012.3</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/admin/default.aspx">admin</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/feature/default.aspx">feature</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/grids/default.aspx">grids</category></item><item><title>HOTFIX: Phantom Items URL</title><link>http://myamericommerce.com/blogs/feature_release_history_production_path/archive/2012/04/05/hotfix-phantom-items-url.aspx</link><pubDate>Thu, 05 Apr 2012 20:49:00 GMT</pubDate><guid isPermaLink="false">167ca4e3-4e6d-4899-925b-229bd6164e63:5649</guid><dc:creator>ryanolson</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Phantom items added to the cart will now display a link to the proper item url on the shopping cart if an item url was supplied via remote carting, otherwise the link will not be clickable (since the url will be invalid).&lt;/p&gt;&lt;img src="http://myamericommerce.com/aggbug.aspx?PostID=5649" width="1" height="1"&gt;</description><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.2/default.aspx">2012.2</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.3/default.aspx">2012.3</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/hotfix/default.aspx">hotfix</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/phantom+items/default.aspx">phantom items</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/shopping+cart/default.aspx">shopping cart</category></item><item><title>FEATURE: Custom Layout for the Cart Area</title><link>http://myamericommerce.com/blogs/feature_release_history_production_path/archive/2012/04/03/feature-custom-layout-for-the-cart-area.aspx</link><pubDate>Tue, 03 Apr 2012 20:47:00 GMT</pubDate><guid isPermaLink="false">167ca4e3-4e6d-4899-925b-229bd6164e63:5648</guid><dc:creator>ryanolson</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Added Custom Layout ability to the Cart Area of the One Page Checkout.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blog.americommerce.com/blogimages/FEATURE-Custom-Layout-for-the-Cart-Area_DDF4/image.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://blog.americommerce.com/blogimages/FEATURE-Custom-Layout-for-the-Cart-Area_DDF4/image_thumb.png" width="145" height="244" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://myamericommerce.com/aggbug.aspx?PostID=5648" width="1" height="1"&gt;</description><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.3/default.aspx">2012.3</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/checkout/default.aspx">checkout</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/custom+layouts/default.aspx">custom layouts</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/feature/default.aspx">feature</category></item><item><title>HOTFIX: Workflow Rule Engine</title><link>http://myamericommerce.com/blogs/feature_release_history_production_path/archive/2012/04/03/hotfix-workflow-rule-engine.aspx</link><pubDate>Tue, 03 Apr 2012 20:45:00 GMT</pubDate><guid isPermaLink="false">167ca4e3-4e6d-4899-925b-229bd6164e63:5647</guid><dc:creator>ryanolson</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Corrected an Issue using Order Custom fields in the Rule Engine that was causing timeouts. &lt;/p&gt;&lt;img src="http://myamericommerce.com/aggbug.aspx?PostID=5647" width="1" height="1"&gt;</description><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.2/default.aspx">2012.2</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.3/default.aspx">2012.3</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/hotfix/default.aspx">hotfix</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/workflow+rule+engine/default.aspx">workflow rule engine</category></item><item><title>HOTFIX: Product Mass Editor and Inventory Editor</title><link>http://myamericommerce.com/blogs/feature_release_history_production_path/archive/2012/04/03/hotfix-product-mass-editor-and-inventory-editor.aspx</link><pubDate>Tue, 03 Apr 2012 20:43:00 GMT</pubDate><guid isPermaLink="false">167ca4e3-4e6d-4899-925b-229bd6164e63:5645</guid><dc:creator>ryanolson</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;The product Mass Editor and Inventory Editor will now take into account Additional Categories that products belong to.&lt;/p&gt;&lt;img src="http://myamericommerce.com/aggbug.aspx?PostID=5645" width="1" height="1"&gt;</description><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.1/default.aspx">2012.1</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.2/default.aspx">2012.2</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.3/default.aspx">2012.3</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/hotfix/default.aspx">hotfix</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/products/default.aspx">products</category></item><item><title>HOTFIX: Order Edit Item Link</title><link>http://myamericommerce.com/blogs/feature_release_history_production_path/archive/2012/04/03/hotfix-order-edit-item-link.aspx</link><pubDate>Tue, 03 Apr 2012 20:43:00 GMT</pubDate><guid isPermaLink="false">167ca4e3-4e6d-4899-925b-229bd6164e63:5646</guid><dc:creator>ryanolson</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;The link to a product from the order edit screen will now open in a new window/tab.&lt;/p&gt;&lt;img src="http://myamericommerce.com/aggbug.aspx?PostID=5646" width="1" height="1"&gt;</description><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.1/default.aspx">2012.1</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.2/default.aspx">2012.2</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.3/default.aspx">2012.3</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/hotfix/default.aspx">hotfix</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/orders/default.aspx">orders</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/products/default.aspx">products</category></item><item><title>HOTFIX: External Imaging Videos</title><link>http://myamericommerce.com/blogs/feature_release_history_production_path/archive/2012/04/03/hotfix-external-imaging-videos.aspx</link><pubDate>Tue, 03 Apr 2012 20:30:00 GMT</pubDate><guid isPermaLink="false">167ca4e3-4e6d-4899-925b-229bd6164e63:5644</guid><dc:creator>ryanolson</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Fixed products not showing Videos when product photo handling set to ExternalImaging&lt;/p&gt;&lt;img src="http://myamericommerce.com/aggbug.aspx?PostID=5644" width="1" height="1"&gt;</description><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.1/default.aspx">2012.1</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.2/default.aspx">2012.2</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.3/default.aspx">2012.3</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/hotfix/default.aspx">hotfix</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/product+display/default.aspx">product display</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/products/default.aspx">products</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/video/default.aspx">video</category></item><item><title>FEATURE: Grids Remember Number of Items</title><link>http://myamericommerce.com/blogs/feature_release_history_production_path/archive/2012/04/03/feature-grids-remember-number-of-items.aspx</link><pubDate>Tue, 03 Apr 2012 20:28:00 GMT</pubDate><guid isPermaLink="false">167ca4e3-4e6d-4899-925b-229bd6164e63:5643</guid><dc:creator>ryanolson</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Adjusted Admin Grid to remember the last used Number of Items to show   &lt;br /&gt;per page selection via user/grid user settings. Any grid with a unique    &lt;br /&gt;SectionName defined will use it’s own user setting. All those with out    &lt;br /&gt;this defined will use a common setting. If any grids are found which    &lt;br /&gt;should have a unique value saved, just add the SectionName.&lt;/p&gt;&lt;img src="http://myamericommerce.com/aggbug.aspx?PostID=5643" width="1" height="1"&gt;</description><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.3/default.aspx">2012.3</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/feature/default.aspx">feature</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/orders/default.aspx">orders</category></item><item><title>FEATURE: Add To Cart Message</title><link>http://myamericommerce.com/blogs/feature_release_history_production_path/archive/2012/04/03/feature-add-to-cart-message.aspx</link><pubDate>Tue, 03 Apr 2012 20:24:00 GMT</pubDate><guid isPermaLink="false">167ca4e3-4e6d-4899-925b-229bd6164e63:5642</guid><dc:creator>ryanolson</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Add to Cart Message now is importable/exportable on the Product Import/Export.&lt;/p&gt;&lt;img src="http://myamericommerce.com/aggbug.aspx?PostID=5642" width="1" height="1"&gt;</description><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.1/default.aspx">2012.1</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.2/default.aspx">2012.2</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.3/default.aspx">2012.3</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/feature/default.aspx">feature</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/import_2F00_export/default.aspx">import/export</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/products/default.aspx">products</category></item><item><title>FEATURE: Print from Order Edit</title><link>http://myamericommerce.com/blogs/feature_release_history_production_path/archive/2012/03/30/feature-print-from-order-edit.aspx</link><pubDate>Fri, 30 Mar 2012 20:22:00 GMT</pubDate><guid isPermaLink="false">167ca4e3-4e6d-4899-925b-229bd6164e63:5641</guid><dc:creator>ryanolson</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;This was requested by you guys. &lt;a href="http://vote.americommerce.com/forums/25843-feature-ideas/suggestions/2560581-print-invoice"&gt;http://vote.americommerce.com/forums/25843-feature-ideas/suggestions/2560581-print-invoice&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;You can now Print Invoices and Packing Slips from Order Edit in addition to Order View.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blog.americommerce.com/blogimages/4e68883fc561_D7C9/image.png"&gt;&lt;img src="http://blog.americommerce.com/blogimages/4e68883fc561_D7C9/image_thumb.png" style="background-image:none;border-bottom:0px;border-left:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" alt="image" border="0" width="244" height="129"&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://myamericommerce.com/aggbug.aspx?PostID=5641" width="1" height="1"&gt;</description><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.1/default.aspx">2012.1</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.2/default.aspx">2012.2</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.3/default.aspx">2012.3</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/feature/default.aspx">feature</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/orders/default.aspx">orders</category></item><item><title>FEATURE: Store Text for Quantity</title><link>http://myamericommerce.com/blogs/feature_release_history_production_path/archive/2012/03/29/feature-store-text-for-quantity.aspx</link><pubDate>Thu, 29 Mar 2012 20:54:00 GMT</pubDate><guid isPermaLink="false">167ca4e3-4e6d-4899-925b-229bd6164e63:5563</guid><dc:creator>ryanolson</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Added Store Text entry for the Quantity label on the Product Details page.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blog.americommerce.com/blogimages/FEATURE-Store-Text-for-Quantity_DF8D/image.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://blog.americommerce.com/blogimages/FEATURE-Store-Text-for-Quantity_DF8D/image_thumb.png" width="244" height="72" /&gt;&lt;/a&gt;&lt;a href="http://blog.americommerce.com/blogimages/FEATURE-Store-Text-for-Quantity_DF8D/image_3.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://blog.americommerce.com/blogimages/FEATURE-Store-Text-for-Quantity_DF8D/image_thumb_3.png" width="244" height="161" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://myamericommerce.com/aggbug.aspx?PostID=5563" width="1" height="1"&gt;</description><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.1/default.aspx">2012.1</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.2/default.aspx">2012.2</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.3/default.aspx">2012.3</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/feature/default.aspx">feature</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/hotfix/default.aspx">hotfix</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/store+text/default.aspx">store text</category></item><item><title>FEATURE: Swatch Import/Export</title><link>http://myamericommerce.com/blogs/feature_release_history_production_path/archive/2012/03/29/feature-swatch-import-export.aspx</link><pubDate>Thu, 29 Mar 2012 20:52:00 GMT</pubDate><guid isPermaLink="false">167ca4e3-4e6d-4899-925b-229bd6164e63:5562</guid><dc:creator>ryanolson</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Added SwatchFile and SwatchThumb columns to the Product Variant Import/Export.&lt;/p&gt;&lt;img src="http://myamericommerce.com/aggbug.aspx?PostID=5562" width="1" height="1"&gt;</description><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.1/default.aspx">2012.1</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.2/default.aspx">2012.2</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.3/default.aspx">2012.3</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/feature/default.aspx">feature</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/hotfix/default.aspx">hotfix</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/swatches/default.aspx">swatches</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/variants/default.aspx">variants</category></item><item><title>HOTFIX: IE8 Eproduct download</title><link>http://myamericommerce.com/blogs/feature_release_history_production_path/archive/2012/03/29/hotfix-ie8-eproduct-download.aspx</link><pubDate>Thu, 29 Mar 2012 20:51:00 GMT</pubDate><guid isPermaLink="false">167ca4e3-4e6d-4899-925b-229bd6164e63:5561</guid><dc:creator>ryanolson</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Fixed an issue that was causing IE8 to not properly download .zip files that were sent due to gzip compression &lt;/p&gt;&lt;img src="http://myamericommerce.com/aggbug.aspx?PostID=5561" width="1" height="1"&gt;</description><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.1/default.aspx">2012.1</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.2/default.aspx">2012.2</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.3/default.aspx">2012.3</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/eproduct/default.aspx">eproduct</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/hotfix/default.aspx">hotfix</category></item><item><title>HOTFIX: New Customer Order</title><link>http://myamericommerce.com/blogs/feature_release_history_production_path/archive/2012/03/28/hotfix-new-customer-order.aspx</link><pubDate>Wed, 28 Mar 2012 20:48:00 GMT</pubDate><guid isPermaLink="false">167ca4e3-4e6d-4899-925b-229bd6164e63:5560</guid><dc:creator>ryanolson</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Fixed a new customer issue where information could possibly be left off the record when placing an order in certain rare cases.&lt;/p&gt;&lt;img src="http://myamericommerce.com/aggbug.aspx?PostID=5560" width="1" height="1"&gt;</description><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.1/default.aspx">2012.1</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.2/default.aspx">2012.2</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.3/default.aspx">2012.3</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/customers/default.aspx">customers</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/hotfix/default.aspx">hotfix</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/orders/default.aspx">orders</category></item><item><title>HOTFIX: Variant Inventory Item #s</title><link>http://myamericommerce.com/blogs/feature_release_history_production_path/archive/2012/03/27/hotfix-variant-inventory-item-s.aspx</link><pubDate>Tue, 27 Mar 2012 20:47:00 GMT</pubDate><guid isPermaLink="false">167ca4e3-4e6d-4899-925b-229bd6164e63:5559</guid><dc:creator>ryanolson</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Force variant inventory item number uniqueness when saving.&lt;/p&gt;&lt;img src="http://myamericommerce.com/aggbug.aspx?PostID=5559" width="1" height="1"&gt;</description><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.2/default.aspx">2012.2</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.3/default.aspx">2012.3</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/hotfix/default.aspx">hotfix</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/variant+inventory/default.aspx">variant inventory</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/variants/default.aspx">variants</category></item><item><title>HOTFIX: PayPal Order Total</title><link>http://myamericommerce.com/blogs/feature_release_history_production_path/archive/2012/03/23/hotfix-paypal-order-total.aspx</link><pubDate>Fri, 23 Mar 2012 20:46:00 GMT</pubDate><guid isPermaLink="false">167ca4e3-4e6d-4899-925b-229bd6164e63:5558</guid><dc:creator>ryanolson</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Correct order total calculation issue in the IPN handler where PayPal no longer was including the shipping amount in the mc_gross field (only used by foreign currencies)&lt;/p&gt;&lt;img src="http://myamericommerce.com/aggbug.aspx?PostID=5558" width="1" height="1"&gt;</description><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.1/default.aspx">2012.1</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.2/default.aspx">2012.2</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.3/default.aspx">2012.3</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/hotfix/default.aspx">hotfix</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/paypal/default.aspx">paypal</category></item><item><title>HOTFIX: Product Pricing Import</title><link>http://myamericommerce.com/blogs/feature_release_history_production_path/archive/2012/03/23/hotfix-product-pricing-import.aspx</link><pubDate>Fri, 23 Mar 2012 20:45:00 GMT</pubDate><guid isPermaLink="false">167ca4e3-4e6d-4899-925b-229bd6164e63:5557</guid><dc:creator>ryanolson</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Fixed a double quote padding issue in the product pricing import.&lt;/p&gt;&lt;img src="http://myamericommerce.com/aggbug.aspx?PostID=5557" width="1" height="1"&gt;</description><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.1/default.aspx">2012.1</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.2/default.aspx">2012.2</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/2012.3/default.aspx">2012.3</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/hotfix/default.aspx">hotfix</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/import_2F00_export/default.aspx">import/export</category><category domain="http://myamericommerce.com/blogs/feature_release_history_production_path/archive/tags/products/default.aspx">products</category></item></channel></rss>
