", "lft": 21, "rght": 22, "tree_id": 3, "level": 2, "parent": 8}, {"id": 8, "title": "GTAW Consumables", "is_leaf": true, "slug": "gtaw-consumables", "short_name": "Gas Tungsten Arc Welding", "show_similar_products": false, "meta_title": "", "meta_descriptions": "", "canonical_tags": null, "schema_tags": null, "lft": 16, "rght": 25, "tree_id": 3, "level": 1, "parent": 3}, {"id": 3, "title": "Conventional Welding Consumables", "is_leaf": false, "slug": "conventional-welding-consumables", "short_name": "Conventional Welding Consumables", "show_similar_products": false, "meta_title": "Arc Welding Electrode at Best Price - D&H S\u00e9cheron", "meta_descriptions": "Browse from a wide range of arc welding electrodes and Conventional Welding Consumables at an affordable price. Get the best welding material from D&H S\u00e9cheron. Visit the website to know more.", "canonical_tags": "https://www.dnhsecheron.com/products/conventional-welding-consumables", "schema_tags": "", "lft": 1, "rght": 54, "tree_id": 3, "level": 0, "parent": null}], "table": [{"id": 528, "title": "CHEMICAL COMPOSITION OF ALL WELD METAL (%)", "table": "
Element
| C | Mn | Si | P | S | Ni | Cu | Ti |
Percent
| 0.025 | 0.87 | 0.16 | 0.010 | 0.006 | 63.8 | 31.0 | 2.50 |
", "product": 154}, {"id": 529, "title": "MECHANICAL PROPERTIES OF ALL WELD METAL", "table": "
UTS | Elongation
|
(MPa)
| (L= 4d)%
|
520 | 30.0
|
", "product": 154}, {"id": 530, "title": "CURRENT AND PACKING DATA:", "table": "
STANDARD SIZE : Diameter 1.6 mm, 2.0 mm, 2.4 mm & 3.2 mm in cut lengths of 1000 mm each.
QUANTITY : 5 kg wire put in an air-tight polythene bag and finally packed in a plastic container.
Identification AWS code is punched on both side of wire.
", "product": 154}, {"id": 531, "title": "SHIELDING GAS:", "table": "
Argon
", "product": 154}, {"id": 532, "title": "CURRENT CONDITION:", "table": "
DCEN
", "product": 154}, {"id": 533, "title": "WELDING POSITION:", "table": "
H, F, VU, OH
", "product": 154}], "show_similar": true, "slug": "fw-1250", "meta_title": "FW 1250 ERNiCu-7 Nickel Alloy Solid Wire used for TIG Welding.", "meta_description": "FW 1250 is a solid wire for TIG welding possesses good resistance to corrosion by seawater, chlorinated solvents, sulfuric acid and alkalies. Click here for more details.", "alt_tag": "Nickel and its Alloys FW 1250 - ERNiCu-7", "canonical_tags": ""}
$('.similar-product').hide()
if(product.show_similar){
$('#similar_product').html(loaderHtml)
$.get(baseUrl+'products/category/id/'+ product.category).then(function(data){
$('.similar-product').show()
$('#similar_product').empty()
data.forEach(function(relatedProduct){
if(relatedProduct.slug == product.slug){
return
}
relatedProduct.aws_code = relatedProduct.aws_code || ''
relatedProduct.lastCategory =
relatedProduct.category_tree[relatedProduct.category_tree.length - 1];
relatedProduct.subCategory =
relatedProduct.category_tree[0];
var str = ''
str +='

'
str +='
'
setTimeout(() => {
$('#similar_product').append(str)
}, 250);
})
})
}
$("#enquiryForm").submit(function (event) {
event.preventDefault();
const formData = getFormData($('#enquiryForm'));
formData.product = product.product_name;
formData.message = "Click here to see product " + product.product_name + ""
toggleLoader(true)
$.ajax({
type: "POST",
url: baseUrl + 'products/enquiry',
data: formData,
success: function (data) {
window.alert(
"Thanks for reaching out to us, We will get back to you soon."
);
try {
ga('send', 'event', { eventCategory: 'button', eventAction: 'click', eventLabel: 'send-message-enquiry-form',eventValue: 1});
} catch (error) {
console.error(error)
}
try {
let modal = $('#popup6')
modal.modal('hide')
} catch (error) {
}
}
}).always(function (jqXHR, textStatus, errorThrown) {
toggleLoader(false)
})
})
$("#productShareOverEmailForm").submit(function (event) {
event.preventDefault();
const formData = getFormData($('#productShareOverEmailForm'));
formData.name = "D&H Secheron";
formData.phone = "+919833550505"
formData.address = "5th Floor, Merchant Chambers, S.V. Thackrey Marg, 41, New Marine Lines, Mumbai- 400020"
formData.city = "Mumbai"
formData.message = "Click here to download product pdf \n " + product.file
formData.product = product.product_name
toggleLoader(true)
$.ajax({
type: "POST",
url: baseUrl + 'products/share',
data: formData,
success: function (data) {
window.alert(
"Thanks for reaching out to us, We will get back to you soon."
);
try {
ga('send', 'event', { eventCategory: 'button', eventAction: 'click', eventLabel: 'send-message-email-product',eventValue: 1});
} catch (error) {
console.error(error)
}
try {
let modal = $('#popup5')
modal.modal('hide')
} catch (error) {
}
}
}).always(function (jqXHR, textStatus, errorThrown) {
toggleLoader(false)
})
})