To install:
1. Add a column named "language_id" to table url_alias. Assuming you use "oc_" as prefix for Opencart, you may use the following code:
Code: Select all
ALTER TABLE `oc_url_alias` ADD `language_id` INT NOT NULL AFTER `url_alias_id` ;
It should add the possibility to specify an SEO keyword for every active language to your categories and products like this:
