Hi,
The Store module version 02.01.41 BETA is available at Codeplex!
What's New in this release?
Bugs corrected:
- Corrected a bug avoiding the products to be indexed by DNN in some circonstances.
Enhancements:
- Email templates system has been totaly changed! Now you can use the same token style than in the Text/HTML module to format your emails ([Order:OrderID], [BillingAddress:LastName]...). Only two resource strings are used for each email template, one for the subject and another one for the body. In addition, now the email sent to the store admin can be totaly different than the one sent to the customer. Previously, only the subject was different. And best of all, you can use HTML tags in your templates! I will udpate the templating guide ASAP to reflect this changes.
- Added error log in case of a product image can't be read from disk or accessed from the Internet.
- Added display of a warning message when an external image is selected in the product edit form if the website is not running in Full Trust Mode. Don't be confused it's only a warning, because some hosting providers allows access to external resources in Medium Trust and the Store module can't guess the result!
- Several enhancements have been added to the product edit form like validation rules and hiding of unused fields.
Gilles