Released Version: AbleCommerce 7.0.5 Build 14053
Release Date: 07/27/10*
Change Log : A list of changes between AbleCommerce 7.0.4 and 7.0.5.
Take a moment to read this entire document before beginning. After you upgrade, you may need to complete the Post-Upgrade steps below.
Before you begin, DETERMINE YOUR CURRENT VERSION. View the Help > About page from the Merchant Menu for this information.
These instructions apply to installations running AbleCommerce 7.0.4. If you are running a version prior to 7.0.4, then please use the Instructions for Multiple Step Upgrades instead.
1) Download UpgradeTo download the upgrade for AbleCommerce 7.0.5, you will need to have a valid subscription. We will notify all subscription holders when a new version is available for download. To obtain the file, login to the ablecommerce.com website and go to the Customer Account pages. From there, click on the Downloads tab to see available software downloads. License keys are requested through your order. DO NOT INSTALL THE UPGRADE IF YOU DO NOT HAVE A VALID SUBSCRIPTION. To see if you have a valid subscription, you can open the "commerbuilder.lic" file located in the \app_data\ folder. Look for this line of code: e.g. <subscription>2010-06-01</subscription> Make sure the date is on, or after, the subscription date for this build. If you do not see this line, then your license does not have a subscription included. * The actual release date of the 7.0.5 version is July 27th, 2010. However, due to delays beyond our control, we have extended the availability of version 7.0.5 to customers who have subscriptions expiring on, or after June 1st, 2010. 2) Backup your Existing Files
The upgrade will NOT overwrite customizations located within these specific folders. After the upgrade, you are responsible for merging any changes to the new "control" objects or .aspx files.
3) Installation of New Files
* If you are unable to stop the web service, try to perform the update during a slow time. DO NOT access your store while uploading the files via FTP. Double-check to make sure that ALL files are updated, especially the .DLL's in the \BIN\ folder. 4) Permission for updatesDuring upgrades, we may need to remove files that are no longer used or perform updates that require additional permission. This means that AbleCommerce will need to have write and delete permissions on folders that might not ordinarily require it. If possible, you should temporarily add 'write' and 'delete' permission to the entire store website for the ASPNET user (e.g. Network Service). If adding additional permissions is not an option, you may receive errors during the upgrade. These errors will simply be warnings to indicate which files and/or folders could not be removed by the program. You can still complete the upgrade, however, you will need to complete these steps after upgrading: 5) Upgrade your InstallationWARNING: Make sure you have a backup of your database before upgrading !!!!
6) Replace any Customizations (if applicable)
If you have customized the control objects located in the \ConLib\ folder, they will be overwritten by the upgrade. Control objects that are modified should always be placed in the \ConLib\Custom\ folder and referenced by the scriptlet accordingly. If you need to merge any customizations, we recommend that you use a file compare and merge utility such as WinMerge. WinMerge is Open Source file compare and merge utility which runs on all modern Windows versions. Latest WinMerge version and other WinMerge information is available at http://winmerge.org
7) Complete Post-Upgrade Tasks
|
Post Upgrade Tasks
Web.config and Global.asax updates YOU CAN SKIP THIS STEP IF YOU ALLOWED THE UPGRADE TO AUTOMATICALLY CHANGE YOUR WEB.CONFIG/GLOBAL.ASAX FILES. The upgrade can automatically handle required changes to your web.config and global.asax files. If you did not want AbleCommerce to handle these automatic updates, then you will need to manually update these two files yourself. Please Update web.config and global.asax files before continuing.
Apply Latest UpdatesAfter installation, make sure to check for free Service Release upgrades, or Hot Patches as posted in the Announcements section on the home page of this website.
Release NotesThe following list includes changes in this release that could impact your store. Please take a moment to read through each item and determine if any action needs to be taken.
#foreach ($product in $products) <td style="text-align: center;">$product.SKU</td> <td>$product.Name</td> <td style="text-align: center;">$product.Instock</td> <td style="text-align: center;">$product.InstockWarningLevel</td> </tr> #end ADD AFTER: #foreach ($variant in $variants) <td style="text-align: center;">$variant.SKU</td> <td>$variant.Product.Name ( Variant: $variant.VariantName)</td> <td style="text-align: center;">$variant.Instock</td> <td style="text-align: center;">$variant.InstockWarningLevel</td> </tr>
<p>If you did not intend to sign up for this list, then click the link below to remove your address.</p> <p><a href="${store.StoreUrl}Subscription.aspx?action=remove&list=${list.EmailListId}&email=${email}"> </p> TO: <p>If you did not intend to sign up for this list, then click the link below to remove your address.</p> <p>$unsubscribeLink</p>
<p><strong>To activate your subscription, you MUST click the link below to verify your request.</strong></p> <p><a href="${store.StoreUrl}Subscription.aspx?action=confirm&list=${list.EmailListId}&email=${email}&key=${signupkey}"> </p> TO: <p><strong>To activate your subscription, you MUST click the link below to verify your request.</strong></p> <p>$subscribeLink</p>
If your store will not be using the Gift Wrap features, then you may want to remove the gift wrap image shown within the Alternate Checkout pages. These pages can only be accessed when using multiple shipping address or Paypal Express checkout.
<div class="addGiftOptions"> and then replace it with <div class="addGiftOptions" runat="server" id="addGiftOptionsDiv">
GiftOptionsPanel.Visible = BasketHelper.ContainsAnItemWithGiftWrap(basket); and then replace it with GiftOptionsPanel.Visible = BasketHelper.ContainsAnItemWithGiftWrap(basket); if (!GiftOptionsPanel.Visible) addGiftOptionsDiv.Attributes.Add("style","background:none!important;");
CHANGE FROM: TO: CHANGE FROM: .miniBasketItemTitle { color:#003716; font-weight: normal; float:left; position:relative; text-align:left; margin:0 5px; } TO: CHANGE FROM: TO:
|
Copyright © 1994 - 2024 AbleCommerce.com, All rights Reserved
eCommerce shopping cart software platform