Private Customer Payment

This is a private payment form accessible through the link provided to you.

Please enter your order number and the billing address for the credit card you will use for payment. Don’t know your order number? It would be your invoice number without the dash (-). If you have any questions or issues please contact us. Thank you!

Order Details

Name (as it appears on Credit Card)

Billing Details (for Credit Card)

Scroll to Top
document.addEventListener('DOMContentLoaded', function() { // Check if the page contains an h1 element with the title "Porcelain Tiles" var pageTitle = document.querySelector('h1'); if (pageTitle && pageTitle.textContent.trim().toLowerCase() === 'porcelain tiles') { // Create a style element and append it to the head of the document var style = document.createElement('style'); style.type = 'text/css'; style.innerHTML = ` .term-44 header.woocommerce-products-header:not(.active)::after { content: "More.."; color: #000000; cursor: pointer; }`; document.head.appendChild(style); } });