Issue ID
|
Severity
|
Component
|
Brief Description
|
8652
|
critical
|
Providers
|
USPS changes effective Jan 4th 2010
Some of the service names have been updated by the USPS. Any services that have changed will no longer appear as an available shipping method in AbleCommerce.
|
8754
|
critical
|
Misc
|
Canonical URL Issue - Two Forward Slashes
If you happen to use an SEO tool, you'll see that pages are being crawled as two different URL's. For example, http://localhost/category-c1.aspx and also http://localhost//category-c1.aspx - with two forward slashes.
|
8802
|
major
|
Store Templates
|
Product page does not display more than 8 options
If you have created more than 8 options for a product, anything past the 8th will not appear on the product detail page in the storefront. This happens after upgrading, or in a new 7.0.4 store.
|
8657
|
normal
|
API
|
IIS Application pool stops when database connection is unavailable
If the database is unavailable for some reason, the application pool stops if multiple attempts are made to access the store. This causes the web server to respond with ”Service Unavailable”
|
8663
|
normal
|
API
|
Paypal Express orders are not triggering certain events
This issue may be present when using digital goods and Paypal Express Checkout. Orders paid with Paypal Express were not triggering the digital good emails, downloads, and serial keys.
Additionally, if you use triggers for your order notifications such that it will only send when the order is paid, this bug prevented the email from being sent.
|
8660
|
normal
|
API
|
Subscriptions - transaction amount is not reduced with coupons
When a product coupon is used with a subscription product, the transaction amount sent to the payment gateway did not include the correct discounted amount.
|
8638
|
minor
|
Installation
|
Remove AvaTax files from AbleCommerce 7.0.4 install package
If you are a developer and compile the 7.0.4 version, it will throw an error like this:
The type or namespace name 'AvaTax' does not exist in the namespace 'CommerceBuilder.Taxes.Providers' (are you missing an assembly reference?)\Admin\Taxes\Providers\AvaTax\Default.aspx.cs
TO FIX:
Delete the entire \AvaTax\ folder located in the \Admin\Taxes\Providers\ folder.
|
8640
|
minor
|
Installation
|
Remove Batch Update files after upgrading to 7.0.4
The upgrade is not removing some files that are no longer used. If you are a developer and compile the 7.0.4 version after upgrading, it will throw an error like this:
Error 4 'CommerceBuilder.Products.Product' does not contain a definition for 'ProductTemplateId'
C:\InetShare\AbleCommerce\Admin\Products\Batching\BatchUpdate.aspx.cs 406
TO FIX:
Delete two files, "BatchUpdate.aspx" and "BatchUpdate.aspx.cs" located in the \Admin\Products\Batching\ folder.
|
8856
|
blocker
|
Provides
|
Unable to process subscription orders using Cybersource
Products with recurring subscriptions are not processing with the Cybersource payment gateway. An error will be present on the order's payment page -
Object reference not set to an instance of an object
|
8872
|
normal
|
API
|
Order amounts are not recalculated after coupons are entered
A few different issues were discovered with regards to order coupons, shipping calculations based on percentage, and how shipping coupons interact with shipping calculations. The "One Page Checkout" recalculates shipping (with shipping coupon present) and the shipping charge calculates incorrectly.
|
8804
|
major
|
API
|
Full Text Search: Two or more word searches are not sorted by relevance
The search does not give the correct results if 2 or more search words are entered.
Other significant changes and improvements were made to incorporate free text search with results sorted by rank. This will take effect for product searches so that a Title, Sku, Model number, and Search keywords count as double (x2) weight. A product's Summary description is x1-1/2 weight, and keywords in a product's description count as regular (x1) weight.
|
8928
|
blocker
|
Admin UI
|
SQL Server 2000, Ambiguous column "OrderId" error for tax details report
Unable to view the tax report when using MS-SQL 2000 database server.
|
8946
|
major
|
API
|
Forced substring match does not work with full text search
The ability to use search phrases with wild cards would have triggered a basic search instead of an FTS search, and the results would not be as expected.
e.g. tomato* sauce
After the fix, the above phrase is sent to the FTS parser and returns products that have words stemmed with tomato AND the word sauce.
|
8952
|
major
|
Misc
|
Parse stop words from search phrase
Users may input search queries that contain words not indexed by sql server. For example, "A Cat in the Hat" contains 3 words that are not indexed - a, in, the. These are commonly called noise words (SQL 2005) or stop words (SQL 2008).
This leads to a major failure of FTS search if the customer unknowingly includes one of these words. To correct the issue, there is a new file called "stopwords.txt" in the app_data folder. This file can be modified to include additional, or remove, these special words or characters.
|
8880
|
major
|
API
|
Search queries use 'OR' operator instead of 'AND' on multiple terms
When multiple search terms are entered, the results return all items containing ANY of the terms used. The correct functionality of a search with multiple terms should reduce the number of results.
|
8836
|
enhancement
|
API
|
Add the ability to recreate the database search index from Admin
A minor enhancement that allows the database search catalog to be recreated from the AbleCommerce merchant admin. To initiate, go to the Configure > Maintenance page and there will be a new option to rebuild the search index.
NOTE: Performance testing has not been completed for large catalogs.
|
8954
|
normal
|
API
|
Order ID is sent to Chase Paymentech instead of Order Number
The transaction information sent to the gateway included the order ID instead of the order number. This may cause difficulties with order processing if the order number and order ID were not in-sync.
|