Skip to content

Contact Us

Do you have a question about ordering from Costasur Roller Coaster Parts or do you need pricing on a special product? Contact us using the form below or call us at 1-513-227-3909.

Do you have a specific question about an order you placed? Call us or respond to any of the order emails you have received.

document.addEventListener("DOMContentLoaded", function() { fetch('/cart.js') .then(response => response.json()) .then(data => { let cartCountElement = document.querySelector('.cart-count'); // Adjust based on your theme if (cartCountElement) { cartCountElement.textContent = data.item_count; } }); });