", "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": 2678, "title": "TYPICAL CHEMICAL COMPOSITION OF SOLID WIRE", "table": "
Element
| C | Mn | Si | P | S | Ni | Cr
| Mo
| W
| Fe
| Al
| Ti
| Cu
|
Percent
| 0.007 | 0.70 | 0.05 | 0.012 | 0.012 | Rem | 21.5
| 16.0
| 3.8
| 3.0
| 0.20
| 0.10
| 0.30
|
", "product": 612}, {"id": 2679, "title": "TYPICAL MECHANICAL PROPERTIES OF ALL WELD METAL", "table": "UTS | Elongation
|
(MPa)
| (L=4d) %
|
760 | 35.0 |
", "product": 612}, {"id": 2680, "title": "PACKING", "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 kgs wire put in an air-tight polythene bag and finally packed in a plastic container.
Identification \u2013 AWS code is punched on each wire.
", "product": 612}, {"id": 2681, "title": "SHIELDING GAS:", "table": "Argon
", "product": 612}, {"id": 2682, "title": "CURRENT CONDITIONS", "table": " DCEN
", "product": 612}, {"id": 2684, "title": "WELDING POSITIONS", "table": " H, F, VU, OH
", "product": 612}], "show_similar": true, "slug": "fw-1414", "meta_title": "FW 1414 ERNiCrMo-14 Nickel Alloy Solid Wire used for TIG Welding.", "meta_description": "FW 1414 ERNiCrMo-14 is a solid wire is ideal for welding Ni-Cr-Mo alloys to themselves and to steel, and for surfacing steel. Click here for more details.", "alt_tag": "Nickel and its Alloys FW 1414 ERNiCrMo-14", "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)
})
})