Frequently Asked Questions
Have questions about Papriva products, ordering, or general inquiries? You've come to the right place! We've compiled a list of our most common questions to help you find the answers you need quickly and efficiently. If you can't find what you're looking for, please don't hesitate to contact our support team.
Contact Us page and fill out the inquiry form, selecting "Wholesale Inquiry" as the subject. Our wholesale team will get back to you shortly to discuss potential opportunities.',
image: 'images/placeholder.svg',
dataRanwarePrompt: 'Two hands shaking over a stack of business documents, symbolizing a partnership or B2B transaction. Professional and clean. No text.'
},
{
category: 'general-questions',
question: 'How can I contact customer support?',
answer: 'Our dedicated customer support team is here to help! You can reach us via email at [email protected] or by phone at +1 (555) 123-4567 during our business hours, Monday to Friday, 9:00 AM - 5:00 PM EST. You can also use the contact form on our Contact Us page. We aim to respond to all inquiries within 24 business hours.',
image: 'images/placeholder.svg',
dataRanwarePrompt: 'A headset and a computer keyboard on a desk, symbolizing customer support or a call center. Clean, modern office environment. No text.'
}
],
filteredFaqs() {
if (this.activeCategory === 'all') {
return this.faqs;
}
return this.faqs.filter(faq => faq.category === this.activeCategory);
},
toggleAccordion(index) {
this.filteredFaqs()[index].open = !this.filteredFaqs()[index].open;
}
}">
No questions found for this category. Please try another category or check back later.