Shipping and payment conditions

payment and shipping

The following conditions apply:

Delivery takes place within Germany

Shipping service provider

All our packages are sent via DHL & Deutsche Post.

Shipping (including statutory VAT):

If the value of the goods is <15€: 2.90€

For goods worth over €15: free of charge

Delivery times

Unless another deadline is specified in the respective offer, the goods are usually delivered in Germany within 2-7 days.
Please note that there is no delivery on Sundays and public holidays.
If you have ordered items with different delivery times, we will send the goods in one shipment, unless we have made different agreements with you. In this case, the delivery time is determined by the item with the longest delivery time that you ordered.

The minimum order value is: €0.

Payment terms

For deliveries within Germany you have the following payment options (via Shopify Pay):

Payment via PayPal
 payment via immidate transfer
- Payment with credit card
  Payment via Klarna invoice (Klarna invoice purchase in x months - cost overview https://cdn.klarna.com/1.0/shared/content/legal/terms/0/de_de/pix )

For deliveries abroad, you have the following payment options (via Shopify Pay):

Payment via PayPal
 payment via immidate transfer
- Payment with credit card

Further payment details

When paying by direct debit (direct debit), you revocably authorize us to collect the invoice amount from the specified account.

Direct debit takes place upon conclusion of the contract.
When paying by SEPA core direct debit or SEPA business direct debit, you authorize us to collect the invoice amount from the specified account by issuing a corresponding SEPA mandate. You will receive a pre-notification at least 5 days before the direct debit date. Please note that you are obliged to ensure that the account has sufficient funds on the announced date.

If you pay by credit card, your credit card account will be debited upon conclusion of the contract.

If you have any questions, you can find our contact details in the legal notice.

document.addEventListener("DOMContentLoaded", function() { // Check browser's preferred language (get the first two characters to ignore region) const language = navigator.language.substring(0,2); // Your mapping of languages to quiz IDs const quizMapping = { 'nl': 'koHP72p' 'de': 'LwHy07r' }; // Default language (fallback to English if not found) const defaultQuizId = quizMapping[language] || quizMapping['en']; // Find all quiz links and update the href const quizLinks = document.querySelectorAll('a[href^="#quiz-"]'); quizLinks.forEach(link => { link.setAttribute('href', '#quiz-' + defaultQuizId); }); // Find all iframes with quiz URLs and update the src attribute and the data-url attribute of the parent div const quizIframes = document.querySelectorAll('iframe[src^="https://admin.revenuehunt.com/public/quiz/"]'); quizIframes.forEach(iframe => { const newSrc = iframe.src.replace(/quiz\/\w+/, 'quiz/' + defaultQuizId); iframe.src = newSrc; // If the parent div has the data-url attribute, update it as well const parentDiv = iframe.parentElement; if (parentDiv && parentDiv.hasAttribute('data-url')) { const newDataUrl = parentDiv.getAttribute('data-url').replace(/quiz\/\w+/, 'quiz/' + defaultQuizId); parentDiv.setAttribute('data-url', newDataUrl); } }); });