0

Shopping just like from an online shop in Switzerland – ServerShop24

Your benefits as a Swiss customer

You will find a large selection of professionally refurbished used servers and IT hardware at competitive prices in our online shop. You also benefit from numerous advantages when ordering from Switzerland. From ordering, importing and delivery to payment and returns, we offer a customer-friendly and straightforward service:

All prices directly in CHF

In our online shop you see the price in Swiss Francs right away.
No more currency conversions.

Convenient Swiss Post delivery

Your order is delivered quickly and reliably by Swiss Post.
This eliminates the inconvenience of parcel services.

Invoice including Swiss VAT

You will receive an invoice with Swiss VAT.
This means no import sales tax.

No additional import costs

We take care of the entire process of importing the goods to Switzerland.
There are no additional costs for you.

Payment to Swiss bank account

Pay your invoice securely and conveniently in CHF to our Swiss bank account or via TWINT.

Easy process for returns

A return address in Switzerland makes it simple to return goods.

Any questions?

Our customer service team will be happy to assist you with any questions about shipping & delivery to Switzerland. Just contact us via live chat, email, phone or our ticket system.

document.addEventListener('DOMContentLoaded', function() { let subform = document.getElementById('custom-sib-form'); subform.addEventListener('submit', function (event) { event.preventDefault(); var form = event.target; var formData = new FormData(form); fetch(form.action, { method: form.method, body: new URLSearchParams(formData).toString(), headers: { 'Content-Type': 'application/x-www-form-urlencoded' } }) .then(data => { document.getElementById('form-response').style.display = 'block'; form.querySelector('button[type="submit"]').disabled = true; form.querySelector('button[type="submit"]').style.opacity = 0.8; document.getElementById('form-response').style.color = '#17ca17'; document.getElementById('form-response').innerText = "You have successfully subscribed to the newsletter"; }) .catch(error => { console.log(error) }); }); })