Remove numbers from shop url ?

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
MikaelNazarenko
Expert
Posts: 274
Joined: 27 Jun 2019, 16:19

Remove numbers from shop url ?

Post by MikaelNazarenko » 10 Sep 2022, 08:09

Hi Aimeos. Is there accurate way to remove numbers from shop url, list page and product detail page ?

From here shop/Hund~23

And from here /shop/Fisch-im-Kopp/0/214

Code: Select all

aimeos/ai-admin-jqadm              2021.10.4 Aimeos Vue.js+Bootstrap admin interface
aimeos/ai-admin-jsonadm            2021.10.2 Aimeos ai-admin-jsonadm extension
aimeos/ai-client-html              2021.10.5 Aimeos ai-client-html extension
aimeos/ai-client-jsonapi           2021.10.2 Aimeos JSON API extension
aimeos/ai-cms-grapesjs             2021.10.1 Aimeos GrapesJS CMS extension
aimeos/ai-controller-frontend      2021.10.2 Aimeos ai-controller-frontend extension
aimeos/ai-controller-jobs          2021.10.3 Aimeos ai-controller-jobs extension
aimeos/ai-gettext                  2021.10.1 Aimeos Gettext extension
aimeos/ai-laravel                  2021.10.1 Laravel adapter for Aimeos web shops and e-commerce solutions
aimeos/ai-payments                 2021.10.4 Payment extension for Aimeos web shops and e-commerce solutions
aimeos/ai-swiftmailer              2021.10.1 SwiftMailer adapter for Aimeos web shops and e-commerce solutions
aimeos/aimeos-core                 2021.10.6 Full-featured e-commerce components for high performance online shops
aimeos/aimeos-laravel              2021.10.3 Professional, full-featured and high performance Laravel e-commerce package for online shops and complex B2B projects
aimeos/map                         2.4.0     Easy and elegant handling of PHP arrays as array-like map objects similar to jQuery and Laravel Collections
aimeoscom/omnipay-sofort           3.1.0     SOFORT Überweisung gateway for Omnipay payment processing library

User avatar
aimeos
Administrator
Posts: 7871
Joined: 01 Jan 1970, 00:00

Re: Remove numbers from shop url ?

Post by aimeos » 12 Sep 2022, 17:05

For categories, the problems are described here:
How to remove the category id from the routes and keep only the category url segment?

Product URLs doesn't contain the product ID by default as long as you don't change that configuration:
https://aimeos.org/docs/2021.x/config/c ... il/#filter
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply