tr-opencart

     
avatar Şuanki Zaman: 12-19-2024, 02:21 AMHoşgeldin Misafir !
  Şifremi Hatırlat   kayıt ol
opencart temaları

opencart 1.5.6 ürün sayfasında kod nerden geldigini bulmadım

Konuyu görüntüleyenler: 1 Misafir
 
Değerlendir:
  • 0 Oy - 0 Yüzde
  • 1
  • 2
  • 3
  • 4
  • 5
%
Cevapla  Gönder 
v  v
Yazar  natsume42 - Görüntüleme - Okunma  1627 - Yorum  1

natsume42v
Acemi Üye
**
Üye user avatar
Çevrimdışı

Mesajlar: 1
Konular: 2
Katılma Tarihi: May 2015
Rep Puanı: 0
Teşekkürler: 0
0 Mesajına, 0 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 05-04-2015 07:58 AM

Resim görüntüleyici

bu üretici kodu nerden geldigini bulmam lazım arkadaşlar yardımlarınz bekliyorum Huh

PHP Kod:
<?php echo $header?>
<div id="content">
  <div class="breadcrumb">
    <?php foreach ($breadcrumbs as $breadcrumb) { ?>
    <?php echo $breadcrumb['separator']; ?><a href="<?php echo $breadcrumb['href']; ?>"><?php echo $breadcrumb['text']; ?></a>
    <?php ?>
  </div>
  <?php if ($error_warning) { ?>
  <div class="warning"><?php echo $error_warning?></div>
  <?php ?>
  <?php if ($success) { ?>
  <div class="success"><?php echo $success?></div>
  <?php ?>
  <div class="box">
    <div class="heading">
      <h1><img src="view/image/product.png" alt="" /> <?php echo $heading_title?></h1>
      <div class="buttons"><a href="<?php echo $insert?>" class="button"><?php echo $button_insert?></a><a onclick="$('#form').attr('action', '<?php echo $copy?>'); $('#form').submit();" class="button"><?php echo $button_copy?></a><a onclick="$('form').submit();" class="button"><?php echo $button_delete?></a></div>
    </div>
    <div class="content">
      <form action="<?php echo $delete?>" method="post" enctype="multipart/form-data" id="form">
        <table class="list">
          <thead>
            <tr>
              <td width="1" style="text-align: center;"><input type="checkbox" onclick="$('input[name*=\'selected\']').attr('checked', this.checked);" /></td>
              <td class="center"><?php echo $column_image?></td>
              <td class="left"><?php if ($sort == 'pd.name') { ?>
                <a href="<?php echo $sort_name?>" class="<?php echo strtolower($order); ?>"><?php echo $column_name?></a>
                <?php } else { ?>
                <a href="<?php echo $sort_name?>"><?php echo $column_name?></a>
                <?php ?></td>
              <td class="left"><?php if ($sort == 'p.model') { ?>
                <a href="<?php echo $sort_model?>" class="<?php echo strtolower($order); ?>"><?php echo $column_model?></a>
                <?php } else { ?>
                <a href="<?php echo $sort_model?>"><?php echo $column_model?></a>
                <?php ?></td>
              <td class="left"><?php if ($sort == 'p.price') { ?>
                <a href="<?php echo $sort_price?>" class="<?php echo strtolower($order); ?>"><?php echo $column_price?></a>
                <?php } else { ?>
                <a href="<?php echo $sort_price?>"><?php echo $column_price?></a>
                <?php ?></td>
              <td class="right"><?php if ($sort == 'p.quantity') { ?>
                <a href="<?php echo $sort_quantity?>" class="<?php echo strtolower($order); ?>"><?php echo $column_quantity?></a>
                <?php } else { ?>
                <a href="<?php echo $sort_quantity?>"><?php echo $column_quantity?></a>
                <?php ?></td>
              <td class="left"><?php if ($sort == 'p.status') { ?>
                <a href="<?php echo $sort_status?>" class="<?php echo strtolower($order); ?>"><?php echo $column_status?></a>
                <?php } else { ?>
                <a href="<?php echo $sort_status?>"><?php echo $column_status?></a>
                <?php ?></td>
              <td class="right"><?php echo $column_action?></td>
            </tr>
          </thead>
          <tbody>
            <tr class="filter">
              <td></td>
              <td></td>
              <td><input type="text" name="filter_name" value="<?php echo $filter_name?>" /></td>
              <td><input type="text" name="filter_model" value="<?php echo $filter_model?>" /></td>
              <td align="left"><input type="text" name="filter_price" value="<?php echo $filter_price?>" size="8"/></td>
              <td align="right"><input type="text" name="filter_quantity" value="<?php echo $filter_quantity?>" style="text-align: right;" /></td>
              <td><select name="filter_status">
                  <option value="*"></option>
                  <?php if ($filter_status) { ?>
                  <option value="1" selected="selected"><?php echo $text_enabled?></option>
                  <?php } else { ?>
                  <option value="1"><?php echo $text_enabled?></option>
                  <?php ?>
                  <?php if (!is_null($filter_status) && !$filter_status) { ?>
                  <option value="0" selected="selected"><?php echo $text_disabled?></option>
                  <?php } else { ?>
                  <option value="0"><?php echo $text_disabled?></option>
                  <?php ?>
                </select></td>
              <td align="right"><a onclick="filter();" class="button"><?php echo $button_filter?></a></td>
            </tr>
            <?php if ($products) { ?>
            <?php foreach ($products as $product) { ?>
            <tr>
              <td style="text-align: center;"><?php if ($product['selected']) { ?>
                <input type="checkbox" name="selected[]" value="<?php echo $product['product_id']; ?>" checked="checked" />
                <?php } else { ?>
                <input type="checkbox" name="selected[]" value="<?php echo $product['product_id']; ?>" />
                <?php ?></td>
              <td class="center"><img src="<?php echo $product['image']; ?>" alt="<?php echo $product['name']; ?>" style="padding: 1px; border: 1px solid #DDDDDD;" /></td>
              <td class="left"><?php echo $product['name']; ?></td>
              <td class="left"><?php echo $product['model']; ?></td>
              
              <td class="left">
               <input type="text" name="fiyat" id="<?php echo $product['product_id']; ?>" class="fiyat" value="<?php echo $product['price']; ?>" />
                </td>
                
              <td class="right">
                <input type="text" name="miktar" id="<?php echo $product['product_id']; ?>" class="miktar" value="<?php echo $product['quantity']; ?>" />
                </td>
                
              <td class="left">
              <div class="idselect">
             <form>
              <input  type="radio" name="radio1" value="1"  class="radio1" id="<?php echo $product['product_id']; ?><?php echo $product['status']=='Açık' 'checked' null?>>
              <input  type="radio" name="radio1" value="0"  class="radio2" id="<?php echo $product['product_id']; ?><?php echo $product['status']=='Kapalı' 'checked' null?>>
             </form>
              </div>
              </td>
              
              <td class="right"><?php foreach ($product['action'] as $action) { ?>
                [ <a href="<?php echo $action['href']; ?>"><?php echo $action['text']; ?></a> ]
                <?php ?></td>
            </tr>
            <?php ?>
            <?php } else { ?>
            <tr>
              <td class="center" colspan="8"><?php echo $text_no_results?></td>
            </tr>
            <?php ?>
          </tbody>
        </table>
      </form>
      <div class="pagination"><?php echo $pagination?></div>
    </div>
  </div>
</div>
<script type="text/javascript"><!--
function filter() {
    url = 'index.php?route=catalog/product&token=<?php echo $token?>';
    
    var filter_name = $('input[name=\'filter_name\']').attr('value');
    
    if (filter_name) {
        url += '&filter_name=' + encodeURIComponent(filter_name);
    }
    
    var filter_model = $('input[name=\'filter_model\']').attr('value');
    
    if (filter_model) {
        url += '&filter_model=' + encodeURIComponent(filter_model);
    }
    
    var filter_price = $('input[name=\'filter_price\']').attr('value');
    
    if (filter_price) {
        url += '&filter_price=' + encodeURIComponent(filter_price);
    }
    
    var filter_quantity = $('input[name=\'filter_quantity\']').attr('value');
    
    if (filter_quantity) {
        url += '&filter_quantity=' + encodeURIComponent(filter_quantity);
    }
    
    var filter_status = $('select[name=\'filter_status\']').attr('value');
    
    if (filter_status != '*') {
        url += '&filter_status=' + encodeURIComponent(filter_status);
    }    

    location = url;
}
//--></script> 
<script type="text/javascript"><!--
$('#form input').keydown(function(e) {
    if (e.keyCode == 13) {
        filter();
    }
});
//--></script> 
<script type="text/javascript"><!--
$('input[name=\'filter_name\']').autocomplete({
    delay: 500,
    source: function(request, response) {
        $.ajax({
            url: 'index.php?route=catalog/product/autocomplete&token=<?php echo $token?>&filter_name=' +  encodeURIComponent(request.term),
            dataType: 'json',
            success: function(json) {        
                response($.map(json, function(item) {
                    return {
                        label: item.name,
                        value: item.product_id
                    }
                }));
            }
        });
    }, 
    select: function(event, ui) {
        $('input[name=\'filter_name\']').val(ui.item.label);
                        
        return false;
    },
    focus: function(event, ui) {
          return false;
       }
});

$('input[name=\'filter_model\']').autocomplete({
    delay: 500,
    source: function(request, response) {
        $.ajax({
            url: 'index.php?route=catalog/product/autocomplete&token=<?php echo $token?>&filter_model=' +  encodeURIComponent(request.term),
            dataType: 'json',
            success: function(json) {        
                response($.map(json, function(item) {
                    return {
                        label: item.model,
                        value: item.product_id
                    }
                }));
            }
        });
    }, 
    select: function(event, ui) {
        $('input[name=\'filter_model\']').val(ui.item.label);
                        
        return false;
    },
    focus: function(event, ui) {
          return false;
       }
});
//--></script> 

</script> 

<?php echo $footer?>

bu kodu sildim kayıp oluyor

PHP Kod:
var filter_name = $('input[name=\'filter_name\']').attr('value');
    
    if (
filter_name) {
        
url += '&filter_name=' encodeURIComponent(filter_name);
    }
    
    var 
filter_model = $('input[name=\'filter_model\']').attr('value');
    
    if (
filter_model) {
        
url += '&filter_model=' encodeURIComponent(filter_model);
    } 

bu üretici kodu hangi dosyadan aldıgını bulmam lazımBig Grin
Alıntı Yaparak Cevapla
Paylaş!
artalyansv
FikrimFirarda
***
Üye user avatar
Çevrimdışı

Mesajlar: 87
Konular: 0
Katılma Tarihi: Mar 2015
Rep Puanı: 3
Teşekkürler: 60
16 Mesajına, 17 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 05-05-2015 12:29 AM
http://www.opencart.com/index.php?route=...n_id=21729 adresindeki eklenti ile kodların hangi dosyadan çekildiğini sayfanın kaynak kodlamasına bakarak görüntülenebiliyormuş. Admin kısmında işe yarar mı bilmiyorum, kullanıp test etmedim ama sizin konunuzu görünce eklenti dizininde böyle bir eklenti olduğunu hatırladım. Eğer işe yararsa eklentiyi sadece lazım olduğu zamanlarda etkinleştirin. Boşuna sisteminize fazladan sorgu eklenmesin.

Bir de yapmak istediğiniz şeyi açıklarsanız belki daha kolay yardım edilebilecek bir yol vardır. Kodlama hakıında çok bilgim yok ama zannımca oraya sistemde muhtelif klasörlerde mevcut olan manufacturer.php dosyası etki ediyordur.
Alıntı Yaparak Cevapla
Paylaş!

« Önceki | Sonraki »
Cevapla  Gönder 

opencart 1.5.6 ürün sayfasında kod nerden geldigini bulmadım Konusunun Linki Direk Link
opencart 1.5.6 ürün sayfasında kod nerden geldigini bulmadım Konusunun HTML Kodu HTML Link
opencart 1.5.6 ürün sayfasında kod nerden geldigini bulmadım Konusu BBCode Linki BBCode Link
opencart 1.5.6 ürün sayfasında kod nerden geldigini bulmadım Konusunu Paylaş Sosyal Paylaş

Benzeyen Konular
Konu: Yazar Cevaplar: Gösterim: Son Mesaj
  katagorilerdeki ürün sayılarını kaldırma mukoonline 3 9,882 11-22-2021 10:01 AM
Son Mesaj: Jadoosa
  Opencart 1.5.1 x Ana sayfa modüllerde indirimde ve ücretsiz kargo ikonu göstermek. osdem66 29 30,650 09-06-2021 11:30 PM
Son Mesaj: senerelmas
  Opencart Hızlandırma Kodu %100 Etkili turkojen34 9 14,293 09-02-2021 04:20 AM
Son Mesaj: panama3425
  Ürün sayfasında resimlerin üzerine gelindiğinde aktif etmek e-ticaretdersleri 1 7,063 04-28-2021 05:14 AM
Son Mesaj: goker1
  Ürün Sayfasında Üreticiler Logosu Faklı e-ticaretdersleri 5 8,957 03-08-2021 01:06 PM
Son Mesaj: Mehmet1990
  Opencart seçenekler bölümünde beden tükendi yazısı eticaretplus 3 3,951 12-14-2020 04:05 PM
Son Mesaj: mevlutumuzvar
  Ürün Sayfasına Hemen Al butonu eklemek BLaDe 33 31,442 05-28-2020 01:09 PM
Son Mesaj: muchblood
  Opencart Stoğu biten ürünlerde Sepete Ekle Yerine Stokta yok ikonu göstermek osdem66 26 23,665 04-17-2020 04:39 PM
Son Mesaj: farukcetinkaya
  Opencart ekiket gizleme emir28 1 2,032 12-07-2019 12:57 AM
Son Mesaj: yasin85
  opencart 1.5.6 ürün ekleme oturum kapanma sorunu emir28 1 990 10-25-2019 03:04 AM
Son Mesaj: sembolpc

opencart 1.5.6 ürün sayfasında kod nerden geldigini bulmadım indir, opencart 1.5.6 ürün sayfasında kod nerden geldigini bulmadım Videosu, opencart 1.5.6 ürün sayfasında kod nerden geldigini bulmadım online izle, opencart 1.5.6 ürün sayfasında kod nerden geldigini bulmadım Bedava indir, opencart 1.5.6 ürün sayfasında kod nerden geldigini bulmadım Yükle, opencart 1.5.6 ürün sayfasında kod nerden geldigini bulmadım Hakkında, opencart 1.5.6 ürün sayfasında kod nerden geldigini bulmadım nedir, opencart 1.5.6 ürün sayfasında kod nerden geldigini bulmadım Free indir, opencart 1.5.6 ürün sayfasında kod nerden geldigini bulmadım oyunu, opencart 1.5.6 ürün sayfasında kod nerden geldigini bulmadım download


Forum Atla: