Welcome, Guest ( Login )

FAQs Samples (for BYZ169 - FAQs Addon)

Below are links to sample FAQs pages/files that you can use as a base for your own preferred formats when displaying FAQs on your customer pages.

Try them out, pick which one(s) you'd like to use, and then copy the corresponding file to something with a name that's more relevant to your site and which is more seo-friendly.

eg if you want to show All FAQ types in a single page in a single list (non-repeating) format, then copy the byz_faq_sample_faqs_all_list.asp file to something like "faqs.asp", and then edit your created "faqs.asp" file in notepad to see if there are any changes you'd like to make (for example adding extra text elsewhere in the page, or changing the meta tag session values etc).

Once you've created your preferred file(s) with the name(s) you like, then you should link to the files from your header/trailer (eg create a link in your top panel to point to faqs.asp).

All FAQ Types in a single Page
link/description Sample Filename
Full Single List byz_faq_sample_faqs_all_list.asp
Linked (Repeating) List byz_faq_sample_faqs_all_linkedlist.asp


One FAQ Type (Returns) in a single Page
link/description Sample Filename
Full Single List byz_faq_sample_faqs_faqrets_list.asp
Linked (Repeating) List byz_faq_sample_faqs_faqrets_linkedlist.asp


One FAQ Type (Shipping) in a single Page
link/description Sample Filename
Full Single List byz_faq_sample_faqs_faqship_list.asp
Linked (Repeating) List byz_faq_sample_faqs_faqship_linkedlist.asp


Other Files that you might want to edit/customize are shown below. There are so many permutations of precisely how you'd want to format the questions/answers that rather than create 100's of config options and extra styles, we've split the relevant display functions into separate files so that you can easily tweak them. For example, you can add numbering to the questions by using the faq_counter argument in the relevant function. The files below are fully commented to explain what each function does and what arguments (values) are available within each function:

Linked (Repeating) List HTML Construction
1. byz_faq_fun_output_inc_linkedlist_summary.asp
This holds the HTML used to display the top block (ie the Question summary list)

2. byz_faq_fun_output_inc_linkedlist_break.asp
This holds the HTML used to display between the top block and the bottom block

3. byz_faq_fun_output_inc_linkedlist_details.asp
This holds the HTML used to display the bottom block (ie the Q/A full details)

Full Single List (Non-Repeating) HTML Construction
byz_faq_fun_output_inc_list.asp