tr-opencart

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

Sayfa bilgilerini aynı taba alma düzenleme

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  veysel35 - Görüntüleme - Okunma  2840 - Yorum  1

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

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



Kişisel Bilgileri: v
Konu Tarihi: 12-11-2012 06:06 AM

Merhaba arkadaşlar ürünlerin bilgilerini aynı taba yeni bir tab sekmesi oluşturarak düzenleme yapmak istiyorum yöntem geliştircek arkadaşlar ve fikri olanlar lütfen paylaşsın ekte uygulamak istediğim tab eklentisi.


Ekli Dosya(lar) Önizleme(ler)
Resmi Büyütmek İçin Tıklayın   
Alıntı Yaparak Cevapla
Paylaş!
osdem66v
Forum Kurucusu
*******
Administrators user avatar
Çevrimdışı

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: v
Konu Tarihi: 12-11-2012 12:41 PM
(12-11-2012 06:06 AM)veysel35 Yazılan:  Merhaba arkadaşlar ürünlerin bilgilerini aynı taba yeni bir tab sekmesi oluşturarak düzenleme yapmak istiyorum yöntem geliştircek arkadaşlar ve fikri olanlar lütfen paylaşsın ekte uygulamak istediğim tab eklentisi.

Aşağıdaki bir product sayfası kodlarıdır bunu incelerek yapabilirsiniz..
PHP Kod:
<?php echo $header?><?php echo $column_left?><?php echo $column_right?>
<div id="content"><?php echo $content_top?>
  <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>
  <h1><?php echo $heading_title?></h1>
  <div class="product-info">
 
    <?php if ($thumb || $images) { ?>
    <div class="left">
      <?php if ($thumb) { ?>
      <div class="image"><a href="<?php echo $popup?>" title="<?php echo $heading_title?>" class="colorbox" rel="colorbox"><img src="<?php echo $thumb?>" title="<?php echo $heading_title?>" alt="<?php echo $heading_title?>" id="image" /></a></div>
      <?php ?>
      <?php if ($images) { ?>
      <div class="image-additional">
        <?php foreach ($images as $image) { ?>
        <a href="<?php echo $image['popup']; ?>" title="<?php echo $heading_title?>" class="colorbox" rel="colorbox"><img src="<?php echo $image['thumb']; ?>" title="<?php echo $heading_title?>" alt="<?php echo $heading_title?>" /></a>
        <?php ?>
      </div>
      <?php ?>
    </div>
    <?php ?>
 
     <div class="right">
  <div id="tabs" class="htabs">
   
  
  <a href="#tab-description"><?php echo $tab_description?></a>
 
  
  <?php if ($review_status) { ?>
    <a href="#tab-review"><?php echo $tab_review?></a>
    <?php ?>
     <?php if ($products) { ?>
    <a href="#tab-related"><?php echo $tab_related?> (<?php echo count($products); ?>)</a>
    <?php ?>
    
    <?php if ($attribute_groups) { ?>
    <a href="#tab-attribute"><?php echo $tab_attribute?></a>
    <?php ?>
  </div>
  
    
      
   
  <div id="tab-description" class="tab-content">
<div style="font-weight:bold;background:#fff;padding:5px;border-radius:5px;"><span><?php echo $text_model?></span> <?php echo $model?><br><br><span><?php echo $text_stock?></span> <?php echo $stock?><br><?php if ($manufacturer) { ?>
        <span><?php echo $text_manufacturer?></span> <a href="<?php echo $manufacturers?>"><?php echo $manufacturer?></a><br />
        <?php ?></div><br />  
<div style="font-weight:bold;background:#fff;padding:10px;border-radius:5px;"><?php echo $description?></div></div>
  
  <?php if ($review_status) { ?>
  
  <div id="tab-review" class="tab-content">
    <div id="review"></div>
    <h2 id="review-title"><?php echo $text_write?></h2>
    <b><?php echo $entry_name?></b><br />
    <input type="text" name="name" value="" />
    <br />
    <br />
    <b><?php echo $entry_review?></b>
    <textarea name="text" cols="40" rows="8" style="width: 98%;"></textarea>
    <span style="font-size: 11px;"><?php echo $text_note?></span><br />
    <br />
    <b><?php echo $entry_rating?></b> <span><?php echo $entry_bad?></span>&nbsp;
    <input type="radio" name="rating" value="1" />
    &nbsp;
    <input type="radio" name="rating" value="2" />
    &nbsp;
    <input type="radio" name="rating" value="3" />
    &nbsp;
    <input type="radio" name="rating" value="4" />
    &nbsp;
    <input type="radio" name="rating" value="5" />
    &nbsp; <span><?php echo $entry_good?></span><br />
    <br />
    <b><?php echo $entry_captcha?></b><br />
    <input type="text" name="captcha" value="" />
    <br />
    <img src="index.php?route=product/product/captcha" alt="" id="captcha" /><br />
    <br />
    <div class="buttons">
      <div class="right"><a id="button-review" class="button"><span><?php echo $button_continue?></span></a></div>
    </div>
  </div>
  <?php ?>
  
  <?php if ($products) { ?>
  <div id="tab-related" class="tab-content">
    <div class="box-product">
      <?php foreach ($products as $product) { ?>
      <div align="center"style="width:169px;">
        <?php if ($product['thumb']) { ?>
        <div style="text-align:center"class="image"><a href="<?php echo $product['href']; ?>"><img src="<?php echo $product['thumb']; ?>" alt="<?php echo $product['name']; ?>" /></a></div>
        <?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/default/image/stars-<?php echo $product['rating']; ?>.png" alt="<?php echo $product['reviews']; ?>" /></div>
        <?php ?>
        </div>
      <?php ?>
    </div>
  </div>
  <?php ?>
    <div class="review">
        <div><img src="catalog/view/theme/default/image/stars-<?php echo $rating?>.png" alt="<?php echo $reviews?>" />&nbsp;&nbsp;<a onclick="$('a[href=\'#tab-review\']').trigger('click');"><?php echo $reviews?></a>&nbsp;&nbsp;|&nbsp;&nbsp;<a onclick="$('a[href=\'#tab-review\']').trigger('click');"><?php echo $text_write?></a></div>
        <div class="share"><!-- AddThis Button BEGIN -->
          <div class="addthis_default_style"><a class="addthis_button_compact"><?php echo $text_share?></a> <a class="addthis_button_email"></a><a class="addthis_button_print"></a> <a class="addthis_button_facebook"></a> <a class="addthis_button_twitter"></a></div>
          <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js"></script> 
          <!-- AddThis Button END --> 
        </div>
      </div>
  <?php if ($tags) { ?>
  <div class="tags"><b><?php echo $text_tags?></b>
    <?php foreach ($tags as $tag) { ?>
    <a href="<?php echo $tag['href']; ?>"><?php echo $tag['tag']; ?></a>,
    <?php ?>
  </div>
  <?php ?></div>
  
  
  
  </div>
  <?php echo $content_bottom?></div>
<script type="text/javascript"><!--
$('.colorbox').colorbox({
    overlayClose: true,
    opacity: 0.5
});
//--></script> 
<script type="text/javascript"><!--
$('#button-cart').bind('click', function() {
    $.ajax({
        url: 'index.php?route=checkout/cart/update',
        type: 'post',
        data: $('.product-info input[type=\'text\'], .product-info input[type=\'hidden\'], .product-info input[type=\'radio\']:checked, .product-info input[type=\'checkbox\']:checked, .product-info select, .product-info textarea'),
        dataType: 'json',
        success: function(json) {
            $('.success, .warning, .attention, information, .error').remove();
            
            if (json['error']) {
                if (json['error']['warning']) {
                    $('#notification').html('<div class="warning" style="display: none;">' + json['error']['warning'] + '<img src="catalog/view/theme/default/image/close.png" alt="" class="close" /></div>');
                
                    $('.warning').fadeIn('slow');
                }
                
                for (i in json['error']) {
                    $('#option-' + i).after('<span class="error">' + json['error'][i] + '</span>');
                }
            }     
                        
            if (json['success']) {
                $('#notification').html('<div class="success" style="display: none;">' + json['success'] + '<img src="catalog/view/theme/default/image/close.png" alt="" class="close" /></div>');
                    
                $('.success').fadeIn('slow');
                    
                $('#cart_total').html(json['total']);
                
                $('html, body').animate({ scrollTop: 0 }, 'slow'); 
            }    
        }
    });
});
//--></script>
<?php if ($options) { ?>
<script type="text/javascript" src="catalog/view/javascript/jquery/ajaxupload.js"></script>
<?php foreach ($options as $option) { ?>
<?php 
if ($option['type'] == 'file') { ?>
<script type="text/javascript"><!--
new AjaxUpload('#button-option-<?php echo $option['product_option_id']; ?>', {
    action: 'index.php?route=product/product/upload',
    name: 'file',
    autoSubmit: true,
    responseType: 'json',
    onSubmit: function(file, extension) {
        $('#button-option-<?php echo $option['product_option_id']; ?>').after('<img src="catalog/view/theme/default/image/loading.gif" class="loading" style="padding-left: 5px;" />');
    },
    onComplete: function(file, json) {
        $('.error').remove();
        
        if (json.success) {
            alert(json.success);
            
            $('input[name=\'option[<?php echo $option['product_option_id']; ?>]\']').attr('value', json.file);
        }
        
        if (json.error) {
            $('#option-<?php echo $option['product_option_id']; ?>').after('<span class="error">' + json.error + '</span>');
        }
        
        $('.loading').remove();    
    }
});
//--></script>
<?php ?>
<?php 
?>
<?php 
?>
<script type="text/javascript"><!--
$('#review .pagination a').live('click', function() {
    $('#review').slideUp('slow');
        
    $('#review').load(this.href);
    
    $('#review').slideDown('slow');
    
    return false;
});            

$('#review').load('index.php?route=product/product/review&product_id=<?php echo $product_id?>');

$('#button-review').bind('click', function() {
    $.ajax({
        type: 'POST',
        url: 'index.php?route=product/product/write&product_id=<?php echo $product_id?>',
        dataType: 'json',
        data: 'name=' + encodeURIComponent($('input[name=\'name\']').val()) + '&text=' + encodeURIComponent($('textarea[name=\'text\']').val()) + '&rating=' + encodeURIComponent($('input[name=\'rating\']:checked').val() ? $('input[name=\'rating\']:checked').val() : '') + '&captcha=' + encodeURIComponent($('input[name=\'captcha\']').val()),
        beforeSend: function() {
            $('.success, .warning').remove();
            $('#button-review').attr('disabled', true);
            $('#review-title').after('<div class="attention"><img src="catalog/view/theme/default/image/loading.gif" alt="" /> <?php echo $text_wait?></div>');
        },
        complete: function() {
            $('#button-review').attr('disabled', false);
            $('.attention').remove();
        },
        success: function(data) {
            if (data.error) {
                $('#review-title').after('<div class="warning">' + data.error + '</div>');
            }
            
            if (data.success) {
                $('#review-title').after('<div class="success">' + data.success + '</div>');
                                
                $('input[name=\'name\']').val('');
                $('textarea[name=\'text\']').val('');
                $('input[name=\'rating\']:checked').attr('checked', '');
                $('input[name=\'captcha\']').val('');
            }
        }
    });
});
//--></script> 
<script type="text/javascript"><!--
$('#tabs a').tabs();
//--></script> 
<script type="text/javascript" src="catalog/view/javascript/jquery/ui/jquery-ui-timepicker-addon.js"></script> 
<script type="text/javascript"><!--
if ($.browser.msie && $.browser.version == 6) {
    $('.date, .datetime, .time').bgIframe();
}

$('.date').datepicker({dateFormat: 'yy-mm-dd'});
$('.datetime').datetimepicker({
    dateFormat: 'yy-mm-dd',
    timeFormat: 'h:m'
});
$('.time').timepicker({timeFormat: 'h:m'});
//--></script> 
<?php echo $footer?>
osdem66
Alıntı Yaparak Cevapla
Paylaş!

« Önceki | Sonraki »
Cevapla  Gönder 

Sayfa bilgilerini aynı taba alma düzenleme  Konusunun Linki Direk Link
Sayfa bilgilerini aynı taba alma düzenleme  Konusunun HTML Kodu HTML Link
Sayfa bilgilerini aynı taba alma düzenleme  Konusu BBCode Linki BBCode Link
Sayfa bilgilerini aynı taba alma düzenleme  Konusunu Paylaş Sosyal Paylaş

Benzeyen Konular
Konu: Yazar Cevaplar: Gösterim: Son Mesaj
  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
  müşteri kaydı sonrası beyaz sayfa furkanyvz 2 780 04-09-2020 05:31 PM
Son Mesaj: osdem66
  span text_title kodu ile farklı dillerde aynı yere bir yerde yazı ekleme cokasi 2 1,612 02-05-2018 09:55 AM
Son Mesaj: cokasi
  Sipariş Geçmişi Düzenleme mozcan 2 2,429 11-01-2017 12:35 AM
Son Mesaj: royiv24
  Yedek Alma Nasıl Yapılır sualci 5 7,609 05-16-2017 02:57 PM
Son Mesaj: osdem66
  beyaz sayfa sorunu sitem açılmıyor. socak 0 5,317 04-05-2017 04:53 PM
Son Mesaj: socak
  Yardım-Sayfa Görünümü mirac34 1 1,723 01-23-2017 08:49 PM
Son Mesaj: ahmeteren
  En üst menüye Ana Sayfa Ekleme ve Kategori değiştirme tuncaksoy 3 6,288 10-24-2016 10:34 PM
Son Mesaj: sakaci_79
  Tema Düzenleme bytunahan 0 2,107 08-18-2016 12:10 PM
Son Mesaj: bytunahan
  müşteri ip nolar aynı gencosman 0 1,614 03-07-2016 09:30 PM
Son Mesaj: gencosman

Sayfa bilgilerini aynı taba alma düzenleme indir, Sayfa bilgilerini aynı taba alma düzenleme Videosu, Sayfa bilgilerini aynı taba alma düzenleme online izle, Sayfa bilgilerini aynı taba alma düzenleme Bedava indir, Sayfa bilgilerini aynı taba alma düzenleme Yükle, Sayfa bilgilerini aynı taba alma düzenleme Hakkında, Sayfa bilgilerini aynı taba alma düzenleme nedir, Sayfa bilgilerini aynı taba alma düzenleme Free indir, Sayfa bilgilerini aynı taba alma düzenleme oyunu, Sayfa bilgilerini aynı taba alma düzenleme download


Forum Atla: