tr-opencart

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

havale eft indirimini anasayfadaki modüllerde gösterme

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

BLaDev
Sağlık/Medikal
******
Süper Moderator user avatar
Çevrimdışı

Mesajlar: 353
Konular: 25
Katılma Tarihi: Mar 2012
Rep Puanı: 14
Teşekkürler: 162
100 Mesajına, 196 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 10-08-2012 05:06 PM

(10-08-2012 04:08 PM)osman Yazılan:  1.5.3.1 hocam

Merhaba Osman;

catalog/controller/module/featured.php dosyasını açınız;

Bul;

PHP Kod:
if (($this->config->get('config_customer_price') && $this->customer->isLogged()) || !$this->config->get('config_customer_price')) {
                    
$price $this->currency->format($this->tax->calculate($product_info['price'], $product_info['tax_class_id'], $this->config->get('config_tax')));
                } else {
                    
$price false;
                }
                        
                if ((float)
$product_info['special']) {
                    
$special $this->currency->format($this->tax->calculate($product_info['special'], $product_info['tax_class_id'], $this->config->get('config_tax')));
                } else {
                    
$special false;
                } 

Değiştir;

PHP Kod:
//havele bası            
            
if (($this->config->get('config_customer_price') && $this->customer->isLogged()) || !$this->config->get('config_customer_price')) {
                
$this->data['price'] = $this->tax->calculate($product_info['price'], $product_info['tax_class_id'], $this->config->get('config_tax')); 
            } else {
                
$this->data['price'] = false;
            }
                        
            if ((float)
$product_info['special']) {
                
$this->data['special'] = $this->tax->calculate($product_info['special'], $product_info['tax_class_id'], $this->config->get('config_tax')); 
            } else {
                
$this->data['special'] = false;
                
            }
             
            
$this->data['havale_price'] = (!$this->data['special'])?$this->data['price']:$this->data['special'];
            
$this->data['havale_special'] = (!$this->data['special'])?$this->data['price']:$this->data['special'];
            
if (
$this->data['special']!== FALSE$this->data['special'] = $this->currency->format($this->data['special']);
if (
$this->data['price']!== FALSE$this->data['price'] = $this->currency->format($this->data['price']);
            
//havale sonu 

catalog/view/theme/sizintemanız/template/module/featured.tpl açınız;

Bul;

PHP Kod:
<?php if (!$product['special']) { ?>

Hemen üstene Ekleyiniz;

PHP Kod:
<table>
         <
tr><?php 
                 $havale
=$havale_price ;
                 
$toplam=$havale 10/100;
                 
$sonuc=floor($havale_price-$toplam);?>
                 <?php 
                 $havale
=$havale_special ;
                 
$toplam=$havale 10/100;
                 
$s_sonuc=floor($havale_special-$toplam);?>
                 
                <td style="border-bottom:1px dotted #999; height:30px; ;width:200px;"><span  class="price-tax">Havale / Eft İndirimli Fiyatı</span></td>
                <td style="border-bottom:1px dotted #999;">
                <?php if (!$special) { ?>
                   <span style="color: #ff6600;font-weight:bold; font-size:15px;">:<?php echo (number_format($sonuc,2,"." ",")) ; ?> TL KDV Dahil</span>
                  <?php } else { ?>
                 <span style="color: #ff6600;font-weight:bold; font-size:15px;">:<?php echo (number_format($s_sonuc,2,"." ",")); ?> TL KDV Dahil</span>
                
                  <?php ?>
                </td>
              </tr></table> 

Saygılarımla;

featured.php dosyasında ararken ;
PHP Kod:
if (($this->config->get('config_customer_price') && $this->customer->isLogged()) || !$this->config->get('config_customer_price')) { 

arama kısmına bunu yazarsan daha rahat bulabilirsin...
BLaDe
Alıntı Yaparak Cevapla
Paylaş!
osmanv
Çırak
****
Üye
Çevrimdışı

Mesajlar: 255
Konular: 38
Katılma Tarihi: Dec 2011
Rep Puanı: 0
Teşekkürler: 58
6 Mesajına, 7 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 10-08-2012 05:21 PM
aşağıdaki gibi bi hata alıyorum.


Notice: Undefined variable: price in /home/xntekhes/public_html/catalog/controller/module/anasayfa1.php on line 65Notice: Undefined variable: special in /home/xntekhes/public_html/catalog/controller/module/anasayfa1.php on line 67Notice: Undefined variable: price in /home/xntekhes/public_html/catalog/controller/module/anasayfa1.php on line 65Notice: Undefined variable: special in /home/xntekhes/public_html/catalog/controller/module/anasayfa1.php on line 67Notice: Undefined variable: price in /home/xntekhes/public_html/catalog/controller/module/anasayfa1.php on line 65Notice: Undefined variable: special in /home/xntekhes/public_html/catalog/controller/module/anasayfa1.php on line 67Notice: Undefined variable: price in /home/xntekhes/public_html/catalog/controller/module/anasayfa1.php on line 65Notice: Undefined variable: special in /home/xntekhes/public_html/catalog/controller/module/anasayfa1.php on line 67Notice: Undefined variable: price in /home/xntekhes/public_html/catalog/controller/module/anasayfa1.php on line 65Notice: Undefined variable: special in /home/xntekhes/public_html/catalog/controller/module/anasayfa1.php on line 67Notice: Undefined variable: price in /home/xntekhes/public_html/catalog/controller/module/anasayfa1.php on line 65Notice: Undefined variable: special in /home/xntekhes/public_html/catalog/controller/module/anasayfa1.php on line 67Notice: Undefined variable: price in /home/xntekhes/public_html/catalog/controller/module/anasayfa1.php on line 65Notice: Undefined variable: special in /home/xntekhes/public_html/catalog/controller/module/anasayfa1.php on line 67Notice: Undefined variable: price in /home/xntekhes/public_html/catalog/controller/module/anasayfa1.php on line 65Notice: Undefined variable: special in /home/xntekhes/public_html/catalog/controller/module/anasayfa1.php on line 67Notice: Undefined variable: price in /home/xntekhes/public_html/catalog/controller/module/anasayfa1.php on line 65Notice: Undefined variable: special in /home/xntekhes/public_html/catalog/controller/module/anasayfa1.php on line 67Notice: Undefined variable: price in /home/xntekhes/public_html/catalog/controller/module/anasayfa1.php on line 65Notice: Undefined variable: special in /home/xntekhes/public_html/catalog/controller/module/anasayfa1.php on line 67Notice: Undefined variable: price in /home/xntekhes/public_html/catalog/controller/module/anasayfa1.php on line 65Notice: Undefined variable: special in /home/xntekhes/public_html/catalog/controller/module/anasayfa1.php on line 67Notice: Undefined variable: price in /home/xntekhes/public_html/catalog/controller/module/anasayfa1.php on line 65Notice: Undefined variable: special in /home/xntekhes/public_html/catalog/controller/module/anasayfa1.php on line 67Notice: Undefined variable: price in /home/xntekhes/public_html/catalog/controller/module/anasayfa1.php on line 65Notice: Undefined variable: special in /home/xntekhes/public_html/catalog/controller/module/anasayfa1.php on line 67Notice: Undefined variable: price in /home/xntekhes/public_html/catalog/controller/module/anasayfa1.php on line 65Notice: Undefined variable: special in /home/xntekhes/public_html/catalog/controller/module/anasayfa1.php on line 67Notice: Undefined variable: price in /home/xntekhes/public_html/catalog/controller/module/anasayfa1.php on line 65Notice: Undefined variable: special in /home/xntekhes/public_html/catalog/controller/module/anasayfa1.php on line 67Notice: Undefined variable: price in /home/xntekhes/public_html/catalog/controller/module/anasayfa1.php on line 65Notice: Undefined variable: special in /home/xntekhes/public_html/catalog/controller/module/anasayfa1.php on line 67
Alıntı Yaparak Cevapla
Paylaş!
BLaDev
Sağlık/Medikal
******
Süper Moderator user avatar
Çevrimdışı

Mesajlar: 353
Konular: 25
Katılma Tarihi: Mar 2012
Rep Puanı: 14
Teşekkürler: 162
100 Mesajına, 196 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 10-08-2012 05:23 PM
hatayı alman normal çünkü modülün ismini anasayfa1 yapmışsın aynı gösterdiğim yöntemi featured.php de denermisin
BLaDe
Alıntı Yaparak Cevapla
Paylaş!
osmanv
Çırak
****
Üye
Çevrimdışı

Mesajlar: 255
Konular: 38
Katılma Tarihi: Dec 2011
Rep Puanı: 0
Teşekkürler: 58
6 Mesajına, 7 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 10-08-2012 05:24 PM
peki modüller benim anasayfa1-2-3 diye gidiyo çoğaltıklarım deneyecem şimdi
Alıntı Yaparak Cevapla
Paylaş!
BLaDev
Sağlık/Medikal
******
Süper Moderator user avatar
Çevrimdışı

Mesajlar: 353
Konular: 25
Katılma Tarihi: Mar 2012
Rep Puanı: 14
Teşekkürler: 162
100 Mesajına, 196 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 10-08-2012 05:26 PM
bu şekilde dene birde eğer ki hata alırsan yada almazsan ona göre yol izleriz...
(10-08-2012 05:24 PM)osman Yazılan:  peki modüller benim anasayfa1-2-3 diye gidiyo çoğaltıklarım deneyecem şimdi

indirim modülü sitende şu anda çalışıyor sen tam olarak nerede çalıştırmak istediğini söylermisin anasaydan da ektrandan bir modül göremedim..


http://www.tekhesaplı.com/tac-saten-delu...otus-siyah

burada çalışıyor
BLaDe
Alıntı Yaparak Cevapla
Paylaş!
osmanv
Çırak
****
Üye
Çevrimdışı

Mesajlar: 255
Konular: 38
Katılma Tarihi: Dec 2011
Rep Puanı: 0
Teşekkürler: 58
6 Mesajına, 7 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 10-08-2012 05:32 PM
feature hatası aşağıdadır hocam

Notice: Undefined variable: price in /home/xntekhes/public_html/vqmod/vqcache/vq2-catalog_controller_module_featured.php on line 67Notice: Undefined variable: special in /home/xntekhes/public_html/vqmod/vqcache/vq2-catalog_controller_module_featured.php on line 68Notice: Undefined variable: price in /home/xntekhes/public_html/vqmod/vqcache/vq2-catalog_controller_module_featured.php on line 67Notice: Undefined variable: special in /home/xntekhes/public_html/vqmod/vqcache/vq2-catalog_controller_module_featured.php on line 68Notice: Undefined variable: price in /home/xntekhes/public_html/vqmod/vqcache/vq2-catalog_controller_module_featured.php on line 67Notice: Undefined variable: special in /home/xntekhes/public_html/vqmod/vqcache/vq2-catalog_controller_module_featured.php on line 68Notice: Undefined variable: price in /home/xntekhes/public_html/vqmod/vqcache/vq2-catalog_controller_module_featured.php on line 67Notice: Undefined variable: special in /home/xntekhes/public_html/vqmod/vqcache/vq2-catalog_controller_module_featured.php on line 68Notice: Undefined variable: price in /home/xntekhes/public_html/vqmod/vqcache/vq2-catalog_controller_module_featured.php on line 67Notice: Undefined variable: special in /home/xntekhes/public_html/vqmod/vqcache/vq2-catalog_controller_module_featured.php on line 68Notice: Undefined variable: price in /home/xntekhes/public_html/vqmod/vqcache/vq2-catalog_controller_module_featured.php on line 67Notice: Undefined variable: special in /home/xntekhes/public_html/vqmod/vqcache/vq2-catalog_controller_module_featured.php on line 68Notice: Undefined variable: price in /home/xntekhes/public_html/vqmod/vqcache/vq2-catalog_controller_module_featured.php on line 67Notice: Undefined variable: special in /home/xntekhes/public_html/vqmod/vqcache/vq2-catalog_controller_module_featured.php on line 68Notice: Undefined variable: price in /home/xntekhes/public_html/vqmod/vqcache/vq2-catalog_controller_module_featured.php on line 67Notice: Undefined variable: special in /home/xntekhes/public_html/vqmod/vqcache/vq2-catalog_controller_module_featured.php on line 68
Alıntı Yaparak Cevapla
Paylaş!
BLaDev
Sağlık/Medikal
******
Süper Moderator user avatar
Çevrimdışı

Mesajlar: 353
Konular: 25
Katılma Tarihi: Mar 2012
Rep Puanı: 14
Teşekkürler: 162
100 Mesajına, 196 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 10-08-2012 05:34 PM
featured.php ve featured.tpl dosyalarını yüklermisin eklenti olarak
BLaDe
Alıntı Yaparak Cevapla
Paylaş!
osmanv
Çırak
****
Üye
Çevrimdışı

Mesajlar: 255
Konular: 38
Katılma Tarihi: Dec 2011
Rep Puanı: 0
Teşekkürler: 58
6 Mesajına, 7 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 10-08-2012 05:38 PM
ektedir
Alıntı Yaparak Cevapla
Paylaş!
BLaDev
Sağlık/Medikal
******
Süper Moderator user avatar
Çevrimdışı

Mesajlar: 353
Konular: 25
Katılma Tarihi: Mar 2012
Rep Puanı: 14
Teşekkürler: 162
100 Mesajına, 196 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 10-08-2012 09:20 PM
bunları yükleyip denermisin


Ekli Dosya(lar)
.rar Desktop.rar Eklentiyi indir...
Boyut: 1.79 KB İndirme: 6
Telif Hakkı için Rapor Edin...
BLaDe
Alıntı Yaparak Cevapla
Paylaş!
osmanv
Çırak
****
Üye
Çevrimdışı

Mesajlar: 255
Konular: 38
Katılma Tarihi: Dec 2011
Rep Puanı: 0
Teşekkürler: 58
6 Mesajına, 7 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 10-08-2012 10:25 PM
hocam hata altta vqmod ile ilgili bi hatagibi yeni kodların belirtiği vqmod da eklenmesi lazım acaba


Notice: Undefined variable: price in /home/xntekhes/public_html/vqmod/vqcache/vq2-catalog_controller_module_featured.php on line 67Notice: Undefined variable: special in /home/xntekhes/public_html/vqmod/vqcache/vq2-catalog_controller_module_featured.php on line 68Notice: Undefined variable: price in /home/xntekhes/public_html/vqmod/vqcache/vq2-catalog_controller_module_featured.php on line 67Notice: Undefined variable: special in /home/xntekhes/public_html/vqmod/vqcache/vq2-catalog_controller_module_featured.php on line 68Notice: Undefined variable: price in /home/xntekhes/public_html/vqmod/vqcache/vq2-catalog_controller_module_featured.php on line 67Notice: Undefined variable: special in /home/xntekhes/public_html/vqmod/vqcache/vq2-catalog_controller_module_featured.php on line 68Notice: Undefined variable: price in /home/xntekhes/public_html/vqmod/vqcache/vq2-catalog_controller_module_featured.php on line 67Notice: Undefined variable: special in /home/xntekhes/public_html/vqmod/vqcache/vq2-catalog_controller_module_featured.php on line 68Notice: Undefined variable: price in /home/xntekhes/public_html/vqmod/vqcache/vq2-catalog_controller_module_featured.php on line 67Notice: Undefined variable: special in /home/xntekhes/public_html/vqmod/vqcache/vq2-catalog_controller_module_featured.php on line 68Notice: Undefined variable: price in /home/xntekhes/public_html/vqmod/vqcache/vq2-catalog_controller_module_featured.php on line 67Notice: Undefined variable: special in /home/xntekhes/public_html/vqmod/vqcache/vq2-catalog_controller_module_featured.php on line 68Notice: Undefined variable: price in /home/xntekhes/public_html/vqmod/vqcache/vq2-catalog_controller_module_featured.php on line 67Notice: Undefined variable: special in /home/xntekhes/public_html/vqmod/vqcache/vq2-catalog_controller_module_featured.php on line 68Notice: Undefined variable: price in /home/xntekhes/public_html/vqmod/vqcache/vq2-catalog_controller_module_featured.php on line 67Notice: Undefined variable: special in /home/xntekhes/public_html/vqmod/vqcache/vq2-catalog_controller_module_featured.php on line 68
site altta bakmak isterseniz

http://www.xn--tekhesapl-3pb.com/
Alıntı Yaparak Cevapla
Paylaş!

« Önceki | Sonraki »
Cevapla  Gönder 

havale eft indirimini anasayfadaki modüllerde gösterme Konusunun Linki Direk Link
havale eft indirimini anasayfadaki modüllerde gösterme Konusunun HTML Kodu HTML Link
havale eft indirimini anasayfadaki modüllerde gösterme Konusu BBCode Linki BBCode Link
havale eft indirimini anasayfadaki modüllerde gösterme 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,653 09-06-2021 11:30 PM
Son Mesaj: senerelmas
  latest.tlp ile anasayfadaki ürünlre tıklayınca resmin büyümesi mukoonline 0 914 07-26-2019 02:18 PM
Son Mesaj: mukoonline
  Anasayfa'da Meta Keyword Etiketlerini gösterme Vqmod sekhil 21 15,413 02-25-2019 02:10 PM
Son Mesaj: emir28
  Faturada KDV Oranını Gösterme synthetico 1 1,778 12-19-2018 05:14 PM
Son Mesaj: bayoguz
  Anasayfada Benden Gösterme capuela 3 2,502 11-04-2018 12:40 AM
Son Mesaj: tahirb20
  Opencart Sizin İçin Seçtiklerimiz Modülü için indirim oranını gösterme problemi berkulucy 2 2,846 10-18-2017 11:30 AM
Son Mesaj: berkulucy
  Adminde 2. resim gösterme tolga35 0 1,431 05-19-2017 02:09 PM
Son Mesaj: tolga35
  havale/eft indirimini en sonda yapıyor. adnandeg 0 1,583 12-13-2016 12:14 PM
Son Mesaj: adnandeg
  [Modifikasyon] Ürün Detayda Kampanyalı Üründe İndirim Oranı Gösterme e-ticaretdersleri 7 7,988 12-11-2016 02:20 PM
Son Mesaj: bedirhan61061
  [Modifikasyon] Footer Alanında Ana Kategorileri Gösterme TECHNOLOG 3 4,123 08-29-2016 12:34 PM
Son Mesaj: nco_90000

havale eft indirimini anasayfadaki modüllerde gösterme indir, havale eft indirimini anasayfadaki modüllerde gösterme Videosu, havale eft indirimini anasayfadaki modüllerde gösterme online izle, havale eft indirimini anasayfadaki modüllerde gösterme Bedava indir, havale eft indirimini anasayfadaki modüllerde gösterme Yükle, havale eft indirimini anasayfadaki modüllerde gösterme Hakkında, havale eft indirimini anasayfadaki modüllerde gösterme nedir, havale eft indirimini anasayfadaki modüllerde gösterme Free indir, havale eft indirimini anasayfadaki modüllerde gösterme oyunu, havale eft indirimini anasayfadaki modüllerde gösterme download


Forum Atla: