motosneakers.com.tr
Open in
urlscan Pro
2606:4700:3032::ac43:ccfc
Public Scan
Submitted URL: http://motosneakers.com.tr/
Effective URL: https://motosneakers.com.tr/
Submission: On March 24 via api from US — Scanned from US
Effective URL: https://motosneakers.com.tr/
Submission: On March 24 via api from US — Scanned from US
Form analysis
6 forms found in the DOMGET https://motosneakers.com.tr/search
<form action="https://motosneakers.com.tr/search" class="input-wrapper" method="get">
<input type="text" class="form-control" name="query" autocomplete="off" placeholder="Arama yap..." value="" required="">
<button class="btn btn-search" type="submit" title="submit-button">
<i class="d-icon-search"></i>
</button>
</form>
GET https://motosneakers.com.tr/search
<form action="https://motosneakers.com.tr/search" class="input-wrapper" method="get">
<input type="text" class="form-control" name="query" autocomplete="off" placeholder="Arama yap..." value="" required="">
<button class="btn btn-search" type="submit" title="submit-button">
<i class="d-icon-search"></i>
</button>
</form>
GET https://motosneakers.com.tr/search
<form action="https://motosneakers.com.tr/search" class="input-wrapper" method="get">
<input type="text" class="form-control" name="query" autocomplete="off" placeholder="Arama yap..." value="" required="">
<button class="btn btn-search" type="submit" title="submit-button">
<i class="d-icon-search"></i>
</button>
</form>
POST https://motosneakers.com.tr/api/popup-post
<form action="https://motosneakers.com.tr/api/popup-post" method="post">
<input type="hidden" name="_token" value="Ug7DHiUjRD8CVnt1iec14yrTI0KIVhfcVrmk249A">
</form>
GET https://wa.me/905456439445
<form class="send-with-whatsapp" action="https://wa.me/905456439445" method="get">
<input type="hidden" class="text-part" data-first-part="İlgili Ürün:" value="İlgili Ürün: ">
<input type="hidden" name="text">
<i class="ksicon whatsapp-2"></i>
<div>
<input type="text" class="text-part" value="" placeholder="Whatsapp'tan bilgi alın">
<button type="submit"><i class="ksicon paper-plane"></i></button>
</div>
</form>
<form class="add-product-variation-to-cart-form">
<div class="product-price">
<ins class="price" style="text-decoration: none" x-text="formatPrice(product.price, (product.currency ? product.currency.symbol : '₺'))">₺ 0,00</ins>
<template x-if="product.discounted_price">
<del class="old-price" x-text="formatPrice(product.normal_price, product.currency.symbol)"></del>
</template>
</div>
<template x-for="product_description in product.product_descriptions">
<p class="product-short-desc" x-html="product_description.text"></p>
</template>
<div class="variations">
<template x-for="item in product.variation_tree">
<div class="product-form product-color variation">
<span x-text="item.variation.name"></span>
<template x-for="variation_option in item.variation_options">
<div>
<label>
<template x-if="item.variation.type === 'color'">
<span class="variation-option-color" :style="{backgroundColor: variation_option.primary_color}"></span>
</template>
<template x-if="item.variation.type === 'image'">
<span>
<template x-if="variation_option.image">
<img :src="variation_option.image.url" class="variation-option-image">
</template>
<template x-if="!variation_option.image">
<span x-text="variation_option.name" class="variation-option-standard"></span>
</template>
</span>
</template>
<template x-if="item.variation.type === 'product_photo'">
<span>
<template x-if="variation_option.product_photo_url">
<img :src="variation_option.product_photo_url" class="variation-option-image">
</template>
<template x-if="!variation_option.product_photo_url">
<span x-text="variation_option.name" class="variation-option-standard"></span>
</template>
</span>
</template>
<template x-if="item.variation.type === 'standard'">
<span x-text="variation_option.name" class="variation-option-standard"></span>
</template>
<input type="radio" :data-variation-id="item.variation.id" :name="'variation[' + item.variation.id + ']'" :value="variation_option.id" :checked="variation_option.is_checked"
@change="App.prototype.handleVariationChanges($($event.target), JSON.parse(product.product_variation_data_as_json), 0, product)">
</label>
</div>
</template>
</div>
</template>
</div>
<template x-for="feature in product.features?.filter(feature => feature.type === 'choose_one')">
<div class="form-group">
<label x-text="feature.name"></label>
<select class="form-control" :name="'features[' + feature.unique_id + ']'" :required="feature.is_required">
<option value="" x-text="translates.choose"></option>
<template x-for="option in feature.options">
<option :value="option.unique_id" x-text="option.name"></option>
</template>
</select>
</div>
</template>
<template x-for="feature in product.features?.filter(feature => feature.type === 'multiple')">
<div class="form-group">
<template x-for="option in feature.options">
<div class="form-checkbox">
<input type="checkbox" :name="'features[' + feature.unique_id + '][]'" class="custom-checkbox" :id="option.unique_id" :value="option.unique_id" @change="App.prototype.checkBoxChanged(feature.unique_id)">
<label :for="option.unique_id" class="form-control-label">
<span x-text="option.name"></span>
<template x-if="option.price > 0">
<span x-text="'(+' + option.price + ' ' + translates.currency_code + ')'"></span>
</template>
</label>
</div>
</template>
</div>
</template>
<template x-for="product_order_input in product.product_order_inputs">
<div>
<label x-text="product_order_input.name"></label>
<input class="form-control" type="text" :name="'order_inputs[' + product_order_input.unique_id + ']'" :required="product_order_input.is_required">
</div>
</template>
<hr class="product-divider">
<div class="product-form product-qty">
<div class="product-form-group">
<div class="input-group mr-2">
<button type="button" class="quantity-minus d-icon-minus" @click="quantity--"></button>
<input class="form-control" type="number" name="quantity" x-model="quantity" min="1" :max="product.stock_maximum_order ?? 100000" max="100000">
<button type="button" class="quantity-plus d-icon-plus" @click="quantity++"></button>
</div>
<button type="submit" class="btn-product btn-cart text-normal ls-normal font-weight-semi-bold" :disabled="isSubmitButtonDisabled(product)" :data-out-of-stock="product.is_active && product.stock === 0" data-out-of-stock="">
<i class="d-icon-bag"></i>
<span class="in-stock">Sepete Ekle</span>
<span class="out-of-stock">Tükenmiş</span>
</button>
<input type="hidden" class="product-uid-input" name="product_unique_id" :value="product.unique_id">
<input type="checkbox" name="redirect" value="https://motosneakers.com.tr/basket" class="d-none">
<button type="submit" class="btn-product btn-cart text-normal ls-normal font-weight-semi-bold buy-now" :disabled="isSubmitButtonDisabled(product)">
<i class="d-icon-bag"></i>Hemen Al</button>
</div>
</div>
</form>
Text Content
(545) 643 94 45 Mağaza Bilgileri MOTO SNEAKERS WHATSAPP: (545) 643 94 45 Sepet: 0,00 ₺ 0 SEPET kapatSepet SEPETINIZ ŞU ANDA BOŞ Alışverişinizi tamamlamak için sepetinize ürün ekleyin. Tüm Kategoriler * Tüm Kategoriler * Fırsat Ürünleri * * Fırsat Ürünleri Fırsat Ürünleri NİKE AİRMAX 2021 1.600,00 TL 3.800,00 TL Fırsat Ürünleri NİKE AİR REGASUS 1.500,00 TL 4.000,00 TL Fırsat Ürünleri ADİDAS BOST 1.350,00 TL 3.800,00 TL Fırsat Ürünleri NİKE DUNK PURPLE 1.400,00 TL 5.400,00 TL Fırsat Ürünleri NİKE AİF FORCE 1.450,00 TL 5.000,00 TL Fırsat Ürünleri NEW BALANCE 2002R 1.750,00 TL 6.500,00 TL Fırsat Ürünleri NEW BALANCE 9060 1.740,00 TL 4.600,00 TL Fırsat Ürünleri NEW BALANCE 9060 1.740,00 TL 4.600,00 TL Fırsat Ürünleri ADİDAS JOGGER 1.500,00 TL 2.500,00 TL Fırsat Ürünleri ADİDAS JOGGER 1.500,00 TL 2.500,00 TL Fırsat Ürünleri ADİDAS JOGGER 1.500,00 TL 2.500,00 TL Fırsat Ürünleri ADİDAS JOGGER 1.550,00 TL 2.500,00 TL Fırsat Ürünleri ADİDAS JOGGER 1.550,00 TL 2.500,00 TL Fırsat Ürünleri ADİDAS JOGGER 1.550,00 TL 2.500,00 TL Fırsat Ürünleri LACOSTE 1.700,00 TL 3.500,00 TL * KATEGORILER * Fırsat Ürünleri KURUMSAL * Çerez Politikası * Mesafeli Satış Sözleşmesi * Açık Rıza Beyanı * KVKK Aydınlatma Metni * Site Haritası Bu e-ticaret sitesi Kolay Sipariş E-Ticaret Paketleri ile hazırlanmıştır. Anasayfa Paylaş Sepetim Arama Menü * Anasayfa * Kategoriler * Fırsat Ürünleri * Mağaza Bilgileri * Mağazayı paylaş * Çerez Politikası * Mesafeli Satış Sözleşmesi * Açık Rıza Beyanı * KVKK Aydınlatma Metni Form gönderildi. Barkod: 12345670 Kategori: ₺ 0,00 -------------------------------------------------------------------------------- Sepete Ekle Tükenmiş Hemen Al -------------------------------------------------------------------------------- Ürünü Paylaş: Çerezler Sizlere daha iyi hizmet sunulabilmemiz için websitemizde çerezler (cookieler) kullanılmaktadır. Çerez (cookie) tercihlerinizi düzenleyebilirsiniz veya websitemizde gezinmeye devam etmeniz durumumda çerez(cookie) kullanımımızı kabul etmiş sayılırsınız. Tercihler Tamam 取消 确认 Web sitemizin temel özelliklerinden yararlanmak için lütfen tarayıcınızın JavaScript özelliğini aktif ediniz. Kullanmakta olduğunuz cihaz/web tarayıcısı çerezleri desteklemiyor yada bloke ediyor. Sistemin temel özelliklerinden yararlanabilmek için çerez destekleyen bir tarayıcı kullanmalısınız. Çerez politikamız hakkında daha fazla bilgi almak için tıklayınız.