Turn shopping cart to inquiry cart

If you are going to send the visitor from the wix checkout page to your own quotation page, read this (use on Dashboard > Settings > Custom Code):


//force a new page to load and replace the current 
one
<script>
window.location.replace("http://www.example.com"); //set your quote page here
</script>

this code should only be run on the ‘checkout page’, don’t choose “all pages”