Have installed as required in the readme section and have configured authorties and activated in the Administration Panel. Where do I run this extension from, Under what heading menu heading is it listed to run? I have looked for about 1 hour and cant find anywhere to run it from.
The import/export module is that I am refering to is by JNeuhoff http://www.opencart.com/index.php?route ... ort/export
You prob cant find it, because sometimes for some reason, VQMod doesnt add the link language over to the admin menu.
What you will need to do is edit admin/language/yourlanguage/common/header.php
find backup/restore and add below
you should now see the link appear under System tab
What you will need to do is edit admin/language/yourlanguage/common/header.php
find backup/restore and add below
Code: Select all
$_['text_export'] = 'Export / Import';
I have added the line of code under the backup/restore line. But still can not see Export/Import under the system heading; I have coppied the code and pasted below, have I placed it in the correct location?
<?php
// Heading
$_['heading_title'] = 'Administration';
// Text
$_['text_affiliate'] = 'Affiliates';
$_['text_attribute'] = 'Attributes';
$_['text_attribute_group'] = 'Attribute Groups';
$_['text_backup'] = 'Backup / Restore';
$_['text_export'] = 'Export / Import';
<?php
// Heading
$_['heading_title'] = 'Administration';
// Text
$_['text_affiliate'] = 'Affiliates';
$_['text_attribute'] = 'Attributes';
$_['text_attribute_group'] = 'Attribute Groups';
$_['text_backup'] = 'Backup / Restore';
$_['text_export'] = 'Export / Import';
I have just gone through and manually added the code as described in the ReadMe file for each line, and found that the VQMod for some reason had not changed any of them. So have done manually and now it is good.
Thank You for your help, much appreciated.
Thank You for your help, much appreciated.
Who is online
Users browsing this forum: No registered users and 2 guests