Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 599 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 599 Bytes

Opencart Auto Keywords

Auto adding SEO keywords in products, articles and categories.

Installing

Just upload xml file into your vqmod/xml folder. That's all.

How it works

Plugin modified four files: header.tpl, product_form.tpl, category_form.tpl and information_form.tpl. In the header.tpl will be added JS code for transliterate items name to SEO keyword on english. I use fantastic django-urlify wrapper for this. Please, check django-urlify docs for additional info.