Security Policy

We take all reasonable steps to keep secure any information which we hold about you. Personal information may be stored both electronically on our computer system, and in hard-copy form. Firewalls, 2048 Bit v3 SSL encryption, passwords, anti-virus software and email filters act to protect all our electronic information.
 
We do not store credit card information, we securely submit credit card information to our bank for processing. 

---

FAQs

thumb_list type 'content' applying template ''
load_filter filter
extfilter=$VAR1 = {
          'content' => [],
          'category' => [
                          '3705'
                        ]
        };

filter=$VAR1 = {
          'type' => 'content',
          'category' => [
                          {
                            '' => [
                                    3705
                                  ],
                            'id' => $VAR1->{'category'}[0]{''},
                            'type' => '13'
                          }
                        ]
        };

thumb_list inp
$VAR1 = {
          'sortby' => undef,
          'show_child_products' => '1',
          'nolimit' => 0,
          'category' => [
                          {
                            '' => [
                                    3705
                                  ],
                            'id' => $VAR1->{'category'}[0]{''},
                            'type' => '13'
                          }
                        ],
          'sortby_nostock' => 1,
          'limit' => 20,
          'offset' => 0,
          'show_child_products_parent' => undef,
          'username' => 'noreg',
          'ignore_nostock' => 0,
          'content_type' => 'faqs',
          'show_zero_price' => '1',
          'base_unit_price' => '0',
          'group_id' => 7,
          'show_empty' => 0,
          'show_child_product_reviews' => '1',
          'type' => 'content',
          'inherit' => 'y'
        };

thumb_list sql (content)
SELECT
	SQL_CALC_FOUND_ROWS
	DISTINCT C.content_id, C.content_type_id, C.parent_content_id, C.content_level, C.content_leaf, C.content_name, C.content_ref, C.content_fullpath,
	C.content_external_src, C.content_external_ref1, C.content_external_ref2, C.content_external_ref3,
	C.content_short_description1, C.content_short_description2, C.content_short_description3,
	C.content_label1, C.content_label2, C.content_label3,
	C.content_description1, C.content_description2, C.content_description3, C.content_wufoo_form, C.templatebody,
	C.content_allow_reviews,
	C.access_control, C.sortorder, C.content_author, C.date_posted, C.timestamp, T.content_type_code, T.content_type_name
FROM
	CONTENTS C INNER JOIN CONTENTTYPES T USING (content_type_id)
INNER JOIN CONTENT_LEVELS CL1 ON (CL1.content_id=C.content_id)
WHERE C.active='y'
	AND (C.gp_restriction=0 OR C.gp_restriction & '64')
	AND T.content_type_code='faqs'
	AND C.date_posted <= NOW()
	AND CL1.related_content_id='3705' AND CL1.related_content_id!=CL1.content_id
ORDER BY
C.sortorder , C.date_posted DESC
LIMIT 20 OFFSET 0

thumb_list total_sql
SELECT FOUND_ROWS()

---