How to change magento so that:
{site}/category-name/sub-category/product-name
becomes
{site}/category-name/sub-category/manufacturer/product-name
Where is the standard attribute of the manufacturer Magento?
Thank:)
You will need to overwrite system overwrites for this. You can either expand the class that creates the product overwrites in the first place (this probably happens somewhere in the product controller on the administrator’s site), or create an event observer that updates the rewritable files after the product is saved.
.. , , . , , URL- (, , ). , URL- ( "some-product-name.html" ) - "manufacturer-name/some-product-name.html". , , , .
, !
,
, ?
:
root -> subcategory -> manufacturer-subcategory -> product
?
, , , .
Source: https://habr.com/ru/post/1760047/More articles:Looking at what happens when a C # / ASP.NET thread completes and how to get around problems - multithreadingMVC Binder Binding Problem - asp.netGLM + STL: operator == missing - c ++django - many for many fields as a drop-down list - djangoPython svg interaction with cairo, opengl and rsvg - pythonJQuery autocomplete how to search for words instead of string - javascriptHow to add another video to MPMoviePlayer? - iphoneUIGraphicsGetCurrentContext () gives a warning about memory! - iphoneMysql Select to find duplicates - sqlСоздание групп параметров CMake - c++All Articles