View Issue Details

IDProjectCategoryView StatusLast Update
0007810OXID eShop (all versions)1.01. Products (product, categories, manufacturer, promotions etc.)public2025-07-11 12:30
Reportermichael_keiluweit Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
Summary0007810: Subcategory names can’t consist of digits only
DescriptionWhile a main category's name can be consist of digits only, subcategories can't. The page shows a 404 not found message.
Steps To Reproduce1. 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 Informationtested with 7.2 EE
TagsNo tags attached.
ThemeNot defined
BrowserNot defined
PHP VersionNot defined
Database VersionNot defined

Relationships

related to 0001641 resolvedarvydas_vapsva Same name category and page 

Activities

michael_keiluweit

2025-07-11 11:34

administrator   ~0018076

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.