Address Book v1.0.1
| Extension Name | Address Book v1.0.1 | Rating |
|
| License | Free | Votes | 5 |
| Developer | ncdad2four | Views | 10227 |
| Date Added | 3 April 2012 | Request Support |
|
| Date Modified | 8 November 2012 | Report extension |
|
or visit the vendors site directly from the backend.
New in this version:
- Added a fax field for entering fax numbers
- Moved the website URL below the email address (for layout purposes)
Demo at http://demo1.acfddev.com/admin
Username: admin_oc
Password: admin_oc
| Download Name | Compatibility | Action |
| Address_Book_v1.0.1_OCv1.4 | v1.4.7, v1.4.8, v1.4.8b, v1.4.9, v1.4.9.1, v1.4.9.2, v1.4.9.3, v1.4.9.4, v1.4.9.5, v1.4.9.6 | [ Download ] |
| Address_Book_v1.0.1_OCv1.5 | v1.5.0, v1.5.0.1, v1.5.0.2, v1.5.0.3, v1.5.0.4, v1.5.0.5, v1.5.1, v1.5.1.1, v1.5.1.2, v1.5.1.3, v1.5.2, v1.5.2.1 | [ Download ] |
--------------------------------------
OPENCART 1.5 Address Book v1.0.1
--------------------------------------
Supported Opencart Versions
--------------------------------------
Opencart v1.5.x, vQmod v1.2.3
What is this add-on?
--------------------------------------
Allows you to keep an Address Book in the backend of your store with contact
information for vendors or general contacts. Allows you to email the vendor
or visit the vendors site directly from the backend.
Installation
--------------------------------------
This is a vQmodded addon. If you do not have vQmod, I strongly suggest you get
it. Very easy to use and leaves the main Opencart files intact. Makes upgrading
to a new version of Opencart a breeze.
1) Copy the admin folder to your OC admin folder. These are new files and nothing
gets overwritten. If you have vQmod, copy the vQmod folder to your store root
and proceed to Step 3. If you do not have vQmod, proceed to Step 2.
a) admin files:
- admin/controller/catalog/addressbook.php
- admin/language/english/catalog/addressbook.php
- admin/model/catalog/addressbook.php
- admin/view/image/addressbook.png
- admin/view/template/catalog/addressbook_form.tpl
- admin/view/template/catalog/addressbook_list.tpl
b) vQmod files:
- vqmod/xml/addressbook.xml
c) The database for Address Book is created the first time you run
the Address Book from the admin.
2) If you have vQmod and installed the XML file in the vqmod/xml folder,
skip this step. Otherwise, you need to make these changes to Opencart
files:
admin/controller/common/header.php
after --> $this->data['heading_title'] = $this->language->get('heading_title');
add ----> $this->data['text_addressbook'] = $this->language->get('text_addressbook');
before -> $this->data['geo_zone'] = $this->url->link('localisation/geo_zone', 'token=' . $this->session->data['token'], 'SSL');
add ----> $this->data['addressbook'] = $this->url->link('catalog/addressbook', 'token=' . $this->session->data['token'], 'SSL');
admin/language/english/common/header.php
after --> // Text
add ----> $_['text_addressbook'] = 'Address Book';
admin/view/template/common/header.tpl
place the line below in the section you want the Admin Panel to display this add-on (Catalog, Extensions, Sale, System, Reports)
add ----> <li><a href="<?php echo $addressbook; ?>"><?php echo $text_addressbook; ?></a></li>
3) Add permission for the user group you want to have access to the Address Book.
On the Admin Panel, goto System, User, User Group. Edit the group you want to
give permissions to and check both the Access and Modify permissions checkbox
for catalog/addressbook.
How to Uninstall
--------------------------------------
1. Remove the files from Step 1.
2. Remove the changes from the files in Step 2 if you manually made them
or remove the vqmod/xml/addressbook.xml file.
3. Remove the 'addressbook' table from your database.
Version History
--------------------------------------
April 4, 2012 - v1.0.1
- Added a Fax field to the form/list
- Moved the website URL below the email address field (layout needs)
July 26, 2011 - Initial Release
Report Bugs or Comments/Suggestions
--------------------------------------
develop@acfddev.com
Tags business contacts, contacts, contact management, address book













Log in to comment or register here.