EOS uses Mantis issue tracking services provided by StrikeHawk eCommerce, Inc. to manage its daily work as well as handling issues reported by store owners and ecommerce vendors. This tracker can be located at StrikeHawk's Open Source Development Center. This page lists the 10 most recently worked on issues.
| StrikeHawk eCommerce Open Source Development Center - Eos - ISSUES |
-
0001205: Template Manganer V2 syntax error..
Parse error: syntax error, unexpected $end, expecting T_STRING or T_VARIABLE or '$' in /home/gr8gear/public_html/dev/catalog2/admin/template_manager_v2.php(553) : eval()'d code on line 1
Occurs when attempting to select an item for update on this page.
-
0000701: Inventory System Enhancements
This task is to track Phase 2 of the Inventory System Enhancements for EOS
-
0001180: Missing configuration key: Admin Inventory Max Display Page Links.
Goto Inventory Manger,
Select https://dev.gr8gear.com/catalog2/admin/inventory_manager.php?cPath=S&action=display_inventory [ ^]
Returns:
Warning: Division by zero in /home/gr8gear/public_html/dev/catalog2/admin/includes/classes/split_page_results.php on line 38
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-0, ADMIN_INVENTORY_MAX_DISPLAY_PAGE_LINKS' at line 9
select * from inventory i, inventory_description id where id.inventory_id = i.inventory_id and id.languages_code = 'en_us' and left(id.inventory_name, 1) ='s' order by id.inventory_name limit -0, ADMIN_INVENTORY_MAX_DISPLAY_PAGE_LINKS
[TEP STOP]
-
0001172: Duplicate Review Description Table Entries.
The review_description table on the FAN dev site contains 2 entries per review.
One contains the en_US language code, and one does not.
Neither contains a review title (which may be attributed to the reviews being received prior to migration - old system does not support this feature.)
Question is whether this was generated by the migration tool or some other source - that does seem likely..
David
-
0001170: my_sql.php parse error
Parse error: syntax error, unexpected T_STRING in /home/gr8gear/public_html/dev/catalog2/admin/my_sql.php on line 714 in 0.6 Beta FAN install
-
0001171: Order Status breakdown report on Admin Home page not working.
On the FAN dev site, new orders with status "New Orders" are not visible in the admin home page summary breakdown....
-
0000326: Account Management:: Customer Address
While updating broke the code that handles if no zone code available and the used for the state.
-
0000754: Order editor payment section
This section was originaly just roughed in and is not complete.
Further work is required for:
1. allow limited editing of transaction data.
2. allow limited access to view actual transaction data.
3. switch payment methods,
retain old data, but add a new set for another payment module.
4. must have the admin id of who made the change, and why.
5. allow submitting of payment to a external gateway
-
0001051: Test Account Creation System: Customer Accounts
Demonstrate a functional account creation system by creating test users under the following circumstances:
1. Complete Account Creation with NO DATA ENTRY ERRORS using the catalog create_account.php page system
2. Complete Account Creation with ONE DATA ENTRY ERROR PER MIN/MAX CONFIGURATION VALUE RELATED TO CUSTOMER DETAILS using the catalog create_account.php page system
3. Complete Account Creation with NO DATA ENTRY ERRORS using the admin account creation system.
4. Complete Account Creation with ONE DATA ENTRY ERROR PER MIN/MAX CONFIGURATION VALUE RELATED TO CUSTOMER DETAILS using the admin account creation system.
-
0000457: TAX Calculation System
Develop a tax calculation module system which can be linked to zones.
Include manual calculation routines which duplicate existing functionality and provide tax if no module exists, is active or is assigned to the clients zone.
Add modules which can override internal module by either providing their own calculations or obtaining the tax via an API.
|