Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.35 KB

File metadata and controls

44 lines (29 loc) · 1.35 KB

[ABOUT]

Adaptation of CleanURLs module originally created by Ha99y and modified by Lebioda and Lapy90

https://github.com/Ha99y/PrestaShop-modules-CleanURLs

http://lebioda.github.io/PrestaShop-modules-CleanURLs/

CHANGES

Fixed an issue that was being experienced with .html on product pages

INSTALLATION

Install the module from the Backoffice (administration panel)

In the modules tab, click on add a new module. Click on Browse to open the dialogue box letting you search your computer, select the file then validate the dialogue box. Finally click on Upload this module.

UNINSTALLATION

Go to modules -> Find and uninstall "CleanURL".

Open folder /override/classes/ -> Remove "Link.php" -> Remove "Dispatcher.php"

Open folder /override/controllers/front/ -> Remove "CategoryController.php" -> Remove "CmsController.php" -> Remove "ManufacturerController.php" -> Remove "ProductController.php" -> Remove "SupplierController.php"

Open folder /cache/ -> Remove "class_index.php"

Go to back office -> Preferences -> SEO and URLs -> Set userfriendly URL off -> Save Go to back office -> Preferences -> SEO and URLs -> Set userfriendly URL on -> Save

If you got any other override modules, you should now go to you back office, uninstall them, and reinstall them again to work correctly.