burdapraha / oc_svg
OpenCart 2.x hacked to allow SVG support
1.0.5
2017-07-10 14:19 UTC
This package is not auto-updated.
Last update: 2026-03-02 05:43:38 UTC
README
Because jpg / png logo are retro!
Installation
- Requiring installed vQmod because vQmod doesn't support installing via composer itself.
composer require burdapraha/oc_svgcomposer require sasedev/composer-plugin-filecopierfor files manipulating- Add this code to your composer.json project file, extra section:
"extra": {
"filescopier": [
{
"source": "vendor/burdapraha/oc_svg/upload",
"destination": "upload",
"debug": "true"
}
]
}
It will move vQmod xml file to correct folder.
- optionally you can add row to your
.gitignorefile with path to svg.xml (example: upload/vqmod/xml/svg.xml) - celebrate!