Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/burdapraha/oc_category_menu_title
Improved categories about custom menu title (another than page title, WIP)
https://github.com/burdapraha/oc_category_menu_title
czech-republic opencart opencart-2x opencart-extension vqmod
Last synced: 20 days ago
JSON representation
Improved categories about custom menu title (another than page title, WIP)
- Host: GitHub
- URL: https://github.com/burdapraha/oc_category_menu_title
- Owner: BurdaPraha
- License: mit
- Created: 2017-08-03T11:27:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-04T14:33:50.000Z (over 7 years ago)
- Last Synced: 2024-04-16T06:09:36.559Z (8 months ago)
- Topics: czech-republic, opencart, opencart-2x, opencart-extension, vqmod
- Homepage: http://www.burda.cz
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Adding next category title for navigations [OpenCart 2.x](https://github.com/opencart/opencart)
Improved categories about custom menu title (another than page title)
## Installation
1. Requiring installed [vQmod](https://github.com/vqmod/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.5. optionally you can add row to your `.gitignore` file with path to svg.xml (example: upload/vqmod/xml/oc_category_menu_title.xml)
6. celebrate! 🎉 🎉 🎉