4999
Pollone Khaki Tailored Fit Trouser
M.R.P. ₹4,999.00
Product Description
Classic formal trousers crafted from light weight poly wool fabric and half lined upto the knees
Product Specification
Brand | ZODIAC |
---|---|
Fit | Tailored Fit |
Type | Formal |
Fabric | Blended |
Country Of Origin | IND |
---|---|
Manufactured by | Zodiac Clothing Co. Ltd. Nyloc House, Dr. A B Road, Worli, Mumbai 400030, India. |
requirejs(['jquery', 'mgs_quickview'],
function ($, quickview) {
$(document).ready(function () {
$('body').on('click', '.mgs-quickview', function() {
var prodUrl = $(this).attr('data-quickview-url');
if (prodUrl.length) {
quickview.displayContent(prodUrl);
}
});
});
});