", "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": 1611, "title": "CHEMICAL COMPOSITION OF ALL WELD METAL (%)", "table": "
Element
| C | O | N | H | Fe | Y | Ti |
Percent
| 0.005 | 0.085 | 0.006 | 0.001 | 0.030 | 0.004 | 99.7 |
", "product": 372}, {"id": 1612, "title": "MECHANICAL PROPERTIES OF ALL WELD METAL", "table": "(PWHT: 600\u00b0C FOR 1 HR, Air Cool)
UTS | YS | Elongation
| CVN Impact Strength
|
(MPa)
| (MPa)
| (L= 5d)%
| at +20\u00b0C (Joules)
|
500 | 300 | 40
| 75
|
", "product": 372}, {"id": 1613, "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 each wire.
", "product": 372}, {"id": 1614, "title": "SHIELDING GAS", "table": "
Argon
", "product": 372}, {"id": 1615, "title": "CURRENT CONDITIONS", "table": "
DCEN
", "product": 372}, {"id": 1616, "title": "WELDING POSITIONS", "table": "
H, F, VU, OH
", "product": 372}], "show_similar": true, "slug": "fw-ti-2", "meta_title": "FW TI 2 ERTi-2 Nickel Alloy Solid Wire used for TIG Welding.", "meta_description": "FW TI-2 Solid Wire used for TIG Welding has a bright finish, gives smooth flow, stable arc & is spatter free under optimum welding conditions. Click for more details", "alt_tag": "Nickel and its Alloys FW TI-2 - ERTI-2", "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)
})
})