System Servicing
At Schanie Solutions, we understand that proper maintenance is essential for the longevity and efficiency of your water purification system. Our expert technicians are dedicated to providing top-notch servicing to ensure your system operates at its best. Whether you need routine maintenance, repairs, or upgrades, we are here to help you keep your water clean and safe for your family.

Our System Services
Comprehensive system inspections to assess performance and efficiency
Filter replacement services to ensure optimal purification
Repair services for any issues or malfunctions
Upgrades to the latest technology for improved water quality
Water quality testing to monitor the effectiveness of your system
Emergency service options for urgent situations, ensuring you’re never left without clean water
Schedule a Service
Ready to give your water purification system the care it deserves? Scheduling a service with us is easy! Simply fill out our online form or give us a call, and one of our friendly team members will assist you in finding a convenient time for your appointment. We look forward to helping you maintain the highest quality water for your home.
Installation Process
<script>
document.addEventListener('DOMContentLoaded', function () {
const splideElement = document.querySelector('#brxe-dnylrh');
const nextArrow = document.querySelector('.process-next-arrow');
const prevArrow = document.querySelector('.process-previous-arrow');
if (splideElement) {
// Initialize Splide with the appropriate configuration
const splideSlider = new Splide(splideElement, {
type: 'slide', // Use 'slide' type for straightforward slides
perPage: 1, // Show one slide at a time
perMove: 1, // Move one slide at a time
pagination: false, // Disable pagination controls
arrows: false, // Disable default arrows since we have custom arrows
keyboard: 'global', // Enable keyboard navigation
speed: 400, // Transition speed in ms
gap: '30px', // Gap between slides
drag: true, // Enable dragging with the mouse
fixedWidth: '43%', // Set slide width to 43%
lazyLoad: 'nearby', // Enable lazy loading for nearby slides
rewind: false // Do not rewind the slider
}).mount();
// Initially, hide the previous arrow and show the next arrow
prevArrow.style.display = 'none';
nextArrow.style.display = 'block';
// Function to update arrow visibility based on the current slide index
function updateArrowVisibility(newIndex) {
const totalSlides = splideSlider.Components.Slides.getLength(); // Get the total number of slides
if (newIndex === 0) {
// When at the first slide, hide previous arrow and show next arrow
prevArrow.style.display = 'none';
nextArrow.style.display = 'block';
} else if (newIndex === totalSlides - 1) {
// When at the last slide, show previous arrow and hide next arrow
prevArrow.style.display = 'block';
nextArrow.style.display = 'none';
}
}
// Event listener for when the slider **finishes moving**
splideSlider.on('moved', function (newIndex) {
updateArrowVisibility(newIndex);
});
// Event listener to move to the next slide when the next arrow is clicked
nextArrow.addEventListener('click', function () {
splideSlider.go('>'); // Move to the next slide
});
// Event listener to move to the previous slide when the previous arrow is clicked
prevArrow.addEventListener('click', function () {
splideSlider.go('<'); // Move to the previous slide
});
// Initial visibility check when the page loads
updateArrowVisibility(0);
}
});
</script>Maintenance plans
Annual Maintenance Checks: Receive thorough annual inspections to keep your system operating at its best, ensuring optimal performance.
Priority Service Access: Enjoy priority access to our service team for emergencies, so you’re always at the top of our list when you need help.
Discounted Parts and Labor: Benefit from exclusive discounts on parts and labor for any repairs or upgrades, helping you save on maintenance costs.
Regular Water Quality Testing: We include routine water quality testing to ensure your system effectively provides safe, clean water for your family.
Flexible Payment Options: Our maintenance plans feature flexible payment options, making it easy to keep your system in excellent condition without financial strain.