View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007810 | OXID eShop (all versions) | 1.01. Products (product, categories, manufacturer, promotions etc.) | public | 2025-07-11 11:05 | 2025-07-11 12:30 |
Reporter | michael_keiluweit | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | ||
Summary | 0007810: Subcategory names can’t consist of digits only | ||||
Description | While a main category's name can be consist of digits only, subcategories can't. The page shows a 404 not found message. | ||||
Steps To Reproduce | 1. Create the category 42 2. Create the category 665 and set category 42 as parent category 3. Add a product to category 665 Goto frontend. 1. Click on the main category 42, this works 2. Click on the subcategory 665, you will see a 404 message | ||||
Additional Information | tested with 7.2 EE | ||||
Tags | No tags attached. | ||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
related to | 0001641 | resolved | arvydas_vapsva | Same name category and page |
|
I created this entry as digit-only category names were previously allowed (0001641). Now, digit-only subcategory names cause the same issue, as the shop interprets the second numeric value after the category name as a page number. Might be a bug or a feature request. |