<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
	<title>Announcements</title>
	<description>Announcements</description>
	<link>http://forum.lemonstandapp.com/index.php</link>
	<pubDate>Sun, 11 Mar 2012 06:55:08 +0000</pubDate>
	<ttl>10</ttl>
	<item>
		<title>Performance update for Categories</title>
		<link>http://forum.lemonstandapp.com/topic/3407-performance-update-for-categories/</link>
		<description><![CDATA[Hi,<br />
<br />
We just published a major update of the Categories page in the Administration Area. The category list has pagination now, and can display virtually unlimited number of categories without memory and CPU overhead. The category list now always displays only a single level of categories. You can view subcategories of any category by clicking the folder icon in the category row. You can return to an upper category by clicking the category link in the breadcrumbs area above the list. The update also affected the CMS/Pages page and a number of other pages in the Administration Area.<br />
<br />
Another important feature which we added in this update is the proxy models, which can significantly improve performance of category trees on the front-end website. This feature is described in the Documentation: <a href='http://lemonstandapp.com/docs/performance_tuning/#proxy-models' class='bbc_url' title='External link' rel='nofollow external'>http://lemonstandapp.com/docs/performance_tuning/#proxy-models</a><br />
<br />
Thank you<div id='attach_wrap' class='rounded clearfix'>
	<h4>Attached thumbnail(s)</h4>
	<ul>
		
			<li class=''>
				<a class='resized_img' rel='lightbox[14778]' id='ipb-attach-url-245-0-49368200-1337238450' href="http://forum.lemonstandapp.com/index.php?app=core&module=attach&section=attach&attach_rel_module=post&attach_id=245" title="categories-navigation.png - Size: 28.96K, Downloads: 32"><img src="http://forum.lemonstandapp.com/uploads/monthly_03_2012/post-1367-0-17185100-1331448640_thumb.png" id='ipb-attach-img-245-0-49368200-1337238450' style='width:100;height:86' class='attach' width="100" height="86" alt="Attached Image: categories-navigation.png" /></a>
			</li>
		
	</ul>
</div>]]></description>
		<pubDate>Sun, 11 Mar 2012 06:55:08 +0000</pubDate>
		<guid>http://forum.lemonstandapp.com/topic/3407-performance-update-for-categories/</guid>
	</item>
	<item>
		<title>Twig support has been published</title>
		<link>http://forum.lemonstandapp.com/topic/3302-twig-support-has-been-published/</link>
		<description><![CDATA[Hi!<br />
<br />
I'm excited to announce that we just published Twig support for LemonStand (<a href='http://lemonstandapp.com/blog/post/twig_simplified_theming_for_designers/' class='bbc_url' title='External link' rel='nofollow external'>http://lemonstandapp.com/blog/post/twig_simplified_theming_for_designers/</a>). You can download the update and start using Twig in your templates right away. We are still working on the documentation, but part the most important documentation updates are already published:<br />
<br />
<ul class='bbc'><li><a href='http://lemonstandapp.com/docs/using_twig_in_themes' class='bbc_url' title='External link' rel='nofollow external'>Using Twig in themes</a><br /></li><li><a href='http://lemonstandapp.com/docs/api_function_and_class_reference/' class='bbc_url' title='External link' rel='nofollow external'>Reference</a> - see Twig sections<br /></li><li><a href='http://lemonstandapp.com/docs/creating_pages/' class='bbc_url' title='External link' rel='nofollow external'>Creating pages</a> - we added Twig code examples</li></ul><br />
<br />
Payment module developers: please note that new payment modules now should include payment partial templates in Twig (described <a href='http://lemonstandapp.com/docs/developing_payment_modules/#partial-templates' class='bbc_url' title='External link' rel='nofollow external'>here</a>).<br />
<br />
Thank you]]></description>
		<pubDate>Tue, 21 Feb 2012 11:47:03 +0000</pubDate>
		<guid>http://forum.lemonstandapp.com/topic/3302-twig-support-has-been-published/</guid>
	</item>
	<item>
		<title>Important: update in the resource combiner security</title>
		<link>http://forum.lemonstandapp.com/topic/2990-important-update-in-the-resource-combiner-security/</link>
		<description><![CDATA[Hi!<br />
<br />
Today we published updates in the resource combiner which improve its security. The updates allow to protect your store against accessing non-resource files through the resource combiner URLs. We added 2 new configuration parameters to LemonStand: ALLOWED_RESOURCE_EXTENSIONS and ALLOWED_RESOURCE_PATHS. New parameters are described in the documentation: <a href='http://lemonstandapp.com/docs/lemonstand_configuration_options/' class='bbc_url' title='External link' rel='nofollow external'>http://lemonstandapp.com/docs/lemonstand_configuration_options/</a>. The default parameters values are suitable for most cases, when your resource files have .js and .css extensions and live inside LemonStand root directory. For other cases please update your config.php file.<br />
<br />
Thank you]]></description>
		<pubDate>Wed, 11 Jan 2012 02:11:51 +0000</pubDate>
		<guid>http://forum.lemonstandapp.com/topic/2990-important-update-in-the-resource-combiner-security/</guid>
	</item>
	<item>
		<title>Automatic nested category URL support</title>
		<link>http://forum.lemonstandapp.com/topic/2936-automatic-nested-category-url-support/</link>
		<description><![CDATA[Hi!<br />
<br />
Today we published some improvements in the nested category URLs support:<br />
<br />
<ul class='bbcol decimal'><li>NESTED_CATEGORY_URLS configuration option is obsolete now. Nested category URL management has been moved to <strong class='bbc'>System/Settings/eCommerce Settings</strong> page. This parameter is enabled if you have NESTED_CATEGORY_URLS paramerter in your config.php file.<br /></li><li>Added support for automatic nested URLs. You can enable this feature on System/Settings/eCommerce Settings page. When this parameter is enabled, LemonStand automatically prepends a parent category URL to children categories. Also, when this feature is enabled, you can have categories with similar URL names in different category branches. For example, you can have 2 categories with URL name "boys" if they have different parent categories (t-shirts and shoes). On the front-end the category URLs will be resolved to t-shirts/boys and shoes/boys.</li></ul><br />
If you use automatic nested URLs you may need to use Shop_Category::get_url_name() method instead of the url_name field to determine which category is selected. For example, in the default theme, in shop:categories partial we have the following code:<br />
<br />
<pre class='prettyprint'>&lt;? if ($category_url_name == $category-&gt;url_name): ?&gt;class="current"&lt;? endif ?&gt;</pre><br />
It should be replaced with<br />
<br />
<pre class='prettyprint'>&lt;? if ($category_url_name == $category-&gt;get_url_name()): ?&gt;class="current"&lt;? endif ?&gt;</pre><br />
Thank you]]></description>
		<pubDate>Wed, 28 Dec 2011 01:58:48 +0000</pubDate>
		<guid>http://forum.lemonstandapp.com/topic/2936-automatic-nested-category-url-support/</guid>
	</item>
	<item>
		<title>Bug fix in the Discount Engine</title>
		<link>http://forum.lemonstandapp.com/topic/2822-bug-fix-in-the-discount-engine/</link>
		<description><![CDATA[Hi!<br />
<br />
We found and fixed a minor logical bug in the discount engine in the previous update. The bug affects the "Product is" discount condition. Please update your LemonStand copies.<br />
<br />
Thank you]]></description>
		<pubDate>Tue, 29 Nov 2011 00:09:32 +0000</pubDate>
		<guid>http://forum.lemonstandapp.com/topic/2822-bug-fix-in-the-discount-engine/</guid>
	</item>
	<item>
		<title>Updates in the Administration Area</title>
		<link>http://forum.lemonstandapp.com/topic/2815-updates-in-the-administration-area/</link>
		<description><![CDATA[Hi!<br />
<br />
Today we published several improvements in the Administration Area user interface:<br />
<br />
<ul class='bbc'><li>Improvements in the Administration Area header and menus<br /></li><li>Styled checkboxes and drop-down menus</li></ul><br />
<strong class='bbc'>Note for developers</strong><br />
<br />
If you use custom back-end themes you may need to update them. You may also need to make minor updates in your back-end JavaScript files as it is described in the documentation: <a href='http://lemonstandapp.com/docs/working_with_checkboxes_and_drop_down_menus/.' class='bbc_url' title='External link' rel='nofollow external'>http://lemonstandapp.com/docs/working_with_checkboxes_and_drop_down_menus/.</a> It is required only if your scripts update checkboxes or drop-down menus programmatically.<br />
<br />
Thank you]]></description>
		<pubDate>Mon, 28 Nov 2011 07:41:00 +0000</pubDate>
		<guid>http://forum.lemonstandapp.com/topic/2815-updates-in-the-administration-area/</guid>
	</item>
	<item>
		<title>Nested category URLs support</title>
		<link>http://forum.lemonstandapp.com/topic/2724-nested-category-urls-support/</link>
		<description><![CDATA[Hi,<br />
<br />
LemonStand now supports nested category URLs (men/jumpers/wool). The feature is disabled by default and can be enabled with <a href='http://lemonstandapp.com/docs/lemonstand_configuration_options/#NESTED-CATEGORY-URLS' class='bbc_url' title='External link' rel='nofollow external'>NESTED_CATEGORY_URLS configuration parameter</a>. Please note that the feature requires a <a href='http://lemonstandapp.com/docs/displaying_a_list_of_products/#nested-urls' class='bbc_url' title='External link' rel='nofollow external'>minor update</a> in the category pagination code.<br />
<br />
LemonStand can use caching for storing the category URL map, so if you have hundreds of categories in your store, consider enabling the <a href='http://lemonstandapp.com/docs/caching_api/' class='bbc_url' title='External link' rel='nofollow external'>caching system</a>.<br />
<br />
Thank you]]></description>
		<pubDate>Mon, 14 Nov 2011 04:27:44 +0000</pubDate>
		<guid>http://forum.lemonstandapp.com/topic/2724-nested-category-urls-support/</guid>
	</item>
	<item>
		<title>Versioning update</title>
		<link>http://forum.lemonstandapp.com/topic/2694-versioning-update/</link>
		<description><![CDATA[Hi!<br />
<br />
A coupole of days ago we published a set of updates, which included a number of improvements and new features (see the <a href='http://lemonstandapp.com/release-notes/' class='bbc_url' title='External link' rel='nofollow external'>Release Notes</a> for details). Among other things we updated the module versioning system, which simplifies LemonStand module development in teams where multiple developers work on a same module at the same time. <br />
<br />
Although this update was transparent for most of LemonStand users, it could cause problems with importing LemonStand CMS archives (LCA files) created in older LemonStand installations. If you have a problem with importing your LCA archive, please do the following:<br />
<br />
<ul class='bbcol decimal'><li>Update the source LemonStand installation to the latest version<br /></li><li>Export CMS objects from the source LemonStand installation<br /></li><li>Update destination LemonStand installation to the latest version<br /></li><li>Import the LCA archive</li></ul><br />
If you cannot update the source LemonStand installation for some reason (if you have frozen the updates, for example), please submit a support ticket.<br />
<br />
Thank you]]></description>
		<pubDate>Tue, 08 Nov 2011 23:43:10 +0000</pubDate>
		<guid>http://forum.lemonstandapp.com/topic/2694-versioning-update/</guid>
	</item>
	<item>
		<title>Bundle Products feature has been published</title>
		<link>http://forum.lemonstandapp.com/topic/2565-bundle-products-feature-has-been-published/</link>
		<description><![CDATA[Hi!<br />
<br />
Bundle Products feature has just been published. The feature is completely documented: <a href='http://lemonstandapp.com/docs_search/?query=bundle' class='bbc_url' title='External link' rel='nofollow external'>http://lemonstandapp.com/docs_search/?query=bundle</a><br />
<br />
We also updated the Simplicity theme - it now includes bundle products support: <a href='http://lemonstandapp.com/marketplace/theme/simplicity/' class='bbc_url' title='External link' rel='nofollow external'>http://lemonstandapp.com/marketplace/theme/simplicity/</a><br />
<br />
Thank you]]></description>
		<pubDate>Mon, 10 Oct 2011 07:00:15 +0000</pubDate>
		<guid>http://forum.lemonstandapp.com/topic/2565-bundle-products-feature-has-been-published/</guid>
	</item>
	<item>
		<title>Performance update</title>
		<link>http://forum.lemonstandapp.com/topic/2227-performance-update/</link>
		<description><![CDATA[Hi!<br />
<br />
We just released a major performance update. This update addresses improving and simplifying the front-end SQL queries and optimizing the back-end list. Our measurements demonstrated the following changes after applying the update:<br />
<br />
<strong class='bbc'>Back-end lists</strong><br />
Work almost twice faster and take half as much memory. It is especially noticeable with lists which display complex data - product list, order list, etc.<br />
<br />
<strong class='bbc'>Front-end</strong><br />
The site works at least 1.6x faster due to the simplified queries.<br />
<br />
The front-end optimization requires adding the OPTIMIZE_FRONTEND_QUERIES parameter to the config.php file. Please read the documentation article before enabling this feature.<br />
<br />
Documentation: <a href='http://lemonstandapp.com/docs/performance_tuning/' class='bbc_url' title='External link' rel='nofollow external'>Performance tuning</a><br />
<br />
Thank you]]></description>
		<pubDate>Fri, 05 Aug 2011 05:53:34 +0000</pubDate>
		<guid>http://forum.lemonstandapp.com/topic/2227-performance-update/</guid>
	</item>
	<item>
		<title>New features!</title>
		<link>http://forum.lemonstandapp.com/topic/2093-new-features/</link>
		<description><![CDATA[Hi!<br />
<br />
We just published an update of the Shop module which adds the following features:<br />
<br />
<ul class='bbcol decimal'><li>Converting guest customers to registered customers<br /></li><li>Tax Exempt checkbox on the Create/Edit Order page<br /></li><li>The customer drop-down menu on the Create Order page has been replaced with the Find Customer widget<br /></li><li>Improved appearance of the shipping method and payment method selectors on the Create/Edit Order page<br /></li><li>Multiple minor imrpovements on the Order Preview and Customer Preview pages<br /></li><li>Improved the Add Related Product form usability (the Create/Edit Product page) - you can now add multiple products without closing the popup form</li></ul><br />
Thank you]]></description>
		<pubDate>Thu, 14 Jul 2011 05:07:04 +0000</pubDate>
		<guid>http://forum.lemonstandapp.com/topic/2093-new-features/</guid>
	</item>
	<item>
		<title>Update in the Shipping API</title>
		<link>http://forum.lemonstandapp.com/topic/2083-update-in-the-shipping-api/</link>
		<description><![CDATA[Hi!<br />
<br />
We just published an update in the Shipping API. The update should not affect LemonStand installations which use native shipping modules. But if you use a third-party shipping module, the update can break it. We have notified the third-party developers who have published shipping modules for LemonStand and they should update their modules. Please contact them.<br />
<br />
If you cannot contact your developer, please submit a support ticket. <br />
<br />
The update details: <a href='http://forum.lemonstandapp.com/topic/2074-important-update-in-the-base-shipping-class/' class='bbc_url' title=''>http://forum.lemonstandapp.com/topic/2074-important-update-in-the-base-shipping-class/</a><br />
<br />
Thank you]]></description>
		<pubDate>Tue, 12 Jul 2011 23:31:31 +0000</pubDate>
		<guid>http://forum.lemonstandapp.com/topic/2083-update-in-the-shipping-api/</guid>
	</item>
	<item>
		<title>Business Address checkbox</title>
		<link>http://forum.lemonstandapp.com/topic/2082-business-address-checkbox/</link>
		<description><![CDATA[Hi!<br />
<br />
We just published an update which adds the Business Address feature. This feature allows customers to indicate that the shipping location is a business address on the Shipping Information checkout page. At the moment only FedEx shipping module uses this information. If you want to add this checkbox to your store, please follow the instructions on <a href='http://lemonstandapp.com/docs/creating_shipping_information_partial/' class='bbc_url' title='External link' rel='nofollow external'>this page</a> (see the last article section).<br />
<br />
Thank you]]></description>
		<pubDate>Tue, 12 Jul 2011 23:18:45 +0000</pubDate>
		<guid>http://forum.lemonstandapp.com/topic/2082-business-address-checkbox/</guid>
	</item>
	<item>
		<title>ImageMagick module</title>
		<link>http://forum.lemonstandapp.com/topic/1933-imagemagick-module/</link>
		<description><![CDATA[Hi!<br />
<br />
We published a free image-manipulation module, which allows to use any parameters of ImageImagick convert script. This module works only with ImageMagick and does not support PHP GD library.  Basic usage: <br />
<br />
<pre class='prettyprint'>$product-&gt;images-&gt;first-&gt;getThumbnailPath(0, 0, false, array('im_process'=&gt;true, 'cmd'=&gt;'-resize 80x80^ -gravity northwest  -extent 80x80', 'size_name'=&gt;'icon_80'))</pre><br />
You can download the module and find more documentation here: <a href='https://github.com/alekseybobkov/ls-module-imagemagick' class='bbc_url' title='External link' rel='nofollow external'>https://github.com/alekseybobkov/ls-module-imagemagick</a><br />
<br />
Thank you]]></description>
		<pubDate>Mon, 06 Jun 2011 04:51:20 +0000</pubDate>
		<guid>http://forum.lemonstandapp.com/topic/1933-imagemagick-module/</guid>
	</item>
	<item>
		<title>Catalog price rules performance update</title>
		<link>http://forum.lemonstandapp.com/topic/1879-catalog-price-rules-performance-update/</link>
		<description><![CDATA[Hi!<br />
<br />
We just published a major update of the Apply Catalog Price Rules function. The update improves the memory management implementation with sub-requests. Instead of loading all products to the memory when you click the Apply Rules button, LemonStand splits the product list into small batches (by default - 50 products in each batch) and creates HTTP sub-requests, which process the batches. It isolates the memory usage, because sub-requests work in separate execution sessions. This approach allows to process virtually unlimited number of products, because it never loads all products the server memory. <br />
<br />
We did a simple memory usage test. I have about 800 products in my database. My catalog price rules configuration has only 2 simple rules, which apply discounts to products in different categories. Below is the peak memory usage report before and after implementing the new approach.<br />
<br />
BEFORE<br />
<br />
Master process: 77.3 Mb<br />
<br />
AFTER<br />
<br />
Master process: 6.1 Mb<br />
Batch processing sub-requests: 14.1 - 16.4 Mb<br />
<br />
As you can see the peak memory usage before the new approach was 77.3Mb, and after the update - only 16.4 Mb.<br />
<br />
Thank you]]></description>
		<pubDate>Mon, 23 May 2011 06:25:48 +0000</pubDate>
		<guid>http://forum.lemonstandapp.com/topic/1879-catalog-price-rules-performance-update/</guid>
	</item>
	<item>
		<title>Added address and card code verification reporting</title>
		<link>http://forum.lemonstandapp.com/topic/1819-added-address-and-card-code-verification-reporting/</link>
		<description><![CDATA[We just published an update of the payment system which adds better address and card code verification reporting to LemonStand payment modules. Now you can see the AVS and CVV validation results in the payment attempt popup window. It should help in making decisions regarding suspicious payments. Please note that not all payment methods support this feature, and some payment gateways require enabling the AVS and CVV verification in the payment gateway account.<br />
<br />
<a class='resized_img' rel='lightbox[8822]' id='ipb-attach-url-71-0-52750900-1337238450' href="http://forum.lemonstandapp.com/index.php?app=core&module=attach&section=attach&attach_rel_module=post&attach_id=71" title="avs_cvv_reporting.png - Size: 46.96K, Downloads: 25"><img src="http://forum.lemonstandapp.com/uploads/monthly_05_2011/post-1367-0-39388400-1304916273_thumb.png" id='ipb-attach-img-71-0-52750900-1337238450' style='width:100;height:84' class='attach' width="100" height="84" alt="Attached Image: avs_cvv_reporting.png" /></a><br />
<br />
The following payment modules have been updated: <br />
<br />
<ul class='bbc'><li>Authorize.NET AIM, <br /></li><li>Authorize.NET DPM, <br /></li><li>Authorize.NET SIM, <br /></li><li>BeanStream Basic, <br /></li><li>BeanStream Server to Server, <br /></li><li>BrainTree Transparent Redirect, <br /></li><li>E-xact Hosted, <br /></li><li>E-xact Web Service, <br /></li><li>eSELECTplus API, <br /></li><li>PayPal Pro, <br /></li><li>PSiGate XML, age Pay Direct</li></ul><br />
Please let us know if you have issues with any of the updated modules.<br />
<br />
Thank you]]></description>
		<pubDate>Mon, 09 May 2011 04:49:28 +0000</pubDate>
		<guid>http://forum.lemonstandapp.com/topic/1819-added-address-and-card-code-verification-reporting/</guid>
	</item>
	<item>
		<title>Shipping system improvements</title>
		<link>http://forum.lemonstandapp.com/topic/1670-shipping-system-improvements/</link>
		<description><![CDATA[Hi!<br />
<br />
We just published an update which enables you to display shipping service specific error messages in the shipping option list. For example, if a customer specified a wrong ZIP code in the shipping address, UPS would return the "The postal code XXX is invalid for CA United States". This feature requires a minor update of the partials which display the shipping option lists (in the checkout and shipping estimator). Also, you should enable the feature in the Administration Area.  We updated the documentation articles:<br />
<br />
<a href='http://lemonstandapp.com/docs/creating_shipping_method_partial/' class='bbc_url' title='External link' rel='nofollow external'>Creating the Shipping Method partial</a><br />
<a href='http://lemonstandapp.com/docs/implementing_the_shipping_cost_estimator_feature/' class='bbc_url' title='External link' rel='nofollow external'>Implementing the Shipping Cost Estimator Feature</a><br />
<a href='http://lemonstandapp.com/docs/class_shop_shippingoption/' class='bbc_url' title='External link' rel='nofollow external'>Shop_ShippingOption class</a><br />
<br />
We also updated the Shipping Method tab of the Create/Edit Order form in the Administration Area, and it can now display error messages as well (see the screenshot attached). This feature in the Administration Area is always enabled and does not depend on the front-end settings.<br />
<br />
Thank you<div id='attach_wrap' class='rounded clearfix'>
	<h4>Attached thumbnail(s)</h4>
	<ul>
		
			<li class=''>
				<a class='resized_img' rel='lightbox[8209]' id='ipb-attach-url-49-0-53130500-1337238450' href="http://forum.lemonstandapp.com/index.php?app=core&module=attach&section=attach&attach_rel_module=post&attach_id=49" title="updated shipping method tab.png - Size: 25.4K, Downloads: 26"><img src="http://forum.lemonstandapp.com/uploads/monthly_04_2011/post-1367-0-98889300-1302250503_thumb.png" id='ipb-attach-img-49-0-53130500-1337238450' style='width:100;height:25' class='attach' width="100" height="25" alt="Attached Image: updated shipping method tab.png" /></a>
			</li>
		
	</ul>
</div>]]></description>
		<pubDate>Fri, 08 Apr 2011 08:16:22 +0000</pubDate>
		<guid>http://forum.lemonstandapp.com/topic/1670-shipping-system-improvements/</guid>
	</item>
	<item>
		<title>New free theme: Simplicity</title>
		<link>http://forum.lemonstandapp.com/topic/1653-new-free-theme-simplicity/</link>
		<description><![CDATA[Hi!<br />
<br />
We just published a new free LemonStand theme - Simplicity.<br />
<br />
Blog post: <a href='http://lemonstandapp.com/blog/post/new_lemonstand_theme_simplicity/' class='bbc_url' title='External link' rel='nofollow external'>http://lemonstandapp.com/blog/post/new_lemonstand_theme_simplicity/</a><br />
<br />
Thank you]]></description>
		<pubDate>Tue, 05 Apr 2011 22:31:08 +0000</pubDate>
		<guid>http://forum.lemonstandapp.com/topic/1653-new-free-theme-simplicity/</guid>
	</item>
	<item>
		<title>Minor update in the session management</title>
		<link>http://forum.lemonstandapp.com/topic/1556-minor-update-in-the-session-management/</link>
		<description><![CDATA[Hi!<br />
<br />
We just published an update which improves the session management in LemonStand. In particular it enables to use 0 value for the FRONTEND_AUTH_COOKIE_LIFETIME and AUTH_COOKIE_LIFETIME <a href='http://lemonstandapp.com/docs/lemonstand_configuration_options/' class='bbc_url' title='External link' rel='nofollow external'>configuration options</a>, forcing the browser to delete session cookies when a user closes the browser. Please note that FireFox can still save cookies even if they have 0 life time, because of <a href='http://stackoverflow.com/questions/777767/firefox-session-cookies' class='bbc_url' title='External link' rel='nofollow external'>its tabs implementation</a>. <br />
<br />
Thank you]]></description>
		<pubDate>Thu, 17 Mar 2011 03:16:14 +0000</pubDate>
		<guid>http://forum.lemonstandapp.com/topic/1556-minor-update-in-the-session-management/</guid>
	</item>
	<item>
		<title>Note for SecureTrading payment pages</title>
		<link>http://forum.lemonstandapp.com/topic/1447-note-for-securetrading-payment-pages/</link>
		<description><![CDATA[Hi!<br />
<br />
We are going to publish an update which will affect LemonStand customers who use SecureTrading Payment Pages payment method. Before the update LemonStand was always sending the order amount to the payment gateway in USD. After the update it will be sending the amount in the currency which is specified in LemonStand currency settings. That enables to use any currency with SecureTrading Payment Pages gateway.<br />
<br />
Please let us know in case of any issues with the updated module.<br />
<br />
Thank you.]]></description>
		<pubDate>Mon, 28 Feb 2011 01:20:41 +0000</pubDate>
		<guid>http://forum.lemonstandapp.com/topic/1447-note-for-securetrading-payment-pages/</guid>
	</item>
</channel>
</rss>
