Ürünlerimiz ile ilgili yahut herhangi bir soru ile ilgili dilediğiniz zaman aşağıdaki iletişim araçlarının herhangi birinden bizlere ulaşabilirsiniz.Aynı zamanda İnstagram sayfamızda müşteri yorumlarımızı ve sizden gelen paylaşımları inceleyebilirsiniz.
ADRES
Kartaltepe Mahallesi RuşenBey sokak mağaza no:14/B Bakırköy, İstanbul
Turkey
document.addEventListener('change', function (e) {
const sel = e.target.closest('select.dropdown_product_cat');
if (!sel) return;
const form = sel.closest('form');
if (form) form.submit();
});
If you are using the jQuery library, then don't forget to wrap your code inside jQuery.ready() as follows:
jQuery(document).ready(function( $ ){
// Your code in here
});
--
If you want to link a JavaScript file that resides on another server (similar to
), then please use
the "Add HTML Code" page, as this is a HTML code that links a JavaScript file.
End of comment */