Men Leather Perforated Breaknet 2.0 IKD Basketball Shoes
INR. 4199.00
In Stock (7)
Product Details
Product Design Detail:
Main material: Leather upper / Rubber outsole
Brand colour: FTWWHT/FTWWHT/FTWWHT
Solid design
Brand logo detail
Classic 3 striped detail
Lace-up closure
Cushioned footbed
Textured and patterned outsole
Warranty: 3 months
Warranty provided by brand owner/manufacturer
{ string catName = Model.Category?.Name?.ToLower() ?? "";
string subCatName = Model.SubCategory?.Name?.ToLower() ?? ""; }
if (catName.Contains("men"))
{
if (subCatName.Contains("shirt") || subCatName.Contains("t-shirt"))
{
Size (Shirt/T-shirt):
}
else if (subCatName.Contains("jean") || subCatName.Contains("trouser"))
{
Size (Jeans & Trousers):
}
else if (subCatName.Contains("footwear") || subCatName.Contains("shoe"))
{
Size (Footwear):
}
else if (subCatName.Contains("ethnic"))
{
Size (Ethnic Wear):
}
}
else if (catName.Contains("kid"))
{
Age:
}
else if (catName.Contains("women"))
{
Size: Free Size
}