email: custom.6753@gmail.com
phone: 02 0091131 ,fax: 02 907 3898
การชำระเงิน/โอนเงิน
สามารถเลือกชำระเงินได้หลายช่องทาง
วิธีการชำระเงิน
1. รับสินค้าเองที่บริษัท ชำระเงินสดได้ทันที
2. ส่งของทางไปรษณีย์ หรือ ทางขนส่ง โอนชำระเต็มจำนวนพร้อมค่าขนส่ง
 
ชำระเงินผ่านบัญชีธนาคาร
ทำรายการชำระเงินโดยการแจ้งผ่านช่องทางการติดต่อ เพื่อแจ้งรายละเอียดสินค้าที่สั่งซื้อและแจ้งการชำระ รายการสั่งซื้อของคุณไม่อาจจัดส่งได้จนกว่าเราจะทำการตรวจสอบเพื่อยืนยันยอดเงินในบัญชีของเรา ว่าถูกต้องและครบถ้วนสมบูรณ์แล้ว
การโอนเงิน
สามารถเลือกชำระเงินได้หลายช่องทาง
แจ้งการโอนเงินผ่าน LINE (แนะนำ)
 LINE ID : @880gobtl หรือคลิ๊ก เพิ่มเพื่อน
 
แจ้งการโอนเงินผ่าน โทรศัพท์
 
แจ้งการโอนเงินผ่าน อีเมล์
async function changeLanguage(lang='th'){ // async function getProductOrderMemberById() { // let id = await getUrlVars()["id"]; // await alert(id) // await alert(lang); try { // alert(id) const response = await axios.get(`/api/member/changeLanguage`, { params: { lang: lang } }); await console.log(response.request.status) if (await response.request.status == 200) { if (await response.data.statusCode == 200) { if(await response.data.data=="en" || response.data.data=="th"){ let fullUrl = window.location.href; // console.log(fullUrl); // fullUrl.searchParams.set('lang', lang); // window.location.href = fullUrl + '?' + params.join('&'); // alert(fullUrl + '?' + params.join('&')) // window.location.href = "http://" + window.location.host + window.location.pathname + '?' + params.join('&'); // location.reload(); // alert(lang) let url = new URL(window.location.href); url.searchParams.set('lang', lang); // url.searchParams.set('key2', 'value2'); // Replace the current URL and reload await window.location.replace(url.toString()); } } } } catch (error) { await console.error('Error fetching data:', error); // dataContainer.innerHTML = '

Failed to fetch data. Please try again later.

'; } }