In Stock

SIMPARTE Plastic Turkish Basket with Lid for Kitchen

₹429.00₹255
(41% OFF)

Vegetables, Toys, Books, Office, Stationery, Utility, Cosmetics, Accessories, Closet, Wardrobe (Purple, Small&Medium, Set of 3)

Products Dimensions: ‎24D x 36.1W x 13.5H cm
Item Weight611 g
special Feature: Portable
  • Material: Plastic, Color: Purple
  • Multi-Utility Baskets: Store anything and everything, from fruits, vegetables, pantry items, office supplies, toys
  • Premium Quality Baskets which have smooth finish and an appealing design.
  • SIMPARTE Plastic Turkish Basket with Lid for Kitchen | Vegetables | Toys | Books | Office | Stationery | Utility | Cosmetics | Accessories | 

Related products

// fancy box $(".btn-gallery").on('click', function() { $.fancybox.open([{ src : $(this).attr("vlt"), },{"src":"https:\/\/buyjee.com\/images\/20231215_972886.jpg","opts":{"thumb":"https:\/\/buyjee.com\/images\/20231215_972886.jpg"}},{"src":"https:\/\/buyjee.com\/images\/20231215_281710.jpg","opts":{"thumb":"https:\/\/buyjee.com\/images\/20231215_281710.jpg"}},{"src":"https:\/\/buyjee.com\/images\/20231215_177494.jpg","opts":{"thumb":"https:\/\/buyjee.com\/images\/20231215_177494.jpg"}},{"src":"https:\/\/buyjee.com\/images\/20231215_479831.jpg","opts":{"thumb":"https:\/\/buyjee.com\/images\/20231215_479831.jpg"}},{"src":"https:\/\/buyjee.com\/images\/20231215_734398.jpg","opts":{"thumb":"https:\/\/buyjee.com\/images\/20231215_734398.jpg"}},{"src":"https:\/\/buyjee.com\/images\/20231215_957288.jpg","opts":{"thumb":"https:\/\/buyjee.com\/images\/20231215_957288.jpg"}},{"src":"https:\/\/buyjee.com\/images\/20231215_972886.jpg","opts":{"thumb":"https:\/\/buyjee.com\/images\/20231215_972886.jpg"}},{"src":"https:\/\/buyjee.com\/images\/20231215_281710.jpg","opts":{"thumb":"https:\/\/buyjee.com\/images\/20231215_281710.jpg"}},{"src":"https:\/\/buyjee.com\/images\/20231215_177494.jpg","opts":{"thumb":"https:\/\/buyjee.com\/images\/20231215_177494.jpg"}},{"src":"https:\/\/buyjee.com\/images\/20231215_479831.jpg","opts":{"thumb":"https:\/\/buyjee.com\/images\/20231215_479831.jpg"}},{"src":"https:\/\/buyjee.com\/images\/20231215_734398.jpg","opts":{"thumb":"https:\/\/buyjee.com\/images\/20231215_734398.jpg"}},{"src":"https:\/\/buyjee.com\/images\/20231215_957288.jpg","opts":{"thumb":"https:\/\/buyjee.com\/images\/20231215_957288.jpg"}}],{ loop : false, arrows : true, infobar : true, margin : [44,0,22,0], buttons : [ // 'arrowLeft', // 'counter', // 'arrowRight', 'close' ], thumbs : { autoStart : true, axis : 'y' } // hash : "btn-gallery" }); }); /*$().fancybox({ selector : '.item a:visible', });*/ /*single product page price*/ $(document).ready(function () { $(document).on('change', '#vvariationtion', function () { var variationId = $(this).val(); if (variationId != '0') { $.ajax({ url : "https://buyjee.com/action", method: 'GET', data: { variation_id: variationId }, success: function (response) { //alert('hello'); console.log("Server Response:", response); var responseParts = response.split('|'); if (responseParts[0] === 'Success') { var regularPrice = responseParts[1].replace('Regular Price: ', ''); var SalePrice = responseParts[2].replace('Sale Price: ', ''); salePrice = SalePrice.replace(/[^0-9.-]+/g, ''); // Display the prices $('#singleo_price').html(regularPrice); $('#singlep_price').html('₹'+salePrice); } else { $('#size-msg').text(responseParts[1]); } }, error: function (xhr, status, error) { console.error("AJAX Error: ", error); $('#size-msg').text('Error fetching price'); } }); } else { $('#size-msg').text('Select a size to see the price'); } }); });