FAQ

FAQ – Besoin d’aide ?

{% assign faqs = "What payment methods do you accept?|We accept Visa, Mastercard, EFT, and mobile payments like SnapScan. How long does delivery take?|Delivery typically takes 5–10 business days within South Africa. Can I return a product?|Yes, within 30 days of receiving the item. See our Refund Policy for details. Is there a warranty?|Yes, all products come with a 30-day warranty. How can I track my order?|Use our Track Order page and enter your tracking number." | split: "\n" %} {% for item in faqs %} {% assign parts = item | split: "|" %}

{{ parts[0] }}

{{ parts[1] }}

{% endfor %}