Yönetim Paneline Resimli Menü Ekleme

EnverYigit

OpenCart-TR
Katılım
15 Ara 2011
Mesajlar
199
Tepkime puanı
0
Puanları
0
Yaş
32
adszzvh.png

Yönetim Paneline Resimli Menü Ekleme

* Düzenlemeden önce lütfen yedek alınız sorumluluk kabul etmiyorum.

* Kullandığım ve test ettiğim opencart sürümü 1.4.9.6 diğer sürümlerde denemedim.

* Diğer sürümlerde işe yarayacağını düşünüyorum. Bu dosyaları oluştururken header.php dosyasından yararlandım. Çalışmayan sürümlerden aynı mantıkla yapabilirsiniz sanırım.

* Stok durumu eklentisini forumdan bulabilirsiniz. Yapmadan önce bence stok durumu modülünü kurunuz.

* Menü ikonları internetten derlenmiştir.

* Çalışıp çalışmadığını lütfen yorum yaparak bildiriniz.




admin/view/common/home.tpl

BUL

PHP:
<div style="display: inline-block; width: 100%; margin-bottom: 15px; clear: both;">

ÜSTÜNE EKLE

PHP:
<div>
       <div style="display: inline-block; width: 100%; margin-bottom: 15px; clear: both;">
      <div style="float: center; width: 100%;">
        <div style="background: #3d3d3d; color: #FFF; border-bottom: 1px solid #8EAEC3; padding: 5px; font-size: 14px; font-weight: bold;"><center>Navigasyon Menü</center></div>
        <div style="background: #FCFCFC; border: 1px solid #8EAEC3; padding: 10px; height: 100px;">
        <table height: 180px; >
          <ul id="icons">
				<li>
					<a href="<?php echo $category; ?>">
						<img src="view/image/icons/kategoriler.png">
						<h6>Kategoriler</h6>
					</a>
				</li>
				<li>
					<a href="<?php echo $success; ?>">
						<img src="view/image/icons/kategoriekle.png">
						<h6>Kategori Ekle</h6>
					</a>
				</li>
				<li>
					<a href="<?php echo $product; ?>">
						<img src="view/image/icons/urunler.png">
						<h6>Ürünler</h6>
					</a>
				</li>
				<li>
					<a href="<?php echo $success2; ?>">
						<img src="view/image/icons/urunekle.png">
						<h6>Ürün Ekle</h6>
					</a>
				</li>
				<li>
					<a href="<?php echo $review; ?>">
						<img src="view/image/icons/yorumlar.png">
						<h6>Yorumlar</h6>
					</a>
				</li>
				<li>
					<a href="<?php echo $information; ?>">
						<img src="view/image/icons/bilgisayfa.png">
						<h6>Bilgi Sayfaları</h6>
					</a>
				</li>
				<li>
					<a href="<?php echo $order; ?>">
						<img src="view/image/icons/rapor.png">
						<h6>Siparişler</h6>
					</a>
				</li>
				<li>
					<a href="<?php echo $customer; ?>">
						<img src="view/image/icons/kullanicigrup.png">
						<h6>Müşteriler</h6>
					</a>
				</li>
				<li>
					<a href="<?php echo $contact; ?>">
						<img src="view/image/icons/mail2.png">
						<h6>Toplu E-Posta</h6>
					</a>
				</li>
				<li>
					<a href="<?php echo $backup; ?>">
						<img src="view/image/icons/yedekle.png">
						<h6>Yedekle</h6>
					</a>
				</li>
				<li>
					<a href="<?php echo $report_stock; ?>">
						<img src="view/image/icons/stok.png">
						<h6>Stok Durumu</h6>
					</a>
				</li>
			</ul>
        </table>
      </div>
    </div>
	
	<br>



___________________________________________________________​



admin/view/stylesheet/stylesheet.css

EN ALTA EKLE

PHP:
/* NAVIGASYON MENU */

#icons {
float: center;
list-style: none;
margin:0;
padding:0;
}
#icons a {
text-decoration: none;
}
#icons li {
float: left;
width: 100px;
height: 100px;
border:0px solid #ccc;
margin: 0 7px 7px 0;
}
#icons li:hover {
border:1px solid #aaa;
background: #ddd;
}
#icons li img {
padding: 8px 18px 2px 18px;
text-align: center;
border:0px;
}
#icons li h6 {
color: #333;
font-size:12px;
text-align: center;
margin:0;
padding:0;
}

/* NAVIGASYON MENU */

___________________________________________________________​


admin/controller/common/home.php

BUL

PHP:
$this->load->language('common/home');

ALTINA EKLE

PHP:
$this->load->language('common/header');
______________​
BUL

PHP:
$this->data['text_no_results'] = $this->language->get('text_no_results');

ALTINA EKLE

PHP:
$this->data['text_backup'] = $this->language->get('text_backup');
		$this->data['text_catalog'] = $this->language->get('text_catalog');
		$this->data['text_category'] = $this->language->get('text_category');
		$this->data['text_success'] = $this->language->get('text_success');
		$this->data['text_success2'] = $this->language->get('text_success2');
		$this->data['text_confirm'] = $this->language->get('text_confirm');
		$this->data['text_country'] = $this->language->get('text_country');
		$this->data['text_coupon'] = $this->language->get('text_coupon');
		$this->data['text_currency'] = $this->language->get('text_currency');			
		$this->data['text_customer'] = $this->language->get('text_customer');
		$this->data['text_customer_group'] = $this->language->get('text_customer_group');
		$this->data['text_sale'] = $this->language->get('text_sale');
		$this->data['text_download'] = $this->language->get('text_download');
		$this->data['text_error_log'] = $this->language->get('text_error_log');
		$this->data['text_extension'] = $this->language->get('text_extension');
		$this->data['text_feed'] = $this->language->get('text_feed');
		$this->data['text_front'] = $this->language->get('text_front');
		$this->data['text_geo_zone'] = $this->language->get('text_geo_zone');
		$this->data['text_dashboard'] = $this->language->get('text_dashboard');
		$this->data['text_help'] = $this->language->get('text_help');
		$this->data['text_information'] = $this->language->get('text_information');
		$this->data['text_language'] = $this->language->get('text_language');
      	$this->data['text_localisation'] = $this->language->get('text_localisation');
		$this->data['text_logout'] = $this->language->get('text_logout');
		$this->data['text_contact'] = $this->language->get('text_contact');
		$this->data['text_manufacturer'] = $this->language->get('text_manufacturer');
		$this->data['text_module'] = $this->language->get('text_module');
		$this->data['text_order'] = $this->language->get('text_order');
		$this->data['text_order_status'] = $this->language->get('text_order_status');
		$this->data['text_payment'] = $this->language->get('text_payment');
		$this->data['text_product'] = $this->language->get('text_product'); 
		$this->data['text_reports'] = $this->language->get('text_reports');
		$this->data['text_report_purchased'] = $this->language->get('text_report_purchased');     		
		$this->data['text_report_sale'] = $this->language->get('text_report_sale');
      	$this->data['text_report_viewed'] = $this->language->get('text_report_viewed');
		$this->data['text_report_activity'] = $this->language->get('text_report_activity');
		$this->data['text_review'] = $this->language->get('text_review');
		$this->data['text_select_all'] = $this->language->get('text_select_all');
		$this->data['text_support'] = $this->language->get('text_support'); 
		$this->data['text_shipping'] = $this->language->get('text_shipping');		
     	$this->data['text_setting'] = $this->language->get('text_setting');
		$this->data['text_stock_status'] = $this->language->get('text_stock_status');
		$this->data['text_report_stock'] = $this->language->get('text_report_stock');
		$this->data['text_system'] = $this->language->get('text_system');
		$this->data['text_tax_class'] = $this->language->get('text_tax_class');
		$this->data['text_total'] = $this->language->get('text_total');
		$this->data['text_unselect_all'] = $this->language->get('text_unselect_all');
		$this->data['text_user'] = $this->language->get('text_user');
		$this->data['text_user_group'] = $this->language->get('text_user_group');
		$this->data['text_users'] = $this->language->get('text_users');
      	$this->data['text_documentation'] = $this->language->get('text_documentation');
      	$this->data['text_weight_class'] = $this->language->get('text_weight_class');
		$this->data['text_length_class'] = $this->language->get('text_length_class');
		$this->data['text_opencart'] = $this->language->get('text_opencart');
      	$this->data['text_zone'] = $this->language->get('text_zone');
______________​
BUL

PHP:
$this->data['entry_range'] = $this->language->get('entry_range');

ALTINA EKLE

PHP:
if (!$this->user->isLogged() || !isset($this->request->get['token']) || !isset($this->session->data['token']) || ($this->request->get['token'] != $this->session->data['token'])) {
			$this->data['logged'] = '';
			
			$this->data['home'] = HTTPS_SERVER . 'index.php?route=common/login';
		} else {
			$this->data['logged'] = sprintf($this->language->get('text_logged'), $this->user->getUserName());

			$this->data['home'] = HTTPS_SERVER . 'index.php?route=common/home&token=' . $this->session->data['token']; 
			
			$this->data['backup'] = HTTPS_SERVER . 'index.php?route=tool/backup&token=' . $this->session->data['token'];
			$this->data['category'] = HTTPS_SERVER . 'index.php?route=catalog/category&token=' . $this->session->data['token'];
			$this->data['success'] = HTTPS_SERVER . 'index.php?route=catalog/category/insert&token=' . $this->session->data['token']; 
			$this->data['success2'] = HTTPS_SERVER . 'index.php?route=catalog/product/insert&token=' . $this->session->data['token']; 
			$this->data['country'] = HTTPS_SERVER . 'index.php?route=localisation/country&token=' . $this->session->data['token'];
			$this->data['currency'] = HTTPS_SERVER . 'index.php?route=localisation/currency&token=' . $this->session->data['token'];
			$this->data['coupon'] = HTTPS_SERVER . 'index.php?route=sale/coupon&token=' . $this->session->data['token'];
			$this->data['customer'] = HTTPS_SERVER . 'index.php?route=sale/customer&token=' . $this->session->data['token'];
			$this->data['customer_group'] = HTTPS_SERVER . 'index.php?route=sale/customer_group&token=' . $this->session->data['token'];
			$this->data['download'] = HTTPS_SERVER . 'index.php?route=catalog/download&token=' . $this->session->data['token'];
			$this->data['error_log'] = HTTPS_SERVER . 'index.php?route=tool/error_log&token=' . $this->session->data['token'];
			$this->data['feed'] = HTTPS_SERVER . 'index.php?route=extension/feed&token=' . $this->session->data['token'];			
			
			$this->data['stores'] = array();
			
			$this->load->model('setting/store');
			
			$results = $this->model_setting_store->getStores();
			
			foreach ($results as $result) {
				$this->data['stores'][] = array(
					'name' => $result['name'],
					'href' => $result['url']
				);
			}
			
			$this->data['geo_zone'] = HTTPS_SERVER . 'index.php?route=localisation/geo_zone&token=' . $this->session->data['token'];
			$this->data['information'] = HTTPS_SERVER . 'index.php?route=catalog/information&token=' . $this->session->data['token'];
			$this->data['language'] = HTTPS_SERVER . 'index.php?route=localisation/language&token=' . $this->session->data['token'];
			$this->data['logout'] = HTTPS_SERVER . 'index.php?route=common/logout&token=' . $this->session->data['token'];
			$this->data['contact'] = HTTPS_SERVER . 'index.php?route=sale/contact&token=' . $this->session->data['token'];
			$this->data['manufacturer'] = HTTPS_SERVER . 'index.php?route=catalog/manufacturer&token=' . $this->session->data['token'];
			$this->data['module'] = HTTPS_SERVER . 'index.php?route=extension/module&token=' . $this->session->data['token'];
			$this->data['order'] = HTTPS_SERVER . 'index.php?route=sale/order&token=' . $this->session->data['token'];
			$this->data['order_status'] = HTTPS_SERVER . 'index.php?route=localisation/order_status&token=' . $this->session->data['token'];
			$this->data['payment'] = HTTPS_SERVER . 'index.php?route=extension/payment&token=' . $this->session->data['token'];
			$this->data['product'] = HTTPS_SERVER . 'index.php?route=catalog/product&token=' . $this->session->data['token'];
			$this->data['report_purchased'] = HTTPS_SERVER . 'index.php?route=report/purchased&token=' . $this->session->data['token'];
			$this->data['report_sale'] = HTTPS_SERVER . 'index.php?route=report/sale&token=' . $this->session->data['token'];
			$this->data['report_viewed'] = HTTPS_SERVER . 'index.php?route=report/viewed&token=' . $this->session->data['token'];
			$this->data['report_activity'] = HTTPS_SERVER . 'index.php?route=report/activity&token=' . $this->session->data['token'];
			$this->data['report_stock'] = HTTPS_SERVER . 'index.php?route=report/stock&token=' . $this->session->data['token'];
			$this->data['review'] = HTTPS_SERVER . 'index.php?route=catalog/review&token=' . $this->session->data['token'];
			$this->data['shipping'] = HTTPS_SERVER . 'index.php?route=extension/shipping&token=' . $this->session->data['token'];
			$this->data['setting'] = HTTPS_SERVER . 'index.php?route=setting/setting&token=' . $this->session->data['token'];
			$this->data['store'] = HTTP_CATALOG;
			$this->data['stock_status'] = HTTPS_SERVER . 'index.php?route=localisation/stock_status&token=' . $this->session->data['token'];
			$this->data['tax_class'] = HTTPS_SERVER . 'index.php?route=localisation/tax_class&token=' . $this->session->data['token'];
			$this->data['total'] = HTTPS_SERVER . 'index.php?route=extension/total&token=' . $this->session->data['token'];
			$this->data['user'] = HTTPS_SERVER . 'index.php?route=user/user&token=' . $this->session->data['token'];
			$this->data['user_group'] = HTTPS_SERVER . 'index.php?route=user/user_permission&token=' . $this->session->data['token'];
			$this->data['weight_class'] = HTTPS_SERVER . 'index.php?route=localisation/weight_class&token=' . $this->session->data['token'];
			$this->data['length_class'] = HTTPS_SERVER . 'index.php?route=localisation/length_class&token=' . $this->session->data['token'];
			$this->data['zone'] = HTTPS_SERVER . 'index.php?route=localisation/zone&token=' . $this->session->data['token'];
		}

___________________________________________________________​
Resimlerin olacağı klasör admin/view/image/icons/

admin_icon.zip içerisindeki dosyaları(resimleri) sistemin anasayfasına gönderin. Klasör halinde atarsanız direk olacağı yere gider.

Bu Kadar ;)

Menü ikonları> admin_icon.zip

Kodlarla uğraşmayıp direk denemek isteyenler için yukarıdaki değişikliklerin yapıldığı dosyalar vardır. Yüklemeden önce lütfen yedek alınız.> menu_komple_hazir.zip
 

capuela

OpenCart-TR
Katılım
17 Ocak 2011
Mesajlar
56
Tepkime puanı
0
Puanları
0
eline saglık tşkler

hazırını attımda daha panele giremedim :D bembeyaz sayfa cıkdı :D
 

capuela

OpenCart-TR
Katılım
17 Ocak 2011
Mesajlar
56
Tepkime puanı
0
Puanları
0
1.5.1.3 sürümü kulanıyorum son sürüm olsa gerek
 

EnverYigit

OpenCart-TR
Katılım
15 Ara 2011
Mesajlar
199
Tepkime puanı
0
Puanları
0
Yaş
32
1.5 serisinde yönetici panelin kodları farklı olduğu için öyle oluyor. 1.5 için uyumlu değil. locale kurup baktım. düzenleyebilirsem konuya eklerim 1.5 için olanını
 

kursadberkkan

OpenCart-TR
Katılım
28 Tem 2011
Mesajlar
83
Tepkime puanı
0
Puanları
0
admin/controller/common/home.php on line 174Error: Could not load model sale/order!


böyle bir hata verdi!

sürüm 1.4.0
 

EnverYigit

OpenCart-TR
Katılım
15 Ara 2011
Mesajlar
199
Tepkime puanı
0
Puanları
0
Yaş
32
adszzvh.png

1.4.0 İçin Yönetim Paneline Resimli Menü Eklemek

admin/view/template/common/home.tpl

BUL

PHP:
<div style="display: inline-block; width: 100%; margin-bottom: 15px; clear: both;">

ÜSTÜNE EKLE

PHP:
<div>
       <div style="display: inline-block; width: 100%; margin-bottom: 15px; clear: both;">
      <div style="float: center; width: 100%;">
        <div style="background: #3d3d3d; color: #FFF; border-bottom: 1px solid #8EAEC3; padding: 5px; font-size: 14px; font-weight: bold;"><center>Navigasyon Menü</center></div>
        <div style="background: #FCFCFC; border: 1px solid #8EAEC3; padding: 10px; height: 100px;">
        <table height: 180px; >
          <ul id="icons">
				<li>
					<a href="<?php echo $category; ?>">
						<img src="view/image/icons/kategoriler.png">
						<h6>Kategoriler</h6>
					</a>
				</li>
				<li>
					<a href="<?php echo $success; ?>">
						<img src="view/image/icons/kategoriekle.png">
						<h6>Kategori Ekle</h6>
					</a>
				</li>
				<li>
					<a href="<?php echo $product; ?>">
						<img src="view/image/icons/urunler.png">
						<h6>Ürünler</h6>
					</a>
				</li>
				<li>
					<a href="<?php echo $success2; ?>">
						<img src="view/image/icons/urunekle.png">
						<h6>Ürün Ekle</h6>
					</a>
				</li>
				<li>
					<a href="<?php echo $review; ?>">
						<img src="view/image/icons/yorumlar.png">
						<h6>Yorumlar</h6>
					</a>
				</li>
				<li>
					<a href="<?php echo $information; ?>">
						<img src="view/image/icons/bilgisayfa.png">
						<h6>Bilgi Sayfaları</h6>
					</a>
				</li>
				<li>
					<a href="<?php echo $order; ?>">
						<img src="view/image/icons/rapor.png">
						<h6>Siparişler</h6>
					</a>
				</li>
				<li>
					<a href="<?php echo $customer; ?>">
						<img src="view/image/icons/kullanicigrup.png">
						<h6>Müşteriler</h6>
					</a>
				</li>
				<li>
					<a href="<?php echo $contact; ?>">
						<img src="view/image/icons/mail2.png">
						<h6>Toplu E-Posta</h6>
					</a>
				</li>
				<li>
					<a href="<?php echo $backup; ?>">
						<img src="view/image/icons/yedekle.png">
						<h6>Yedekle</h6>
					</a>
				</li>
				<li>
					<a href="<?php echo $report_stock; ?>">
						<img src="view/image/icons/stok.png">
						<h6>Stok Durumu</h6>
					</a>
				</li>
			</ul>
        </table>
      </div>
    </div>
	
	<br>

___________________________________________________________​

admin/view/stylesheet/stylesheet.css

EN ALTA EKLE

PHP:
/* NAVIGASYON MENU */

#icons {
float: center;
list-style: none;
margin:0;
padding:0;
}
#icons a {
text-decoration: none;
}
#icons li {
float: left;
width: 100px;
height: 100px;
border:0px solid #ccc;
margin: 0 7px 7px 0;
}
#icons li:hover {
border:1px solid #aaa;
background: #ddd;
}
#icons li img {
padding: 8px 18px 2px 18px;
text-align: center;
border:0px;
}
#icons li h6 {
color: #333;
font-size:12px;
text-align: center;
margin:0;
padding:0;
}

/* NAVIGASYON MENU */

___________________________________________________________​

admin/controller/common/home.php

BUL

PHP:
$this->data['text_no_results'] = $this->language->get('text_no_results');

ALTINA EKLE

PHP:
		$this->data['text_backup'] = $this->language->get('text_backup');
		$this->data['text_catalog'] = $this->language->get('text_catalog');
		$this->data['text_category'] = $this->language->get('text_category');
		$this->data['text_country'] = $this->language->get('text_country');
		$this->data['text_coupon'] = $this->language->get('text_coupon');
		$this->data['text_currency'] = $this->language->get('text_currency');			
		$this->data['text_customer'] = $this->language->get('text_customer');
		$this->data['text_customer_group'] = $this->language->get('text_customer_group');
		$this->data['text_sale'] = $this->language->get('text_sale');
		$this->data['text_download'] = $this->language->get('text_download');
		$this->data['text_error_log'] = $this->language->get('text_error_log');
		$this->data['text_extension'] = $this->language->get('text_extension');
		$this->data['text_feed'] = $this->language->get('text_feed');
		$this->data['text_geo_zone'] = $this->language->get('text_geo_zone');
		$this->data['text_dashboard'] = $this->language->get('text_dashboard');
		$this->data['text_help'] = $this->language->get('text_help');
		$this->data['text_information'] = $this->language->get('text_information');
		$this->data['text_language'] = $this->language->get('text_language');
      	$this->data['text_localisation'] = $this->language->get('text_localisation');
		$this->data['text_logout'] = $this->language->get('text_logout');
		$this->data['text_contact'] = $this->language->get('text_contact');
		$this->data['text_manufacturer'] = $this->language->get('text_manufacturer');
		$this->data['text_module'] = $this->language->get('text_module');
		$this->data['text_order'] = $this->language->get('text_order');
		$this->data['text_order_status'] = $this->language->get('text_order_status');
		$this->data['text_payment'] = $this->language->get('text_payment');
		$this->data['text_product'] = $this->language->get('text_product'); 
		$this->data['text_reports'] = $this->language->get('text_reports');
		$this->data['text_report_purchased'] = $this->language->get('text_report_purchased');     		
		$this->data['text_report_sale'] = $this->language->get('text_report_sale');
      	$this->data['text_report_viewed'] = $this->language->get('text_report_viewed');
		$this->data['text_review'] = $this->language->get('text_review');
		$this->data['text_support'] = $this->language->get('text_support');
		$this->data['text_shipping'] = $this->language->get('text_shipping');		
     	$this->data['text_setting'] = $this->language->get('text_setting');
		$this->data['text_stock_status'] = $this->language->get('text_stock_status');
		$this->data['text_store'] = $this->language->get('text_store');
		$this->data['text_system'] = $this->language->get('text_system');
		$this->data['text_tax_class'] = $this->language->get('text_tax_class');
		$this->data['text_total'] = $this->language->get('text_total');
		$this->data['text_user'] = $this->language->get('text_user');
		$this->data['text_user_group'] = $this->language->get('text_user_group');
		$this->data['text_users'] = $this->language->get('text_users');
      	$this->data['text_documentation'] = $this->language->get('text_documentation');
      	$this->data['text_weight_class'] = $this->language->get('text_weight_class');
		$this->data['text_measurement_class'] = $this->language->get('text_measurement_class');
		$this->data['text_opencart'] = $this->language->get('text_opencart');
		$this->data['text_opencart_tr'] = $this->language->get('text_opencart_tr');
      	$this->data['text_zone'] = $this->language->get('text_zone');

BUL

PHP:
$this->data['entry_range'] = $this->language->get('entry_range');

ALTINA EKLE

PHP:
if ($this->user->isLogged()) {
			$this->data['logged'] = sprintf($this->language->get('text_logged'), $this->user->getUserName());
		} else {
			$this->data['logged'] = '';
		}
		 
		$this->data['backup'] = $this->url->https('tool/backup');
		$this->data['category'] = $this->url->https('catalog/category');
		$this->data['success'] = $this->url->https('catalog/category/insert');
		$this->data['success2'] = $this->url->https('catalog/product/insert');
		$this->data['country'] = $this->url->https('localisation/country');
		$this->data['currency'] = $this->url->https('localisation/currency');
		$this->data['coupon'] = $this->url->https('sale/coupon');
		$this->data['customer'] = $this->url->https('sale/customer');
		$this->data['customer_group'] = $this->url->https('sale/customer_group');
		$this->data['download'] = $this->url->https('catalog/download');
		$this->data['error_log'] = $this->url->https('tool/error_log');
		$this->data['feed'] = $this->url->https('extension/feed');			
		$this->data['geo_zone'] = $this->url->https('localisation/geo_zone');
		$this->data['home'] = $this->url->https('common/home'); 
		$this->data['information'] = $this->url->https('catalog/information');
		$this->data['language'] = $this->url->https('localisation/language');
		$this->data['logout'] = $this->url->https('common/logout');
		$this->data['contact'] = $this->url->https('sale/contact');
		$this->data['manufacturer'] = $this->url->https('catalog/manufacturer');
		$this->data['module'] = $this->url->https('extension/module');
		$this->data['order'] = $this->url->https('sale/order');
		$this->data['order_status'] = $this->url->https('localisation/order_status');
		$this->data['payment'] = $this->url->https('extension/payment');
		$this->data['product'] = $this->url->https('catalog/product');
		$this->data['report_purchased'] = $this->url->https('report/purchased');
		$this->data['report_sale'] = $this->url->https('report/sale');
      	$this->data['report_viewed'] = $this->url->https('report/viewed');
		$this->data['review'] = $this->url->https('catalog/review');
		$this->data['shipping'] = $this->url->https('extension/shipping');
		$this->data['setting'] = $this->url->https('setting/setting');
		$this->data['stock_status'] = $this->url->https('localisation/stock_status');
		$this->data['store'] = HTTP_CATALOG;
      	$this->data['tax_class'] = $this->url->https('localisation/tax_class');
		$this->data['total'] = $this->url->https('extension/total');
		$this->data['user'] = $this->url->https('user/user');
      	$this->data['user_group'] = $this->url->https('user/user_permission');
      	$this->data['weight_class'] = $this->url->https('localisation/weight_class');
		$this->data['measurement_class'] = $this->url->https('localisation/measurement_class');
      	$this->data['zone'] = $this->url->https('localisation/zone');

___________________________________________________________

Resimlerin olacağı klasör admin/view/image/icons/

Resimler ilk konudadır..


1.4.0 da denenmiştir..
 

EnverYigit

OpenCart-TR
Katılım
15 Ara 2011
Mesajlar
199
Tepkime puanı
0
Puanları
0
Yaş
32
Selim64' Alıntı:
Selamlar
1.4.9.3 için nasıl uyarlıyabilirim ?

İlk mesajımdaki gibi gerekli düzenlemeleri yapıp resim dosyalarını atın..

1.4.9.3 denenmiştir.
 

Selim64

OpenCart-TR
Katılım
8 Ara 2010
Mesajlar
31
Tepkime puanı
0
Puanları
0
Web sitesi
www.fondomain.com
1493 sıfırdan kurulum yapılınca çalıştı
lakin iki sorun var
1. Türkçe karekter sorunu ( sadece resim menülerinde )
2. son on sipariş bölümü boğuluyor.
 

EnverYigit

OpenCart-TR
Katılım
15 Ara 2011
Mesajlar
199
Tepkime puanı
0
Puanları
0
Yaş
32
1.dediğin bomsuz olarak ekleme yaparsan çözülür..

Dosyaları notepad++ vb. yazı editörüyle düzenleyin sorun çıkmasın birde resimdeki gibi utf8 bomsuz olarak işaretleyin

68645729.png


2.dediğini resimli olarak gösterirsen yardım edeyim..
 

Selim64

OpenCart-TR
Katılım
8 Ara 2010
Mesajlar
31
Tepkime puanı
0
Puanları
0
Web sitesi
www.fondomain.com
Alttaki resimde göründüğü gibi admin sayfasının altı uzadı lakin
son on sipariş bölümü altta kalıp boğuldu.

Pano01.png
 

EnverYigit

OpenCart-TR
Katılım
15 Ara 2011
Mesajlar
199
Tepkime puanı
0
Puanları
0
Yaş
32
admin/view/template/common/home.tpl

dosyanı buraya ekler misin?
 

Selim64

OpenCart-TR
Katılım
8 Ara 2010
Mesajlar
31
Tepkime puanı
0
Puanları
0
Web sitesi
www.fondomain.com
[/php]<?php echo $header; ?>
<div class="box">
<div class="left"></div>
<div class="right"></div>
<div class="heading">
<h1 style="background-image: url('view/image/home.png');"><?php echo $heading_title; ?></h1>
</div>
<div class="content">
<div>
<div style="display: inline-block; width: 100%; margin-bottom: 15px; clear: both;">
<div style="float: center; width: 100%;">
<div style="background: #3d3d3d; color: #FFF; border-bottom: 1px solid #8EAEC3; padding: 5px; font-size: 14px; font-weight: bold;"><center>Navigasyon Menü</center></div>
<div style="background: #FCFCFC; border: 1px solid #8EAEC3; padding: 10px; height: 100px;">
<table height: 180px; >
<ul id="icons">
<li>
<a href="<?php echo $category; ?>">
<img src="view/image/icons/kategoriler.png">
<h6>Kategoriler</h6>
</a>
</li>
<li>
<a href="<?php echo $success; ?>">
<img src="view/image/icons/kategoriekle.png">
<h6>Kategori Ekle</h6>
</a>
</li>
<li>
<a href="<?php echo $product; ?>">
<img src="view/image/icons/urunler.png">
<h6>Ürünler</h6>
</a>
</li>
<li>
<a href="<?php echo $success2; ?>">
<img src="view/image/icons/urunekle.png">
<h6>Ürün Ekle</h6>
</a>
</li>
<li>
<a href="<?php echo $review; ?>">
<img src="view/image/icons/yorumlar.png">
<h6>Yorumlar</h6>
</a>
</li>
<li>
<a href="<?php echo $information; ?>">
<img src="view/image/icons/bilgisayfa.png">
<h6>Bilgi Sayfaları</h6>
</a>
</li>
<li>
<a href="<?php echo $order; ?>">
<img src="view/image/icons/rapor.png">
<h6>Siparişler</h6>
</a>
</li>
<li>
<a href="<?php echo $customer; ?>">
<img src="view/image/icons/kullanicigrup.png">
<h6>Müşteriler</h6>
</a>
</li>
<li>
<a href="<?php echo $contact; ?>">
<img src="view/image/icons/mail2.png">
<h6>Toplu E-Posta</h6>
</a>
</li>
<li>
<a href="<?php echo $backup; ?>">
<img src="view/image/icons/yedekle.png">
<h6>Yedekle</h6>
</a>
</li>
<li>
<a href="<?php echo $report_stock; ?>">
<img src="view/image/icons/stok.png">
<h6>Stok Durumu</h6>
</a>
</li>
</ul>
</table>
</div>
</div>

<br>
<div style="display: inline-block; width: 100%; margin-bottom: 15px; clear: both;">
<div style="float: left; width: 49%;">
<div style="background: #547C96; color: #FFF; border-bottom: 1px solid #8EAEC3; padding: 5px; font-size: 14px; font-weight: bold;"><?php echo $text_overview; ?></div>
<div style="background: #FCFCFC; border: 1px solid #8EAEC3; padding: 10px; height: 180px;">
<table cellpadding="2" style="width: 100%;">
<tr>
<td width="80%"><?php echo $text_total_sale; ?></td>
<td align="right"><?php echo $total_sale; ?></td>
<tr>
<td><?php echo $text_total_sale_year; ?></td>
<td align="right"><?php echo $total_sale_year; ?></td>
</tr>
<tr>
<td><?php echo $text_total_order; ?></td>
<td align="right"><?php echo $total_order; ?></td>
</tr>
<tr>
<td><?php echo $text_total_customer; ?></td>
<td align="right"><?php echo $total_customer; ?></td>
</tr>
<tr>
<td><?php echo $text_total_customer_approval; ?></td>
<td align="right"><?php echo $total_customer_approval; ?></td>
</tr>
<tr>
<td><?php echo $text_total_product; ?></td>
<td align="right"><?php echo $total_product; ?></td>
</tr>
<tr>
<td><?php echo $text_total_review; ?></td>
<td align="right"><?php echo $total_review; ?></td>
</tr>
<tr>
<td><?php echo $text_total_review_approval; ?></td>
<td align="right"><?php echo $total_review_approval; ?></td>
</tr>
</table>
</div>
</div>
<div style="float: right; width: 49%;">
<div style="background: #547C96; color: #FFF; border-bottom: 1px solid #8EAEC3;">
<div style="width: 100%; display: inline-block;">
<div style="float: left; font-size: 14px; font-weight: bold; padding: 7px 0px 0px 5px; line-height: 12px;"><?php echo $text_statistics; ?></div>
<div style="float: right; font-size: 12px; padding: 2px 5px 0px 0px;"><?php echo $entry_range; ?>
<select id="range" onchange="getSalesChart(this.value)" style="margin: 2px 3px 0 0;">
<option value="day"><?php echo $text_day; ?></option>
<option value="week"><?php echo $text_week; ?></option>
<option value="month"><?php echo $text_month; ?></option>
<option value="year"><?php echo $text_year; ?></option>
</select>
</div>
</div>
</div>
<div style="background: #FCFCFC; border: 1px solid #8EAEC3; padding: 10px; height: 49%;">
<div id="report" style="width: 400px; height: 180px; margin: auto;"></div>
</div>
</div>
</div>
<div>
<div style="background: #547C96; color: #FFF; border-bottom: 1px solid #8EAEC3; padding: 5px; font-size: 14px; font-weight: bold;"><?php echo $text_latest_10_orders; ?></div>
<div style="background: #FCFCFC; border: 1px solid #8EAEC3; padding: 10px;">
<table class="list">
<thead>
<tr>
<td class="right"><?php echo $column_order; ?></td>
<td class="left"><?php echo $column_name; ?></td>
<td class="left"><?php echo $column_status; ?></td>
<td class="left"><?php echo $column_date_added; ?></td>
<td class="right"><?php echo $column_total; ?></td>
<td class="right"><?php echo $column_action; ?></td>
</tr>
</thead>
<tbody>
<?php if ($orders) { ?>
<?php foreach ($orders as $order) { ?>
<tr>
<td class="right"><?php echo $order['order_id']; ?></td>
<td class="left"><?php echo $order['name']; ?></td>
<td class="left"><?php echo $order['status']; ?></td>
<td class="left"><?php echo $order['date_added']; ?></td>
<td class="right"><?php echo $order['total']; ?></td>
<td class="right"><?php foreach ($order['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="6"><?php echo $text_no_results; ?></td>
</tr>
<?php } ?>
</tbody>
</table>
</div>
</div>
</div>
</div>
<!--[if IE]>
<script type="text/javascript" src="view/javascript/jquery/flot/excanvas.js"></script>
<![endif]-->
<script type="text/javascript" src="view/javascript/jquery/flot/jquery.flot.js"></script>
<script type="text/javascript"><!--
function getSalesChart(range) {
$.ajax({
type: 'GET',
url: 'index.php?route=common/home/chart&token=<?php echo $token; ?>&range=' + range,
dataType: 'json',
async: false,
success: function(json) {
var option = {
shadowSize: 0,
lines: {
show: true,
fill: true,
lineWidth: 1
},
grid: {
backgroundColor: '#FFFFFF'
},
xaxis: {
ticks: json.xaxis
}
}

$.plot($('#report'), [json.order, json.customer], option);
}
});
}

getSalesChart($('#range').val());
//--></script>
<?php echo $footer; ?>
 

EnverYigit

OpenCart-TR
Katılım
15 Ara 2011
Mesajlar
199
Tepkime puanı
0
Puanları
0
Yaş
32
BUL

PHP:
<div>
<div style="background: #547C96; color: #FFF; border-bottom: 1px solid #8EAEC3; padding: 5px; font-size: 14px; font-weight: bold;"><?php echo $text_latest_10_orders; ?></div>

ÜZERİNE EKLE

PHP:
</div>


Yapılış Videosu Tek Tek Anlatım

[video=youtube]http://www.youtube.com/watch?v=9ldQvl75StA[/video]​

HD Videoyu İndir: http://enveryigit.googlecode.com/files/eeee.mp4​
 

Selim64

OpenCart-TR
Katılım
8 Ara 2010
Mesajlar
31
Tepkime puanı
0
Puanları
0
Web sitesi
www.fondomain.com
Çabaların için çok Teşşekkürler Kardeşim
Ben senden Razıyım ALLAH,ım sende Razı ol Amin
Saygılarımla
 

omeroquz

OpenCart-TR
Katılım
3 Ağu 2013
Mesajlar
1
Tepkime puanı
0
Puanları
0
usta icon resimlerini yükleyemiyorum nedn ? yani bilgisayara indiremedm linkte hata var ?
 
Üst