Features:
1. Categorized FAQs;
2. FAQ with customer feedback form;
3. Related questions links;
4. Support multilanguages;
5. FAQs search form;
Version: 1.4.8, 1.4.8b, 1.4.9, 1.4.9.1
Demo: http://systemdemo.themagicalworks.com
Admin: http://systemdemo.themagicalworks.com/admin (user: demo; pass: demo)
Buy: http://themagicalworks.com/index.php?ro ... oduct_id=3 or http://www.opencart.com/index.php?route ... ion_id=813
"For us, OpenCart is not 'just' a shopping cart. OpenCart is bigger than that. We bring OpenCart to the next level."
Produk:
- Toko Online - Toko Online Dropshipper - Toko Online Marketpace - Online Directory - Digital Marketplace - Property & Business Listings - News Portal - Corporate Website - Social Network
Info: http://www.bukausahaonline.com
Thank you..Moggin wrote:WOW, that's impressive!
A searchable knowledge base with customer feedback and related questions. Very nice work!

"For us, OpenCart is not 'just' a shopping cart. OpenCart is bigger than that. We bring OpenCart to the next level."
Produk:
- Toko Online - Toko Online Dropshipper - Toko Online Marketpace - Online Directory - Digital Marketplace - Property & Business Listings - News Portal - Corporate Website - Social Network
Info: http://www.bukausahaonline.com
thienvk wrote:Error when delete faq(s)
Fatal error: Call to undefined method ModelSettingStore::getTotalStoresByFAQId() in /home/xxxx/domains/xxxx/public_html/admin/controller/catalog/faq.php on line 507
I'm sorry, I forgot to put a database query.
How to fix it:
Open this file: admin/model/setting/store.php
*(Line-120)
After this script:
public function getTotalStoresByOrderStatusId($order_status_id) {
$query = $this->db->query("SELECT COUNT(*) AS total FROM " . DB_PREFIX . "store WHERE order_status_id = '" . (int)$order_status_id . "'");
return $query->row['total'];
}
Add this script:
public function getTotalStoresByFAQId($faq_id) {
$account_query = $this->db->query("SELECT COUNT(*) AS total FROM " . DB_PREFIX . "store WHERE account_id = '" . (int)$faq_id . "'");
$checkout_query = $this->db->query("SELECT COUNT(*) AS total FROM " . DB_PREFIX . "store WHERE checkout_id = '" . (int)$faq_id . "'");
return ($account_query->row['total'] + $checkout_query->row['total']);
}
Thanks,
superbrands
"For us, OpenCart is not 'just' a shopping cart. OpenCart is bigger than that. We bring OpenCart to the next level."
Produk:
- Toko Online - Toko Online Dropshipper - Toko Online Marketpace - Online Directory - Digital Marketplace - Property & Business Listings - News Portal - Corporate Website - Social Network
Info: http://www.bukausahaonline.com
********If purchase from the developer of Help/FAQs' website he will only give you a single one-time download. And I purchased several modules from him unfortunately - including the Our Employee Module & News Blog Module. DO NOT PURCHASE modules from THE MAGICAL WORKS.COM STORE - purchase them directly from OC.
Selloria
Users browsing this forum: No registered users and 5 guests