SEF URL router for all views #13

Closed
opened 2026-05-21 20:05:31 +00:00 by jmiller · 0 comments
Owner

Summary

Joomla SEF router for clean URLs across all component views.

Requirements

  • Product list: /shop or /products
  • Category: /shop/category-alias
  • Product detail: /shop/product-ref-or-alias
  • Cart: /shop/cart
  • Checkout: /shop/checkout
  • Order confirmation: /shop/order/{ref}
  • My Orders: /shop/my-orders
  • Canonical URLs for paginated views

Acceptance Criteria

  • All views accessible via SEF URLs
  • URLs use product ref/alias (not numeric IDs)
  • Router handles pagination params
  • No duplicate content (canonical tags)
## Summary Joomla SEF router for clean URLs across all component views. ## Requirements - Product list: /shop or /products - Category: /shop/category-alias - Product detail: /shop/product-ref-or-alias - Cart: /shop/cart - Checkout: /shop/checkout - Order confirmation: /shop/order/{ref} - My Orders: /shop/my-orders - Canonical URLs for paginated views ## Acceptance Criteria - [ ] All views accessible via SEF URLs - [ ] URLs use product ref/alias (not numeric IDs) - [ ] Router handles pagination params - [ ] No duplicate content (canonical tags)
jmiller added the priority/mediumtype/featurearea/frontend labels 2026-05-21 20:05:31 +00:00
jmiller added the status/pending-testing label 2026-05-22 01:53:34 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoDoliJoomShop#13