gokhan2121 adlı üyeden alıntı: mesajı görüntüle
<section class="page-section featured-products sl-bundled" style="background-color: #fff;">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="row">
<div class="col-sm-12">
<h2 class="section-title section-title-lg section-title-2">
<span>
Birlikte verilen ürünler
</span>
</h2>
<div class="carousel-arrow-alt">
<div class="owl-carousel-2" id="most-viewed-carousel">
<?php
$box_style = $this->db->get_where('ui_settings',array('ui_settings_id' => 42))->row()->value;
$limit = $this->db->get_where('ui_settings',array('ui_settings_id' => 41))->row()->value;
$product_bundle=$this->crud_model->product_list_set('bundle',$limit);
//$product_bundle= $this->db->get_where('product', array('is_bundle' => 'yes'))->result_array();
foreach($product_bundle as $row){
echo $this->html_model->product_box($row, 'grid', $box_style);
}
?>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>

ÇIKTI



şöyle çıkarken büyük türkçe karakterler neden sorun veriyor?
phpden pek anlamam ama bazı yazı tiplerinde özel türkçe karakterlerinde bu durum ortaya çıkıyor,ürünleri Ürünler şeklinde yazarsanız düzelme ihtimali var,tabi konuya hakimim diyemem.