yeni ürünlerdeki yan yana sıralama sorunu |
|||
Konuyu görüntüleyenler: 1 Misafir
|
|||
|
|||
|
|||
|
|||
kocabey
Acemi Üye Mesajlar: 5 Konular: 3 Katılma Tarihi: Feb 2013 Rep Puanı: 0 Teşekkürler: 0
0 Mesajına, 0 Teşekkür edildi. Kişisel Bilgileri: |
emir28
Üye Mesajlar: 129 Konular: 32 Katılma Tarihi: Jan 2014 Rep Puanı: 0 Teşekkürler: 16
7 Mesajına, 9 Teşekkür edildi. Kişisel Bilgileri:
Konu Tarihi: 02-07-2016 01:17 PM
(02-07-2016 04:25 AM)kocabey Yazılan: arkadaşlar sorun şu ürünleri alt alta sıralayamıyorum gördüğüm kadarıyla buradaki konu sizin temanızla alakalı bir durum. temaznızın produckt ve css dosyalarında değişiklik yapılması gerekiyor bence bu hali ile daha şık duruyor. eğer görsel olarak daha fazla görsel göstermek ise amacınız bu durumda sizin için seçtiklerimiz modülünde birkaçtane daha kategori ekleyin ve hepsine farklı ürün ekleyin. yada temayı satın aldığınız kişiyle irtibata geçin yardımcı olur mu bilmiyorum ama bu temanın tamamının görsel anlamda değişmesine sebep olacak bir yöntem olacağından ben tavsiye etmem bu hali daha şık duruyor... |
osdem66
Forum Kurucusu Mesajlar: 2,121 Konular: 158 Katılma Tarihi: Dec 2011 Rep Puanı: 27 Teşekkürler: 393
522 Mesajına, 1445 Teşekkür edildi. Kişisel Bilgileri:
Konu Tarihi: 02-07-2016 09:57 PM
(02-07-2016 04:25 AM)kocabey Yazılan: arkadaşlar sorun şu ürünleri alt alta sıralayamıyorum Merhaba; temanızın sizin iiçin sectiklerimiz moüdlüdneki srcrol kayma nın iptal edilmesi gerekir bunu temanın module/featured.tpl içinden yapabilirsiniz.. nasıl yapılacagını bilmiyorsanız birindne profesyonel destek almanızı öneirrim yada featured.tpl yi buraya eklersneiz yardımcı olalım.. |
kocabey
Acemi Üye Mesajlar: 5 Konular: 3 Katılma Tarihi: Feb 2013 Rep Puanı: 0 Teşekkürler: 0
0 Mesajına, 0 Teşekkür edildi. Kişisel Bilgileri:
Konu Tarihi: 02-09-2016 11:20 PM
<div class="box">
<div class="box-heading"><?php echo $heading_title; ?></div> <div class="box-content"> <!-- Megnor Start--> <?php $sliderFor = 5; $productCount = sizeof($products); ?> <?php if ($productCount >= $sliderFor): ?> <div class="customNavigation"> <a class="btn prev"> </a> <a class="btn next"> </a> </div> <?php endif; ?> <div class="box-product <?php if ($productCount >= $sliderFor){?>product-carousel<?php }else{?>productbox-grid<?php }?>" id="<?php if ($productCount >= $sliderFor){?>featured-carousel<?php }else{?>featured-grid<?php }?>"> <!-- Megnor End--> <?php foreach ($products as $product) { ?> <div class="<?php if ($productCount >= $sliderFor){?>slider-item<?php }else{?>product-items<?php }?>"> <div class="product-block"> <div class="product-block-inner"> <?php if ($product['thumb']) { ?> <div class="image"><a href="<?php echo $product['href']; ?>"><img src="<?php echo $product['thumb']; ?>" alt="<?php echo $product['name']; ?>" /></a></div> <?php } ?> <?php if (!$product['special']) { ?> <?php } else { ?> <span class="saleicon sale">Sale</span> <?php } ?> <div class="name"><a href="<?php echo $product['href']; ?>"><?php echo $product['name']; ?></a></div> <?php if ($product['price']) { ?> <div class="price"> <?php if (!$product['special']) { ?> <?php echo $product['price']; ?> <?php } else { ?> <span class="price-old"><?php echo $product['price']; ?></span> <span class="price-new"><?php echo $product['special']; ?></span> <?php } ?> </div> <?php } ?> <?php if ($product['rating']) { ?> <div class="rating"><img src="catalog/view/theme/<?php echo $this->config->get('config_template') ?>/image/stars-<?php echo $product['rating']; ?>.png" alt="<?php echo $product['reviews']; ?>" /></div> <?php } ?> <div class="cart"><input type="button" value="<?php echo $button_cart; ?>" onclick="addToCart('<?php echo $product['product_id']; ?>');" class="button" /></div> </div> </div> </div> <?php } ?> </div> </div> </div> <span class="featured_default_width" style="display:none; visibility:hidden"></span> |
osdem66
Forum Kurucusu Mesajlar: 2,121 Konular: 158 Katılma Tarihi: Dec 2011 Rep Puanı: 27 Teşekkürler: 393
522 Mesajına, 1445 Teşekkür edildi. Kişisel Bilgileri: |
aksoy520
Acemi Üye Mesajlar: 2 Konular: 0 Katılma Tarihi: Jul 2013 Rep Puanı: 0 Teşekkürler: 0
0 Mesajına, 0 Teşekkür edildi. Kişisel Bilgileri:
Konu Tarihi: 02-15-2018 01:16 PM
aynı sorun bende de var kayma sorununu kaldırmak istiyorum liste şeklinde inmesini istiyorum bunu nasıl yapa bilirim
<div><h2><span><?php echo $heading_title; ?></span></h2></div> <div class="animation-element bounce-up margins"> <div style="background:none;" id="featured" class="row slideshow owl-carousel"> <?php foreach ($products as $product) { ?> <div class="leftrightx col-lg-12col-md-12 col-sm-12 col-xs-12"> <div class="product-layout"> <div style="margin-top:0px;"class="product-thumb transition"> <?php if ($product['quantity']<=0) { ?> <div class="miktar"></div> <?php } ?> <div class="image"><a href="<?php echo $product['href']; ?>"><img class="img-responsive" src="<?php echo $product['thumb']; ?>" alt="<?php echo $product['name']; ?>" title="<?php echo $product['name']; ?>" /></a> <?php if ($product['special']) { ?> <div class="indirim">İndirim <?php $string = $product['price']; $string1 = $product['special']; $int_price = substr(intval(preg_replace('/[^0-9]+/', '', $string), 10),0,-2); $int_sprice = substr(intval(preg_replace('/[^0-9]+/', '', $string1), 10),0,-2); echo "%" . round(($int_price-$int_sprice)/$int_price*100) ; ?> </div> <?php } ?> <div class="button-group"> <button type="button" data-toggle="tooltip" title="<?php echo $button_cart; ?>" onclick="cart.add('<?php echo $product['product_id']; ?>');"><i class="fa fa-shopping-cart"></i> <span class="hidden-xs hidden-sm hidden-md"><?php echo $button_cart; ?></span></button> <button data-toggle="tooltip" title="İncele" type="button" onclick="window.open('<?php echo $product['href']; ?>', '_self') "><i class="fa fa-search-plus"></i> İNCELE</button> </div> </div> <div class="caption text-center"> <h4><a href="<?php echo $product['href']; ?>"><?php echo $product['name']; ?></a></h4> <div class="rating"> <?php for ($i = 1; $i <= 5; $i++) { ?> <?php if ($product['rating'] < $i) { ?> <span class="fa fa-stack"><i class="fa fa-star off fa-stack-2x"></i></span> <?php } else { ?> <span class="fa fa-stack"><i class="fa fa-star fa-stack-2x"></i></span> <?php } ?> <?php } ?> </div> <?php if ($product['price']) { ?> <p class="price"> <?php if (!$product['special']) { ?> <span class="price-new"><?php echo $product['price']; ?></span> <?php } else { ?> <span class="price-old"><?php echo $product['price']; ?></span> <span class="price-new"><?php echo $product['special']; ?></span> <?php } ?> </p> <?php } ?> </div> </div> </div> </div> <?php } ?> </div> </div> <script type="text/javascript"><!-- $('#featured').owlCarousel({ items: <?php echo $osdem_ourunsayisi;?>, autoPlay:false, navigation: true, navigationText: ['<i class="fa fa-chevron-left fa-5x"></i>', '<i class="fa fa-chevron-right fa-5x"></i>'], pagination: false }); --></script> |
|
|
|
|
Direk Link | |
HTML Link | |
BBCode Link | |
Sosyal Paylaş |