Giang Ho Posted July 27, 2010 Share Posted July 27, 2010 Mình đã sửa code như sau :1. Mở file /classes/Tools.php và sửa file Tools.php trong thư mục classes. Tìm đến dòng code sau:Code:switch ($c_format) // dòng 210{/* X 0,000.00 */case 1:$ret = $c_sign.' '.number_format($price, 2, '.', ',');break;/* 0 000,00 X*/case 2:$ret = number_format($price, 2, ',', ' ').' '.$c_sign;break;/* X 0.000,00 */case 3:$ret = $c_sign.' '.number_format($price, 2, ',', '.');break;/* 0,000.00 X */case 4:$ret = number_format($price, 2, '.', ',').' '.$c_sign;break;// Thêm vào đoạn mã sau /* 0.000 X as with VND*/case 5:$ret = number_format($price, 0, ',', '.').' '.$c_sign;break;/* 0 000 X as with VND*/case 6:$ret = number_format($price, 0, ',', ' ').' '.$c_sign;break;}2. Sửa file AdminCurrencies.php trong Admin/Tabs. Tìm đến đoạn code sau:Code:';$currency_formats = array(1 => 'X0,000.00 ('.$this->l('as with dollars').')',2 => '0 000,00X ('.$this->l('as with euros').')',3 => 'X0.000,00',4 => '0,000.00X',// Thêm vào đoạn mã sau5 => '0.000X ('.$this->l('as with VNĐ').'),6 => '0 000X ('.$this->l('as with VNĐ').'));3. Tiếp theo, Đăng nhập trang quản trị PrestaShopBack Office >> Payment >> CurrenciesTới đây thì nó trong trơn , không có option gì trong đó nên không thêm được VNDBạn nào biết hướng dẫn cho mình với nhé.Ah mình xài Prestashop 1.3.1 nhaThanks Link to comment Share on other sites More sharing options...
Giang Ho Posted July 28, 2010 Author Share Posted July 28, 2010 Không ai help mình hả trời ?? Link to comment Share on other sites More sharing options...
lehai Posted June 23, 2011 Share Posted June 23, 2011 Bạn phải tạo thêm 1 đơn vị tiền tệ thì mới đc. Sửa code nhưng vẫn phải tạo thêm đơn vị tiền việt Link to comment Share on other sites More sharing options...
haylam.vn Posted April 25, 2012 Share Posted April 25, 2012 Bạn đã làm đủ các bước hướng dẫn chưa Đăng nhập trang quản trị PrestaShop Back Office >> Payment >> Currencies Tạo một đơn vị tiền tệ (currency) mới bằng cách: Click vào Add new Nhập các giá trị sau: Currency: VNĐ ISO Code: VND Conversion rate:tỉ giá VNĐ so với giá của đồng Euro (mặc định) Mình chỉ dùng đồng $ và VNĐ nên set Conversion rate của $ là 1. Formatting: 0.000,00 X (as with VNĐ) Chọn VND làm loại tiền chính từ drop-down list. Bạn đọc lại bài này nhé http://www.kenh360.com/cntt/prestashop/huong-dan/them-don-vi-tien-te-vnd-cho-prestashop.html Link to comment Share on other sites More sharing options...
nhokjoy Posted May 7, 2012 Share Posted May 7, 2012 cách thay đổi này k phù hợp với ver 1.4.7, ai biết cách chỉ mình với Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now