Complaint Resolution Policy – Used CNC Machines | Minamoto
Complaint Resolution Policy Minamoto Machinery is committed to delivering reliable after-sales support for all used CNC machines we supply. Below are three real-world complaint cases
Complaint Resolution Policy Minamoto Machinery is committed to delivering reliable after-sales support for all used CNC machines we supply. Below are three real-world complaint cases
To ensure our global customers enjoy a smooth user experience, we provide the following warranty services: ✅ 1. 6-Month Warranty PeriodEvery customer is entitled
Payment Policy – CNC Machine Supplier To become a leading global trading enterprise in the mechanical engineering field, MINAMOTO MACHINERY provides a flexible and reliable
When purchasing a second-hand CNC machine, many buyers often ask: “What matters the most?” Is it the price? The original guideways? Or machining accuracy? The
© Copyright MINAMOTO MACHINERY CO.,LTD
(function(){
var phone = '8614739666321';
function cleanText(s){ return String(s || '').replace(/\s+/g,' ').trim(); }
function findProductCard(btn){
var node = btn;
while(node && node !== document.body){
if(node.matches && (node.matches('.e-con, .elementor-column, li, .product, .woocommerce-loop-product, .jet-listing-grid__item, .eael-product-grid'))){
if(node.querySelector && node.querySelector('a[href*="/product/"], figcaption, .wp-caption-text, .woocommerce-loop-product__title, h2, h3')) return node;
}
node = node.parentElement;
}
return btn.parentElement;
}
function productTitleFrom(btn){
var card = findProductCard(btn);
if(!card) return 'your used CNC machine';
var selectors = [
'figcaption',
'.wp-caption-text',
'.woocommerce-loop-product__title',
'.product-title',
'h2 a[href*="/product/"]',
'h3 a[href*="/product/"]',
'a[href*="/product/"]',
'h2',
'h3'
];
for(var i=0;i<selectors.length;i++){
var el = card.querySelector(selectors[i]);
var t = cleanText(el && el.textContent);
if(t && !/^get quote$/i.test(t) && !/^contact us$/i.test(t)) return t;
}
var img = card.querySelector('img[alt]');
var alt = cleanText(img && img.getAttribute('alt'));
return alt || 'your used CNC machine';
}
function updateQuoteButtons(){
var buttons = document.querySelectorAll('a[href*="/contact-us"], a[href$="#"]');
buttons.forEach(function(btn){
if(!/get quote/i.test(cleanText(btn.textContent))) return;
var title = productTitleFrom(btn);
var msg = 'Hello, I am interested in ' + title + '. Please send machine details, videos and quotation.';
btn.href = 'https://wa.me/' + phone + '?text=' + encodeURIComponent(msg);
btn.target = '_blank';
btn.rel = 'noopener';
btn.setAttribute('data-minamoto-whatsapp-quote','1');
btn.setAttribute('aria-label','Get a quote for ' + title + ' on WhatsApp');
});
}
document.addEventListener('DOMContentLoaded', updateQuoteButtons);
window.addEventListener('load', updateQuoteButtons);
setTimeout(updateQuoteButtons, 500);
setTimeout(updateQuoteButtons, 1500);
setTimeout(updateQuoteButtons, 3000);
})();