Skip to content

Improved categories about custom menu title (another than page title, WIP)

License

Notifications You must be signed in to change notification settings

BurdaPraha/oc_category_menu_title

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adding next category title for navigations OpenCart 2.x

Improved categories about custom menu title (another than page title)

Installation

  1. Requiring installed vQmod because vQmod doesn't support installing via composer itself.
  2. 💲 composer require burdapraha/oc_category_menu_title
  3. 💲 composer require sasedev/composer-plugin-filecopier for files manipulating
  4. Add this code to your ? composer.json project file, extra section:
    "extra": {
        "filescopier": [
            {
                "source": "vendor/burdapraha/oc_category_menu_title/upload",
                "destination": "upload",
                "debug": "true"
            }
        ]
    }  

It will move vQmod xml file to correct folder.

  1. optionally you can add row to your .gitignore file with path to svg.xml (example: upload/vqmod/xml/oc_category_menu_title.xml)
  2. celebrate! 🎉 🎉 🎉

About

Improved categories about custom menu title (another than page title, WIP)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published