Save 10% off your first order | Limited time offer | Create your account now

FAQ

Welcome to our FAQ section! Here, you'll find answers to the most common questions about our e-commerce platform specializing in chemical components for the pharmaceutical industry. We are committed to providing high-quality products and exceptional customer service to meet the needs of your business. Whether you're looking for specific products or need guidance on purchasing and delivery, we've got you covered. Explore the questions below to learn more about our offerings and services.


FUNCTION klivon.slugify does not exist
01: SELECT
02: f.id,
03: f.created_at,
04: f.name,
05: f.text,
06: f.updated_at,
07: fc.name AS faq_category
08: FROM faq AS f
09: INNER JOIN faqcategories AS fc
10: ON f.faq_category_id = fc.id
11: WHERE
12: f.deleted_at IS NULL
13: AND
14: (
15: '' = ''
16: OR
17: (
18: f.name LIKE '%%'
19: OR fc.name LIKE '%%'
20: )
21: )
22: AND ('' = '' OR f.faq_category_id = '')
23: AND ('compliance-certifications' = '' OR slugify(fc.name) COLLATE utf8mb4_swedish_ci = 'compliance-certifications')
24: ORDER BY f.created_at ASC

/var/www/klivon/class/model/_base.php line 80 class mysqli->query
/var/www/klivon/class/model/faq.php line 50 class model\_Base->fetchAll
/var/www/klivon/class/controller/_base.php line 112 class model\FAQ->list
/var/www/klivon/class/controller/_base.php line 41 class controller\_Base->list
/var/www/klivon/view/faq.php line 44 class controller\_Base->_list
/var/www/klivon/base/routes/1.public.php line 29
/var/www/klivon/class/util/rotas.php line 119
/var/www/klivon/base/routes/_base.php line 99 class util\Rotas->iniciar
/var/www/klivon/base/config.php line 78
/var/www/klivon/public/index.php line 3