FAQ module for opencart

2012-09-09   来源:站长日记       编辑:沧海桑田   类别:网店系统    转载到:    发表评论

FAQ module for opencart
######This original developer is FIDO-X, i just sharing it with everybody.#########

FAQ  Installation Instructions
Step 1: Upload to Server
Copy the contents of the "upload" folder to your store's top level directory, preserving the directory structure. This will not overwrite anything as they are all new files.
Step 2: Install "Module"
Log in to your store's administration and, from the menu, select "Extensions->Modules", then click the "Install" link in the "Action" column for the "Frequently Asked Questions" module. You may then edit the module to enable it and set it's position and sort order. This will automagically insert the following tables into your database:–
faq
faq_description
faq_to_store
The new tables will be prefixed with your database prefix.
The following is not necessary if you have Qphoria's VirtualQMod system installed.
Catalog
Edit your store‘s "catalog/controller/common/footer.php" file by adding the following lines:–
$this->load->language('information/faq');
$this->data['text_faq'] = $this->language->get('text_faq');
$this->data['faq'] = $this->url->link('information/faq');
Edit your store‘s "catalog/view/theme/default/template/common/footer.tpl" file by adding the following line in the location you want the entry to appear:–

  • Adding FAQs
    Login to your OpenCart Admin. From the menu, select "Extensions–>Modules", then click the "Edit" link for the "FAQs" module.
    Clicking the "FAQ Entries" button will take you to the list page where you may add/edit your FAQ entries. If you are using Qphoria's VirtualQMod system, you will also find an entry under the "Catalog" menu, titled "FAQ Entries".
    By clicking the "Data" tab you will be able to set the status of the entry to "Enabled" or "Disabled" (disabled by default). You can also set the sort order on this page.
    When done, click "Save".
    ######This original developer is FIDO-X, i just sharing it with everybody.######### //OKmarket.com

    1

    0
    1|0 | 鲜花 VS 砸蛋 | 86阅读 0评论
    下一篇: opencart token