Xem bài viết đơn
  #1  
24-02-2012, 02:39 PM
adminbao adminbao is offline
Đầy Tớ Của Nhân Dân
Facebook: https://www.facebook.com/tuthienbaocom

Default [php]Code Shop Thú Nhồi Bông






User : admin
Pass : 123456

Mở file .htaccess

Tìm :
RewriteBase /
cái này là trở về root thư mục gốc.

Thay bằng :
RewriteBase shop/
cái này là trở về đến thư mục shop/.

Cách tích hợp ngôn ngữ khác :

Mở file systems/system_controller.php
Code:
/////////////////// Lang ///////////////////////////////////// 		if($get_khithe !="" && is_file('components/com_'.$get_khithe.'/languages/'.$get_khithe.'_vi.php')) {  			require_once('components/com_'.$get_khithe.'/languages/'.$get_khithe.'_vi.php'); 		} 		if($post_khithe!="" && is_file('components/com_'.$post_khithe.'/languages/'.$post_khithe.'_vi.php')) {  			require_once('components/com_'.$post_khithe.'/languages/'.$post_khithe.'_vi.php'); 		} 		$this->language = $lang; 		/////////////////// END Lang /////////////////////////////////////
_vi.php => _en.php

sau đó vào cácthuwrr mục component languages
coppy file sửa file thành _vi.php => _en.php là xong. Cái này các bạn tự code để cho phù hợp với các bạn.


Lang cho home///
Mở file index lên sửa ở đây.

require_once('system/languages/vietnamese.php');

các bạn thử tích hợp nhé. Dạo này bận quá. Đăng làm hồ sơ xin việc..... Hicc hic ....


Không xóa được giỏ hàng thì sửa như sau :

administrator\components\com_shoppingcarts\shoppin gcarts_view\js_css\script.js

tìm dòng:
var CatPID = document.getElementById('tools_select').value;
sửa thành :

Code:
var CatPID = '';



Pass: tuthienbao.com(Không copy link để tải)
Download: Đối với link từ google.com các bạn không biết tải thì xem cái này: Click Here
DOWNLOAD
TÌM BÀI VIẾT KHÁC SEARCH TRÊN THANH TIM KIẾM PHÍA TRÊN WEB
ĐÃ CẬP NHẬT HẾT SÁCH GIẢI CÁC MÔN CÁC LỚP VUI LÒNG ĐÁNH TÊN BÀI KÈM LỚP PHÍA TRÊN TÌM KIẾM

Trả Lời Với Trích Dẫn