QUOTE (tfremming @ Jul 13 2008, 08:56 AM)

Forms:
Contact Us: When this was submitted it used to be "from" the customer, now it is displaying that I sent it to myself. The customers email is still in the form, but I can't just hit "reply" anymore. I looked through the form "contact us" but I did not see anyway to change this.
I'd also be curious as to what the thoughts are on what other forms might be standard in the industry and how they would be used.
This was intentional. The forms don't require that you add an email field, so we can never know what field should/could be used. It is a slight inconvenience, I know, but you can just copy/paste the email address if replying.
The forms can be used for several other purposes as well, such as polls or surveys.
QUOTE (tfremming @ Jul 13 2008, 08:56 AM)

Mailing List: I can add it, but it doesn't make any sense. The user manual doesn't really talk much about it.
It is a way to collect lists of emails that can be exported to newsletter sending sites like Constant Contact or otherwise. Customers can manage their subscription lists from their My Account page, and can sign up from My Account, Registration, Checkout or through the Mailing List module that can be placed in your left/right columns.
QUOTE (tfremming @ Jul 13 2008, 08:56 AM)

Backend Order Editing
Order Editing: I was told when you partially ship there would be a field that you could mark how many on the line item that you shipped. I don't see that?
edit: Also if you go in and edit line items that had a discount applied to and the rules of the discount are broken e.g. order minimum $100 to get X% discount that discount does not get removed.
The ability to denote partial shipped items was cut from the initial feature implementation. That and much more is going to be included when we revamp the order index page to allow quick editing and order workflow mangement.
In regards to discounts, this was out of scope in this release. We instead gave you full control over changing all of the values. If we added all of the discount logic then it is safe to say it would probably have added another month or two to this release.
QUOTE (tfremming @ Jul 13 2008, 08:56 AM)

I really like the custom email functionality you put in! I will post something under feature requests that would take what you've done to the next level (email marketing!!!!)
You can gladly submit a feature request, but keep in mind that we've intentionally distanced the software from being an email communication medium. We want to be the best ecommerce provider, and it helps when we partner with or recommend companies that are better tuned to providing inventory mangement, accounting, communications, etc.
QUOTE (tfremming @ Jul 13 2008, 09:16 AM)

Also I just tested the complete order cycle and I can no longer click on the UPS tracking number and have it link me to UPS to view the status of the package (in transit) This would be a big step backwards if this is broken and/or changed.
It appears the code is there:
<ns:if condition="Order.HasTrackingNumbers">
<div>Tracking Number(s): <ns:EmailTrackingNumbers OutputHtml="true" />
</ns:if>
But it is not outputting in HTML "clickable" I don't know that I changed anything from the default email. I just cloned it and edited some of the look/feel.
What tracking number have you entered? Previously we linked the tracking number based on the shipping method, but the software now parses the tracking number entered and links it appropriately based on the format, so you need to enter a valid tracking number for it to be linked.