Regretting Upgrade- Need help upgrading old customizations
Posted: Sun Oct 02, 2011 6:43 pm
With the degree of changes within the file structure, I really feel that AC should have listed 7.0.7 (or where ever those changes took place, as I upgraded from 7.0.2) as v8.0. It was not really just an upgrade, but a change in versions, and these changes left our customized files completely useless as many were straight ASPX files in the previous version, but in the new version those files have been split into two, with an ASPX file and a CS file. We have managed to codger together most of our previous customizations, but there are still a few that we desperately need help with. We spent a lot of money previously on some customizations, and want to avoid paying a second time for the same work on the new files.
- When an order is printed, our old version updated the status to Order Printed (from Payment Pending, etc.). This way you did not have to keep track of what orders you just printed, and risk errors by having a second manual step changing the status. I would have thought that AC would have built this into their software by this time, as 'lesser' shopping carts have it. This customization was originally in viewtopic.php?f=42&t=8681&p=39324&hilit ... ted#p39324, but it no longer works. Can anyone help here?
The new invoice layout also lends itself to customer confusion. Listing all of the products ordered with the shipping included in that list, followed by a subtotal that does not include the shipping cost and then listing the shipping a second time could easily confuse customers into thinking that they have been double-charged shipping. I had to add the products in a test order to confirm that it was correct and not double-charging in the invoice totals. Previously the shipping method was shown in the header area of the invoice, with the shipping amount shown below the subtotal (and not listed with the products). How can we remove the shipping from the itemized list of products, and show the method in the heading area (as it is for the Packing List)? We have tried to copy part of the Packing List layout to get the shipping method to show in the heading, but just get an error when we do so.
When we mark orders shipped (in batch mode) a routine runs to move any tracking numbers from one table into our tracking numbers table. UPS Worldship writes the tracking numbers to a table when we ship the orders, but due to table formatting it cannot write directly to the TrackingNumbers table. Instead we have the information written to the same fields (same field names) in a table named TrackingNumbersTest. When we mark the orders shipped, the Orders/Default.aspx currently transfers the information (if any) to the same fields (exluding the TrackingNumberID field) in the TrackingNumbers table, deletes the information from the TrackingNumbersTest table, and notes on the webpage that X number of tracking numbers were updated. This avoids both the time and risk of errors associated with manually entering or copying and pasting the tracking numbers from Worldship to AC.