Post by superbrands » Wed Nov 10, 2010 2:07 pm

The great help/faqs system for your OpenCart.

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
Last edited by superbrands on Sat Nov 13, 2010 8:21 pm, edited 1 time in total.

"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


User avatar
Active Member

Posts

Joined
Sun May 23, 2010 8:04 pm

Post by Moggin » Thu Nov 11, 2010 4:25 am

WOW, that's impressive!
A searchable knowledge base with customer feedback and related questions. Very nice work!

Active Member

Posts

Joined
Wed May 05, 2010 4:56 am

Post by superbrands » Thu Nov 11, 2010 9:54 am

Moggin wrote:WOW, that's impressive!
A searchable knowledge base with customer feedback and related questions. Very nice work!
Thank you.. :)

"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


User avatar
Active Member

Posts

Joined
Sun May 23, 2010 8:04 pm

Post by thienvk » Thu Dec 02, 2010 3:53 pm

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

Newbie

Posts

Joined
Thu Nov 11, 2010 11:20 am

Post by superbrands » Fri Dec 03, 2010 10:36 am

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


User avatar
Active Member

Posts

Joined
Sun May 23, 2010 8:04 pm

Post by Selloria » Sun Jun 19, 2011 9:13 pm

The Help/FAQs Module is a great module and idea for OC users. However,, I suggest you purchase it directly from Opencart and not The Magical Works.com store. They only give you one download and require you to purchase it if you want to upgrade. Whereas on OpenCart you can (usually) download the updates as the author makes them available.

********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

Newbie

Posts

Joined
Sun Jun 19, 2011 9:03 pm
Who is online

Users browsing this forum: No registered users and 5 guests