tr-opencart

     
avatar Şuanki Zaman: 04-23-2024, 02:15 PMHoşgeldin Misafir !
  Şifremi Hatırlat   kayıt ol
opencart temaları

Opencart 2.x Kategori Sayfasında Kategorileri Resimli Yapmak

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  e-ticaretdersleri - Görüntüleme - Okunma  5407 - Yorum  9

e-ticaretdersleriv
Osmanlı Torunu
******
Süper Moderator user avatar
Çevrimdışı

Mesajlar: 3,225
Konular: 520
Katılma Tarihi: Jan 2012
Rep Puanı: 102
Teşekkürler: 1169
1060 Mesajına, 2133 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 05-25-2015 01:31 PM



Dersimiz : http://opencartdersler.com/opencart-2-x-...ch=resimli


Ekli Dosya(lar) Önizleme(ler)
Resmi Büyütmek İçin Tıklayın   
e-ticaretdersleri
Alıntı Yaparak Cevapla
Paylaş!
 Teşekkür Edenler: sakaryanotebook , kozm
kozmv
Banned
user avatar
Çevrimdışı

Mesajlar: 79
Konular: 26
Katılma Tarihi: Apr 2015
Teşekkürler: 15
2 Mesajına, 2 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 05-25-2015 03:48 PM
teşekkürler.
Alıntı Yaparak Cevapla
Paylaş!
e-ticaretdersleriv
Osmanlı Torunu
******
Süper Moderator user avatar
Çevrimdışı

Mesajlar: 3,225
Konular: 520
Katılma Tarihi: Jan 2012
Rep Puanı: 102
Teşekkürler: 1169
1060 Mesajına, 2133 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 05-25-2015 05:34 PM
Dersimiz İlk Mesaja Eklenmiştir. Şimdi hemen Satın al dersini hazırlayacağım
e-ticaretdersleri
Alıntı Yaparak Cevapla
Paylaş!
 Teşekkür Edenler: sakaryanotebook
sakaryanotebookv
Acemi Üye
**
Üye user avatar
Çevrimdışı

Mesajlar: 18
Konular: 2
Katılma Tarihi: Jan 2014
Rep Puanı: 0
Teşekkürler: 34
1 Mesajına, 1 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 05-26-2015 02:03 PM
(05-25-2015 05:34 PM)Kıroğlumarket Yazılan:  Dersimiz İlk Mesaja Eklenmiştir. Şimdi hemen Satın al dersini hazırlayacağım

üstadım 2.0.1.1 catagori.tpl dosyasının içinde bulamadım

PHP Kod:
<li><a href="<?php echo $category['href']; ?>"><?php echo $category['name']; ?></a></li> 

dosyaya bir göz atarmısınız. nerede hata var acaba..

PHP Kod:
<?php echo $header?>
<div class="container">
  <ul class="breadcrumb">
    <?php foreach ($breadcrumbs as $breadcrumb) { ?>
    <li><a href="<?php echo $breadcrumb['href']; ?>"><?php echo $breadcrumb['text']; ?></a></li>
    <?php ?>
  </ul>
  <div class="row"><?php echo $column_left?>
    <?php if ($column_left && $column_right) { ?>
    <?php $class 'col-sm-6'?>
    <?php } elseif ($column_left || $column_right) { ?>
    <?php $class 'col-sm-9'?>
    <?php } else { ?>
    <?php $class 'col-sm-12'?>
    <?php ?>
    <div id="content" class="<?php echo $class?>"><?php echo $content_top?>
      <div class="row">
        <?php if ($column_left && $column_right) { ?>
        <?php $class 'col-sm-6'?>
        <?php } elseif ($column_left || $column_right) { ?>
        <?php $class 'col-sm-6'?>
        <?php } else { ?>
        <?php $class 'col-sm-8'?>
        <?php ?>
        <div class="<?php echo $class?>">
          <?php if ($thumb || $images) { ?>
          <ul class="thumbnails">
            <?php if ($thumb) { ?>
            <li><a class="thumbnail" href="<?php echo $popup?>" title="<?php echo $heading_title?>"><img src="<?php echo $thumb?>" title="<?php echo $heading_title?>" alt="<?php echo $heading_title?>" /></a></li>
            <?php ?>
            <?php if ($images) { ?>
            <?php foreach ($images as $image) { ?>
            <li class="image-additional"><a class="thumbnail" href="<?php echo $image['popup']; ?>" title="<?php echo $heading_title?>"> <img src="<?php echo $image['thumb']; ?>" title="<?php echo $heading_title?>" alt="<?php echo $heading_title?>" /></a></li>
            <?php ?>
            <?php ?>
          </ul>
          <?php ?>
          <ul class="nav nav-tabs">
            <li class="active"><a href="#tab-description" data-toggle="tab"><?php echo $tab_description?></a></li>
            <?php if ($attribute_groups) { ?>
            <li><a href="#tab-specification" data-toggle="tab"><?php echo $tab_attribute?></a></li>
            <?php ?>
            <?php if ($review_status) { ?>
            <li><a href="#tab-review" data-toggle="tab"><?php echo $tab_review?></a></li>
            <?php ?>
          </ul>
          <div class="tab-content">
            <div class="tab-pane active" id="tab-description"><?php echo $description?></div>
            <?php if ($attribute_groups) { ?>
            <div class="tab-pane" id="tab-specification">
              <table class="table table-bordered">
                <?php foreach ($attribute_groups as $attribute_group) { ?>
                <thead>
                  <tr>
                    <td colspan="2"><strong><?php echo $attribute_group['name']; ?></strong></td>
                  </tr>
                </thead>
                <tbody>
                  <?php foreach ($attribute_group['attribute'] as $attribute) { ?>
                  <tr>
                    <td><?php echo $attribute['name']; ?></td>
                    <td><?php echo $attribute['text']; ?></td>
                  </tr>
                  <?php ?>
                </tbody>
                <?php ?>
              </table>
            </div>
            <?php ?>
            <?php if ($review_status) { ?>
            <div class="tab-pane" id="tab-review">
              <form class="form-horizontal">
                <div id="review"></div>
                <h2><?php echo $text_write?></h2>
                <?php if ($review_guest) { ?>
                <div class="form-group required">
                  <div class="col-sm-12">
                    <label class="control-label" for="input-name"><?php echo $entry_name?></label>
                    <input type="text" name="name" value="" id="input-name" class="form-control" />
                  </div>
                </div>
                <div class="form-group required">
                  <div class="col-sm-12">
                    <label class="control-label" for="input-review"><?php echo $entry_review?></label>
                    <textarea name="text" rows="5" id="input-review" class="form-control"></textarea>
                    <div class="help-block"><?php echo $text_note?></div>
                  </div>
                </div>
                <div class="form-group required">
                  <div class="col-sm-12">
                    <label class="control-label"><?php echo $entry_rating?></label>
                    &nbsp;&nbsp;&nbsp; <?php echo $entry_bad?>&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;<?php echo $entry_good?></div>
                </div>
                <div class="form-group required">
                  <div class="col-sm-12">
                    <label class="control-label" for="input-captcha"><?php echo $entry_captcha?></label>
                    <input type="text" name="captcha" value="" id="input-captcha" class="form-control" />
                  </div>
                </div>
                <div class="form-group">
                  <div class="col-sm-12"> <img src="index.php?route=tool/captcha" alt="" id="captcha" /> </div>
                </div>
                <div class="buttons">
                  <div class="pull-right">
                    <button type="button" id="button-review" data-loading-text="<?php echo $text_loading?>" class="btn btn-primary"><?php echo $button_continue?></button>
                  </div>
                </div>
                <?php } else { ?>
                <?php echo $text_login?>
                <?php ?>
              </form>
            </div>
            <?php ?>
          </div>
        </div>
        <?php if ($column_left && $column_right) { ?>
        <?php $class 'col-sm-6'?>
        <?php } elseif ($column_left || $column_right) { ?>
        <?php $class 'col-sm-6'?>
        <?php } else { ?>
        <?php $class 'col-sm-4'?>
        <?php ?>
        <div class="<?php echo $class?>">
          <div class="btn-group">
            <button type="button" data-toggle="tooltip" class="btn btn-default" title="<?php echo $button_wishlist?>" onclick="wishlist.add('<?php echo $product_id?>');"><i class="fa fa-heart"></i></button>
            <button type="button" data-toggle="tooltip" class="btn btn-default" title="<?php echo $button_compare?>" onclick="compare.add('<?php echo $product_id?>');"><i class="fa fa-exchange"></i></button>
          </div>
          <h1><?php echo $heading_title?></h1>
          <ul class="list-unstyled">
            <?php if ($manufacturer) { ?>
            <li><?php echo $text_manufacturer?> <a href="<?php echo $manufacturers?>"><?php echo $manufacturer?></a></li>
            <?php ?>
            <li><?php echo $text_model?> <?php echo $model?></li>
            <?php if ($reward) { ?>
            <li><?php echo $text_reward?> <?php echo $reward?></li>
            <?php ?>
            <li><?php echo $text_stock?> <?php echo $stock?></li>
          </ul>
          <?php if ($price) { ?>
          <ul class="list-unstyled">
            <?php if (!$special) { ?>
            <li>
              <h2><?php echo $price?></h2>
            </li>
            <?php } else { ?>
            <li><span style="text-decoration: line-through;"><?php echo $price?></span></li>
            <li>
              <h2><?php echo $special?></h2>
            </li>
            <?php ?>
            <?php if ($tax) { ?>
            <li><?php echo $text_tax?> <?php echo $tax?></li>
            <?php ?>
            <?php if ($points) { ?>
            <li><?php echo $text_points?> <?php echo $points?></li>
            <?php ?>
            <?php if ($discounts) { ?>
            <li>
              <hr>
            </li>
            <?php foreach ($discounts as $discount) { ?>
            <li><?php echo $discount['quantity']; ?><?php echo $text_discount?><?php echo $discount['price']; ?></li>
            <?php ?>
            <?php ?>
          </ul>
          <?php ?>
          <div id="product">
            <?php if ($options) { ?>
            <hr>
            <h3><?php echo $text_option?></h3>
            <?php foreach ($options as $option) { ?>
            <?php if ($option['type'] == 'select') { ?>
            <div class="form-group<?php echo ($option['required'] ? ' required' ''); ?>">
              <label class="control-label" for="input-option<?php echo $option['product_option_id']; ?>"><?php echo $option['name']; ?></label>
              <select name="option[<?php echo $option['product_option_id']; ?>]" id="input-option<?php echo $option['product_option_id']; ?>" class="form-control">
                <option value=""><?php echo $text_select?></option>
                <?php foreach ($option['product_option_value'] as $option_value) { ?>
                <option value="<?php echo $option_value['product_option_value_id']; ?>"><?php echo $option_value['name']; ?>
                <?php if ($option_value['price']) { ?>
                (<?php echo $option_value['price_prefix']; ?><?php echo $option_value['price']; ?>)
                <?php ?>
                </option>
                <?php ?>
              </select>
            </div>
            <?php ?>
            <?php if ($option['type'] == 'radio') { ?>
            <div class="form-group<?php echo ($option['required'] ? ' required' ''); ?>">
              <label class="control-label"><?php echo $option['name']; ?></label>
              <div id="input-option<?php echo $option['product_option_id']; ?>">
                <?php foreach ($option['product_option_value'] as $option_value) { ?>
                <div class="radio">
                  <label>
                    <input type="radio" name="option[<?php echo $option['product_option_id']; ?>]" value="<?php echo $option_value['product_option_value_id']; ?>" />
                    <?php echo $option_value['name']; ?>
                    <?php if ($option_value['price']) { ?>
                    (<?php echo $option_value['price_prefix']; ?><?php echo $option_value['price']; ?>)
                    <?php ?>
                  </label>
                </div>
                <?php ?>
              </div>
            </div>
            <?php ?>
            <?php if ($option['type'] == 'checkbox') { ?>
            <div class="form-group<?php echo ($option['required'] ? ' required' ''); ?>">
              <label class="control-label"><?php echo $option['name']; ?></label>
              <div id="input-option<?php echo $option['product_option_id']; ?>">
                <?php foreach ($option['product_option_value'] as $option_value) { ?>
                <div class="checkbox">
                  <label>
                    <input type="checkbox" name="option[<?php echo $option['product_option_id']; ?>][]" value="<?php echo $option_value['product_option_value_id']; ?>" />
                    <?php echo $option_value['name']; ?>
                    <?php if ($option_value['price']) { ?>
                    (<?php echo $option_value['price_prefix']; ?><?php echo $option_value['price']; ?>)
                    <?php ?>
                  </label>
                </div>
                <?php ?>
              </div>
            </div>
            <?php ?>
            <?php if ($option['type'] == 'image') { ?>
            <div class="form-group<?php echo ($option['required'] ? ' required' ''); ?>">
              <label class="control-label"><?php echo $option['name']; ?></label>
              <div id="input-option<?php echo $option['product_option_id']; ?>">
                <?php foreach ($option['product_option_value'] as $option_value) { ?>
                <div class="radio">
                  <label>
                    <input type="radio" name="option[<?php echo $option['product_option_id']; ?>]" value="<?php echo $option_value['product_option_value_id']; ?>" />
                    <img src="<?php echo $option_value['image']; ?>" alt="<?php echo $option_value['name'] . ($option_value['price'] ? ' ' $option_value['price_prefix'] . $option_value['price'] : ''); ?>" class="img-thumbnail" /> <?php echo $option_value['name']; ?>
                    <?php if ($option_value['price']) { ?>
                    (<?php echo $option_value['price_prefix']; ?><?php echo $option_value['price']; ?>)
                    <?php ?>
                  </label>
                </div>
                <?php ?>
              </div>
            </div>
            <?php ?>
            <?php if ($option['type'] == 'text') { ?>
            <div class="form-group<?php echo ($option['required'] ? ' required' ''); ?>">
              <label class="control-label" for="input-option<?php echo $option['product_option_id']; ?>"><?php echo $option['name']; ?></label>
              <input type="text" name="option[<?php echo $option['product_option_id']; ?>]" value="<?php echo $option['value']; ?>" placeholder="<?php echo $option['name']; ?>" id="input-option<?php echo $option['product_option_id']; ?>" class="form-control" />
            </div>
            <?php ?>
            <?php if ($option['type'] == 'textarea') { ?>
            <div class="form-group<?php echo ($option['required'] ? ' required' ''); ?>">
              <label class="control-label" for="input-option<?php echo $option['product_option_id']; ?>"><?php echo $option['name']; ?></label>
              <textarea name="option[<?php echo $option['product_option_id']; ?>]" rows="5" placeholder="<?php echo $option['name']; ?>" id="input-option<?php echo $option['product_option_id']; ?>" class="form-control"><?php echo $option['value']; ?></textarea>
            </div>
            <?php ?>
            <?php if ($option['type'] == 'file') { ?>
            <div class="form-group<?php echo ($option['required'] ? ' required' ''); ?>">
              <label class="control-label"><?php echo $option['name']; ?></label>
              <button type="button" id="button-upload<?php echo $option['product_option_id']; ?>" data-loading-text="<?php echo $text_loading?>" class="btn btn-default btn-block"><i class="fa fa-upload"></i> <?php echo $button_upload?></button>
              <input type="hidden" name="option[<?php echo $option['product_option_id']; ?>]" value="" id="input-option<?php echo $option['product_option_id']; ?>" />
            </div>
            <?php ?>
            <?php if ($option['type'] == 'date') { ?>
            <div class="form-group<?php echo ($option['required'] ? ' required' ''); ?>">
              <label class="control-label" for="input-option<?php echo $option['product_option_id']; ?>"><?php echo $option['name']; ?></label>
              <div class="input-group date">
                <input type="text" name="option[<?php echo $option['product_option_id']; ?>]" value="<?php echo $option['value']; ?>" data-date-format="YYYY-MM-DD" id="input-option<?php echo $option['product_option_id']; ?>" class="form-control" />
                <span class="input-group-btn">
                <button class="btn btn-default" type="button"><i class="fa fa-calendar"></i></button>
                </span></div>
            </div>
            <?php ?>
            <?php if ($option['type'] == 'datetime') { ?>
            <div class="form-group<?php echo ($option['required'] ? ' required' ''); ?>">
              <label class="control-label" for="input-option<?php echo $option['product_option_id']; ?>"><?php echo $option['name']; ?></label>
              <div class="input-group datetime">
                <input type="text" name="option[<?php echo $option['product_option_id']; ?>]" value="<?php echo $option['value']; ?>" data-date-format="YYYY-MM-DD HH:mm" id="input-option<?php echo $option['product_option_id']; ?>" class="form-control" />
                <span class="input-group-btn">
                <button type="button" class="btn btn-default"><i class="fa fa-calendar"></i></button>
                </span></div>
            </div>
            <?php ?>
            <?php if ($option['type'] == 'time') { ?>
            <div class="form-group<?php echo ($option['required'] ? ' required' ''); ?>">
              <label class="control-label" for="input-option<?php echo $option['product_option_id']; ?>"><?php echo $option['name']; ?></label>
              <div class="input-group time">
                <input type="text" name="option[<?php echo $option['product_option_id']; ?>]" value="<?php echo $option['value']; ?>" data-date-format="HH:mm" id="input-option<?php echo $option['product_option_id']; ?>" class="form-control" />
                <span class="input-group-btn">
                <button type="button" class="btn btn-default"><i class="fa fa-calendar"></i></button>
                </span></div>
            </div>
            <?php ?>
            <?php ?>
            <?php ?>
            <?php if ($recurrings) { ?>
            <hr>
            <h3><?php echo $text_payment_recurring ?></h3>
            <div class="form-group required">
              <select name="recurring_id" class="form-control">
                <option value=""><?php echo $text_select?></option>
                <?php foreach ($recurrings as $recurring) { ?>
                <option value="<?php echo $recurring['recurring_id'?>"><?php echo $recurring['name'?></option>
                <?php ?>
              </select>
              <div class="help-block" id="recurring-description"></div>
            </div>
            <?php ?>
            <div class="form-group">
              <label class="control-label" for="input-quantity"><?php echo $entry_qty?></label>
              <input type="text" name="quantity" value="<?php echo $minimum?>" size="2" id="input-quantity" class="form-control" />
              <input type="hidden" name="product_id" value="<?php echo $product_id?>" />
              <br />
              <button type="button" id="button-cart" data-loading-text="<?php echo $text_loading?>" class="btn btn-primary btn-lg btn-block"><?php echo $button_cart?></button>
            </div>
            <?php if ($minimum 1) { ?>
            <div class="alert alert-info"><i class="fa fa-info-circle"></i> <?php echo $text_minimum?></div>
            <?php ?>
          </div>
          <?php if ($review_status) { ?>
          <div class="rating">
            <p>
              <?php for ($i 1$i <= 5$i++) { ?>
              <?php if ($rating $i) { ?>
              <span class="fa fa-stack"><i class="fa fa-star-o fa-stack-1x"></i></span>
              <?php } else { ?>
              <span class="fa fa-stack"><i class="fa fa-star fa-stack-1x"></i><i class="fa fa-star-o fa-stack-1x"></i></span>
              <?php ?>
              <?php ?>
              <a href="" onclick="$('a[href=\'#tab-review\']').trigger('click'); return false;"><?php echo $reviews?></a> / <a href="" onclick="$('a[href=\'#tab-review\']').trigger('click'); return false;"><?php echo $text_write?></a></p>
            <hr>
            <!-- AddThis Button BEGIN -->
            <div class="addthis_toolbox addthis_default_style"><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a> <a class="addthis_button_tweet"></a> <a class="addthis_button_pinterest_pinit"></a> <a class="addthis_counter addthis_pill_style"></a></div>
            <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-515eeaf54693130e"></script> 
            <!-- AddThis Button END --> 
          </div>
          <?php ?>
        </div>
      </div>
      <?php if ($products) { ?>
      <h3><?php echo $text_related?></h3>
      <div class="row">
        <?php $i 0?>
        <?php foreach ($products as $product) { ?>
        <?php if ($column_left && $column_right) { ?>
        <?php $class 'col-lg-6 col-md-6 col-sm-12 col-xs-12'?>
        <?php } elseif ($column_left || $column_right) { ?>
        <?php $class 'col-lg-4 col-md-4 col-sm-6 col-xs-12'?>
        <?php } else { ?>
        <?php $class 'col-lg-3 col-md-3 col-sm-6 col-xs-12'?>
        <?php ?>
        <div class="<?php echo $class?>">
          <div class="product-thumb transition">
            <div class="image"><a href="<?php echo $product['href']; ?>"><img src="<?php echo $product['thumb']; ?>" alt="<?php echo $product['name']; ?>" title="<?php echo $product['name']; ?>" class="img-responsive" /></a></div>
            <div class="caption">
              <h4><a href="<?php echo $product['href']; ?>"><?php echo $product['name']; ?></a></h4>
              <p><?php echo $product['description']; ?></p>
              <?php if ($product['rating']) { ?>
              <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-o fa-stack-1x"></i></span>
                <?php } else { ?>
                <span class="fa fa-stack"><i class="fa fa-star fa-stack-1x"></i><i class="fa fa-star-o fa-stack-1x"></i></span>
                <?php ?>
                <?php ?>
              </div>
              <?php ?>
              <?php if ($product['price']) { ?>
              <p class="price">
                <?php if (!$product['special']) { ?>
                <?php echo $product['price']; ?>
                <?php } else { ?>
                <span class="price-new"><?php echo $product['special']; ?></span> <span class="price-old"><?php echo $product['price']; ?></span>
                <?php ?>
                <?php if ($product['tax']) { ?>
                <span class="price-tax"><?php echo $text_tax?> <?php echo $product['tax']; ?></span>
                <?php ?>
              </p>
              <?php ?>
            </div>
            <div class="button-group">
              <button type="button" onclick="cart.add('<?php echo $product['product_id']; ?>');"><span class="hidden-xs hidden-sm hidden-md"><?php echo $button_cart?></span> <i class="fa fa-shopping-cart"></i></button>
              <button type="button" data-toggle="tooltip" title="<?php echo $button_wishlist?>" onclick="wishlist.add('<?php echo $product['product_id']; ?>');"><i class="fa fa-heart"></i></button>
              <button type="button" data-toggle="tooltip" title="<?php echo $button_compare?>" onclick="compare.add('<?php echo $product['product_id']; ?>');"><i class="fa fa-exchange"></i></button>
            </div>
          </div>
        </div>
        <?php if (($column_left && $column_right) && ($i == 0)) { ?>
        <div class="clearfix visible-md visible-sm"></div>
        <?php } elseif (($column_left || $column_right) && ($i == 0)) { ?>
        <div class="clearfix visible-md"></div>
        <?php } elseif ($i == 0) { ?>
        <div class="clearfix visible-md"></div>
        <?php ?>
        <?php $i++; ?>
        <?php ?>
      </div>
      <?php ?>
      <?php if ($tags) { ?>
      <p><?php echo $text_tags?>
        <?php for ($i 0$i count($tags); $i++) { ?>
        <?php if ($i < (count($tags) - 1)) { ?>
        <a href="<?php echo $tags[$i]['href']; ?>"><?php echo $tags[$i]['tag']; ?></a>,
        <?php } else { ?>
        <a href="<?php echo $tags[$i]['href']; ?>"><?php echo $tags[$i]['tag']; ?></a>
        <?php ?>
        <?php ?>
      </p>
      <?php ?>
      <?php echo $content_bottom?></div>
    <?php echo $column_right?></div>
</div>
<script type="text/javascript"><!--
$('select[name=\'recurring_id\'], input[name="quantity"]').change(function(){
    $.ajax({
        url: 'index.php?route=product/product/getRecurringDescription',
        type: 'post',
        data: $('input[name=\'product_id\'], input[name=\'quantity\'], select[name=\'recurring_id\']'),
        dataType: 'json',
        beforeSend: function() {
            $('#recurring-description').html('');
        },
        success: function(json) {
            $('.alert, .text-danger').remove();
            
            if (json['success']) {
                $('#recurring-description').html(json['success']);
            }
        }
    });
});
//--></script> 
<script type="text/javascript"><!--
$('#button-cart').on('click', function() {
    $.ajax({
        url: 'index.php?route=checkout/cart/add',
        type: 'post',
        data: $('#product input[type=\'text\'], #product input[type=\'hidden\'], #product input[type=\'radio\']:checked, #product input[type=\'checkbox\']:checked, #product select, #product textarea'),
        dataType: 'json',
        beforeSend: function() {
            $('#button-cart').button('loading');
        },
        complete: function() {
            $('#button-cart').button('reset');
        },
        success: function(json) {
            $('.alert, .text-danger').remove();
            $('.form-group').removeClass('has-error');

            if (json['error']) {
                if (json['error']['option']) {
                    for (i in json['error']['option']) {
                        var element = $('#input-option' + i.replace('_', '-'));
                        
                        if (element.parent().hasClass('input-group')) {
                            element.parent().after('<div class="text-danger">' + json['error']['option'][i] + '</div>');
                        } else {
                            element.after('<div class="text-danger">' + json['error']['option'][i] + '</div>');
                        }
                    }
                }
                
                if (json['error']['recurring']) {
                    $('select[name=\'recurring_id\']').after('<div class="text-danger">' + json['error']['recurring'] + '</div>');
                }
                
                // Highlight any found errors
                $('.text-danger').parent().addClass('has-error');
            }
            
            if (json['success']) {
                $('.breadcrumb').after('<div class="alert alert-success">' + json['success'] + '<button type="button" class="close" data-dismiss="alert">&times;</button></div>');
                
                $('#cart-total').html(json['total']);
                
                $('html, body').animate({ scrollTop: 0 }, 'slow');
                
                $('#cart > ul').load('index.php?route=common/cart/info ul li');
            }
        }
    });
});
//--></script> 
<script type="text/javascript"><!--
$('.date').datetimepicker({
    pickTime: false
});

$('.datetime').datetimepicker({
    pickDate: true,
    pickTime: true
});

$('.time').datetimepicker({
    pickDate: false
});

$('button[id^=\'button-upload\']').on('click', function() {
    var node = this;
    
    $('#form-upload').remove();
    
    $('body').prepend('<form enctype="multipart/form-data" id="form-upload" style="display: none;"><input type="file" name="file" /></form>');
    
    $('#form-upload input[name=\'file\']').trigger('click');
    
    timer = setInterval(function() {
        if ($('#form-upload input[name=\'file\']').val() != '') {
            clearInterval(timer);
            
            $.ajax({
                url: 'index.php?route=tool/upload',
                type: 'post',
                dataType: 'json',
                data: new FormData($('#form-upload')[0]),
                cache: false,
                contentType: false,
                processData: false,
                beforeSend: function() {
                    $(node).button('loading');
                },
                complete: function() {
                    $(node).button('reset');
                },
                success: function(json) {
                    $('.text-danger').remove();
                    
                    if (json['error']) {
                        $(node).parent().find('input').after('<div class="text-danger">' + json['error'] + '</div>');
                    }
                    
                    if (json['success']) {
                        alert(json['success']);
                        
                        $(node).parent().find('input').attr('value', json['code']);
                    }
                },
                error: function(xhr, ajaxOptions, thrownError) {
                    alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
                }
            });
        }
    }, 500);
});
//--></script> 
<script type="text/javascript"><!--
$('#review').delegate('.pagination a', 'click', function(e) {
  e.preventDefault();

    $('#review').fadeOut('slow');

    $('#review').load(this.href);

    $('#review').fadeIn('slow');
});

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

$('#button-review').on('click', function() {
    $.ajax({
        url: 'index.php?route=product/product/write&product_id=<?php echo $product_id?>',
        type: 'post',
        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() {
            $('#button-review').button('loading');
        },
        complete: function() {
            $('#button-review').button('reset');
            $('#captcha').attr('src', 'index.php?route=tool/captcha#'+new Date().getTime());
            $('input[name=\'captcha\']').val('');
        },
        success: function(json) {
            $('.alert-success, .alert-danger').remove();
            
            if (json['error']) {
                $('#review').after('<div class="alert alert-danger"><i class="fa fa-exclamation-circle"></i> ' + json['error'] + '</div>');
            }
            
            if (json['success']) {
                $('#review').after('<div class="alert alert-success"><i class="fa fa-check-circle"></i> ' + json['success'] + '</div>');
                
                $('input[name=\'name\']').val('');
                $('textarea[name=\'text\']').val('');
                $('input[name=\'rating\']:checked').prop('checked', false);
                $('input[name=\'captcha\']').val('');
            }
        }
    });
});

$(document).ready(function() {
    $('.thumbnails').magnificPopup({
        type:'image',
        delegate: 'a',
        gallery: {
            enabled:true
        }
    });
});
//--></script> 
<?php echo $footer?>
Alıntı Yaparak Cevapla
Paylaş!
e-ticaretdersleriv
Osmanlı Torunu
******
Süper Moderator user avatar
Çevrimdışı

Mesajlar: 3,225
Konular: 520
Katılma Tarihi: Jan 2012
Rep Puanı: 102
Teşekkürler: 1169
1060 Mesajına, 2133 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 05-26-2015 03:51 PM
bu gönderdiğiniz product.tpl dosyası ? sanırım
e-ticaretdersleri
Alıntı Yaparak Cevapla
Paylaş!
sakaryanotebookv
Acemi Üye
**
Üye user avatar
Çevrimdışı

Mesajlar: 18
Konular: 2
Katılma Tarihi: Jan 2014
Rep Puanı: 0
Teşekkürler: 34
1 Mesajına, 1 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 05-26-2015 04:02 PM
(05-26-2015 03:51 PM)Kıroğlumarket Yazılan:  bu gönderdiğiniz product.tpl dosyası ? sanırım

Evet hocam

PHP Kod:
Dosyamızı Açalım catalog/view/theme/seninteman/template/product/

product.tpl
 
Bulalım 2 tane 
var ikisinide değişelim



Değişelim 


amatörlük başa bela.

kendi kendime diyorum bir hata var . hatamı anladım teşekkür ederim.

ancak amatör başlayan biri olarak öğrenci edasıyla öğrenmeye çalışıyorum mazur görün.
bir ara aklıma geldi ama product ürün sayfası olduğu biz bunu catagori sayfasında yapıyoruz ama bu ürün dosyası dedim. neyse en azından bir şey daha öğrenmiş oldum Teşekkür ederim sizde anlatımdaki yolu düzeltin hocam bizden sonraki öğrenmeye çalışan arkadaşlarada bu msj ders olsun. ezber değil anlayarak yapalım.

Bilmiyorum yanlışmı oldu..??
Saygılar
Alıntı Yaparak Cevapla
Paylaş!
e-ticaretdersleriv
Osmanlı Torunu
******
Süper Moderator user avatar
Çevrimdışı

Mesajlar: 3,225
Konular: 520
Katılma Tarihi: Jan 2012
Rep Puanı: 102
Teşekkürler: 1169
1060 Mesajına, 2133 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 05-26-2015 04:05 PM
Alla Alla product.tpl mi yazmışım haiş category.tpl olacaktı. Dur ilk mesajımda da düzelteyim. Gece Gece yaparsan olacağı bu ...
e-ticaretdersleri
Alıntı Yaparak Cevapla
Paylaş!
 Teşekkür Edenler: sakaryanotebook
sakaryanotebookv
Acemi Üye
**
Üye user avatar
Çevrimdışı

Mesajlar: 18
Konular: 2
Katılma Tarihi: Jan 2014
Rep Puanı: 0
Teşekkürler: 34
1 Mesajına, 1 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 05-26-2015 04:51 PM
catalog\controller\product\category.php on line 374


hatası alıyorum defalarca mesajıda okudum video anlatımınıda iyi takip ettiğime inanıyorum neden olmazki?
kıroğlu hocam bi el atarmısınız Huh
Alıntı Yaparak Cevapla
Paylaş!
e-ticaretdersleriv
Osmanlı Torunu
******
Süper Moderator user avatar
Çevrimdışı

Mesajlar: 3,225
Konular: 520
Katılma Tarihi: Jan 2012
Rep Puanı: 102
Teşekkürler: 1169
1060 Mesajına, 2133 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 05-26-2015 04:56 PM
p.m gönderildi
e-ticaretdersleri
Alıntı Yaparak Cevapla
Paylaş!
 Teşekkür Edenler: sakaryanotebook
sakaryanotebookv
Acemi Üye
**
Üye user avatar
Çevrimdışı

Mesajlar: 18
Konular: 2
Katılma Tarihi: Jan 2014
Rep Puanı: 0
Teşekkürler: 34
1 Mesajına, 1 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 05-26-2015 10:43 PM
teşekkür ederim.
Alıntı Yaparak Cevapla
Paylaş!

« Önceki | Sonraki »
Cevapla  Gönder 

Opencart  2.x Kategori Sayfasında Kategorileri Resimli Yapmak Konusunun Linki Direk Link
Opencart  2.x Kategori Sayfasında Kategorileri Resimli Yapmak Konusunun HTML Kodu HTML Link
Opencart  2.x Kategori Sayfasında Kategorileri Resimli Yapmak Konusu BBCode Linki BBCode Link
Opencart  2.x Kategori Sayfasında Kategorileri Resimli Yapmak Konusunu Paylaş Sosyal Paylaş

Benzeyen Konular
Konu: Yazar Cevaplar: Gösterim: Son Mesaj
  Opencart 2.3.0.2 arama sorunu hrn.coskun 0 271 09-01-2023 04:38 PM
Son Mesaj: hrn.coskun
  [Modifikasyon] Opencart Tüm Versiyonlarda Ürün Detay Sayfasına Ürün teslim tarihi eklemek osdem66 56 29,006 11-22-2022 12:14 AM
Son Mesaj: mustafasinger
  opencart journal ürün detay sayfasındaki sosyal simgeler mehmetvearzu 1 476 11-02-2021 12:40 AM
Son Mesaj: hirdavatustasi
  Ürün sayfasında fiyat alanına ufak bir ekleme yapmak nakolik 2 612 08-27-2021 01:26 PM
Son Mesaj: osdem66
  Opencart da kampanya 0 tl yapamıyorum divaneren 0 1,603 10-20-2020 03:43 PM
Son Mesaj: divaneren
  Ürün Sayfasında Tüm Müşteri Gruplarının Fiyatlarını Görme xuser20 0 1,791 05-28-2020 11:06 PM
Son Mesaj: xuser20
  Opencart 2.x.x.x mail sorunu emir28 1 1,992 05-26-2020 01:44 PM
Son Mesaj: spyll
  Opencart 2.0.x de sipaiş tamamlandı sayfasında bilgiler tarturek2 1 1,931 05-04-2020 04:32 AM
Son Mesaj: teknohiz
  Opencart 2.x Hesabım Linklerini Seolu Hale Getirme cahveci 7 6,446 04-15-2020 01:10 AM
Son Mesaj: digimy
  Alt Kategori Görüntü Düzenleme EsRedist 0 738 02-27-2020 12:29 PM
Son Mesaj: EsRedist

Opencart 2.x Kategori Sayfasında Kategorileri Resimli Yapmak indir, Opencart 2.x Kategori Sayfasında Kategorileri Resimli Yapmak Videosu, Opencart 2.x Kategori Sayfasında Kategorileri Resimli Yapmak online izle, Opencart 2.x Kategori Sayfasında Kategorileri Resimli Yapmak Bedava indir, Opencart 2.x Kategori Sayfasında Kategorileri Resimli Yapmak Yükle, Opencart 2.x Kategori Sayfasında Kategorileri Resimli Yapmak Hakkında, Opencart 2.x Kategori Sayfasında Kategorileri Resimli Yapmak nedir, Opencart 2.x Kategori Sayfasında Kategorileri Resimli Yapmak Free indir, Opencart 2.x Kategori Sayfasında Kategorileri Resimli Yapmak oyunu, Opencart 2.x Kategori Sayfasında Kategorileri Resimli Yapmak download


Forum Atla: