Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

X-Cart Super FAQs

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #1  
Old 12-01-2012, 09:34 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default X-Cart Super FAQs

  • The only Frequently Asked Questions mod you will ever need!
  • Save time on support emails by providing all the necessary info to your customers
  • General AND product FAQs display for your store
  • 10 General FAQ sections available, up to 10 FAQs per section
  • Up to 10 FAQs per product
  • Product FAQs can be placed in a tab
  • Optional accordions with expand/collapse feature
  • Optional accordion features
  • Easy to install, easy to add/update FAQs
  • Uses language labels, so multi-language capable (general FAQs only)
  • HTML is allowed in answers
  • FAQs are anchored, so you can use a link to go directly to/expand any FAQ
  • Easy to customise via the CSS
  • Ideal for developers, use on as many stores as you wish
  • Cross browser compatible, SEO friendly
  • Compatible with X-Cart v4.4.x - v4.5.x - Earlier versions available on request
General FAQs View
Product FAQs View


PURCHASE


http://www.xcartmods.co.uk/images/D/super_faqs_3.jpg

http://www.xcartmods.co.uk/images/D/super_faqs_4.jpg

http://www.xcartmods.co.uk/images/D/super_faqs_5.jpg

http://www.xcartmods.co.uk/images/D/super_faqs_1.jpg

http://www.xcartmods.co.uk/images/D/super_faqs_6.jpg

http://www.xcartmods.co.uk/images/D/super_faqs_2.jpg
__________________
xcartmods.co.uk
Reply With Quote
  #2  
Old 12-01-2012, 10:49 PM
 
anandat anandat is offline
 

X-Adept
  
Join Date: Jan 2004
Posts: 914
 

Default Re: X-Cart Super FAQs

Very nice module again Phil.....congratulations

1)It's possible allot faq tab for entire category products ?
2)HTML & SMARTY tags is possible in answers. For example if I want to show some image or video in answers.
3)It's possible to select multiple products for faq ? For example around 20 products will have faq #2 then how it will done ? Individually to allot faq to each product or any other quicker way ?

This module will in my wishlist will order it as soon I will finish upgrading my cart to 4.5.4.
__________________
X-Cart: 4.7.7 LIVE
Skin:Ultra by xcartmods.co.uk
X-cart Modules: | ACR, Rich Google Search, Customer Testimonials | Cloud Search, | Websitecm: CDSEO (2.1.9)
---------------
Server: Linux
php: 5.3
mysql: 5.0.89
----------------
Reply With Quote
  #3  
Old 12-01-2012, 10:54 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart Super FAQs

Hey Anandat

1) No, but you can mass update products with the FAQs of your choice.
2) HTML is allowed in answers, so yes you can put anything in them. Smarty tags, no.
3) As (1) above - Yes, just search for the products, modify multiple, add the questions/answers, then apply to all.
__________________
xcartmods.co.uk
Reply With Quote
  #4  
Old 12-02-2012, 12:05 AM
  ADDISON's Avatar 
ADDISON ADDISON is offline
 

X-Man
  
Join Date: Jan 2008
Posts: 2,613
 

Default Re: X-Cart Super FAQs

Nice mod Phil. If you allow to use language variable in answers it will be great. Instead of changing the DB with a query which is not sure it will work fine, changing only one place (language) it will affect all places. I assume you coded your file and you are the only one to change this, that's why I asked you this question.
__________________
X-Cart Next: Business 5.2 (learning and testing)
X-Cart Classic: Gold and Gold Plus 4.7
Lots of Modules and Customizations
OS in use: Red Hat Enterprise, Fedora, CentOS, Debian, Ubuntu, Linux Mint, Kali Linux
Ideas for Server configuration (basicaly): Nginx/Pound (reverse proxy), Apache/Nginx (webserver), Squid/Varnish (cache server), HHVM or (PHP-FPM + PHP 5.6 + opcache), MariaDB/Percona MySQL Server, Redis (storing sessions)

You can catch my ideas here: http://ideas.x-cart.com
Reply With Quote
  #5  
Old 12-02-2012, 12:20 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart Super FAQs

Thanks Addison

For general FAQs, it uses language labels, so they can be translated if you wish.

As it stands, product FAQs are not multi-language, although I may adjust the mod to cater for that at a later date.
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
ADDISON (12-02-2012)
  #6  
Old 12-02-2012, 08:35 AM
 
Pyro Pyro is offline
 

X-Adept
  
Join Date: Nov 2009
Posts: 506
 

Default Re: X-Cart Super FAQs

Phil,


Looks good.



1) Is the general FAQ on a customizable static page? (Can I pick the page?)

2) Do the questions use anchors? For example, could I link to /page.html#6 and have it go right to question 6?


Thanks!
__________________
Best Wishes,
James

4.5.2 Gold (work in progress)
Reply With Quote
  #7  
Old 12-02-2012, 12:29 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart Super FAQs

Hi James,

Quote:
1) Is the general FAQ on a customizable static page? (Can I pick the page?)

Yes, you can add general FAQs to any static page with this code...

Code:
{include file="modules/Super_FAQs/faqs_general.tpl"}

Quote:
2) Do the questions use anchors? For example, could I link to /page.html#6 and have it go right to question 6?

Yes, you can use URLs to expand and scroll to a specific FAQ, like this...

Product FAQs...

http://demos.xcartmods.co.uk/xcart/453/Three-Stone-Princess-Cut-Diamond-Ring.html?faq_01=0#q01 (First product FAQ)

http://demos.xcartmods.co.uk/xcart/453/Three-Stone-Princess-Cut-Diamond-Ring.html?faq_01=2#q03 (Third product FAQ)

Or General FAQs...

http://demos.xcartmods.co.uk/xcart/453/FAQ.html?faq_02=1#s02_q02 (FAQ Section 2, second FAQ)

http://demos.xcartmods.co.uk/xcart/453/FAQ.html?faq_05=2#s05_q03 (FAQ Section 5, third FAQ)

Etc.
__________________
xcartmods.co.uk
Reply With Quote
  #8  
Old 12-02-2012, 02:57 PM
 
Pyro Pyro is offline
 

X-Adept
  
Join Date: Nov 2009
Posts: 506
 

Default Re: X-Cart Super FAQs

Terrific!


Out of curiosity, what is the difference between checking "temporarily hide general faqs" and unchecking "enable general faqs"?

Does unchecking "enable general faqs" delete the database (if you already have faqs entered)?
__________________
Best Wishes,
James

4.5.2 Gold (work in progress)
Reply With Quote
  #9  
Old 12-03-2012, 06:29 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart Super FAQs

The 'temporarily hide FAQs' options are just there if you are working on them in Admin. It doesn't delete them, it just displays this message...

Quote:
FAQs are currently being updated, please come back soon.
__________________
xcartmods.co.uk
Reply With Quote
  #10  
Old 12-10-2012, 08:00 AM
 
JacksmithxD JacksmithxD is offline
 

X-Adept
  
Join Date: Oct 2010
Posts: 400
 

Default Re: X-Cart Super FAQs

Great mod as always, this is a must need for all stores!
__________________
Xcart 4.5.2
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 05:12 PM.

   

 
X-Cart forums © 2001-2020