- Katılım
- 13 Ağu 2009
- Mesajlar
- 3,200
- Tepkime puanı
- 1
- Puanları
- 38
- Yaş
- 39
- Konum
- Bursa
- Web sitesi
- www.opencart-tr.com
Yazılar en kısa sürede çevrilecektir.
Hata Düzeltmeleri
Eklenen Özellikler
Değişiklik Yapılan Dosyalar
1.4.9.3 versiyonundan 1.4.9.4 versiyonuna güncelleme
Katalog tema dosyalarında sadece header.tpl ve pp_standart.tpl dosyasında değişiklik yapılmıştır. pp_standart dosyasını sizi etkilemez ama header.tpl dosyasını kendi temanızda kullandığınız dosya ile karşılaştırınız.
Bunun dışında diğer dosyalarda da değişiklik yaptıysanız o dosyalarıda gözden geçirmeniz gerekecektir.
Değişiklik yapılan dosyaları buradan indirin ve sitenize yükleyin.
Üzerine yazılsın mı sorusuna evet deyin.
Aşağıdaki sorguyu phpmyadminden SQL ile çalıştırın. Kurulum yaparken ön-ek kullanmadıysanız oc_order tablolardaki oc_ ekini kaldırın. Kullandıysanız ve aşağıdakinden farklıysa kendi ön-ekiniz ile değiştirin.
OpenCart 1.4.9.4 Türkçe Tam Sürüm ve Dil dosyaları için
http://www.opencart-tr.com/dosyalar
Daha eski sürümlerden 1.4.9.4 sürümüne güncellemek için
http://forum.opencart-tr.com/thread-1131.html
Hata Düzeltmeleri
- Colspan fixed for admin product list when no products found
- Search not working on all pages fixed
- Removed Foreach in Cache::get function since it returns after the first file anyway
- Added touch() to cache file before unlink to avoid the file race condition
- Add IP back to order edit page (accidentally removed in 1.4.9)
- Removed language status check for download edit
- Fixed language autodetect to check if language is enabled
- Fixed php error when loading information controller with no information_id
- Possible additional fixes for mail to use base64 encoding in subject
- Fixed column width issue fpr product totals in admin order edit
- Updated Paypal Standard to latest patch + auto-bypass for 0.00 totals
- Fixed text_error in category page
- Email validation simplified to check for *@*.*
- Fixed security issue with Moneybookers payment gateway
- Fixed USPS issues do to 2011 change
- Fixed flat rate wording on description (broke in 1.4.9)
- Fixed Paypal Pro currency conversion issue
Eklenen Özellikler
- Specials listed in the admin product list also show when start or end is 0000-00-00
- Allow resetting invoice id to 1 by changing invoice prefix
- Added invoice_date field to order to store the date the invoice was generated
- Added invoice date to actual invoice print
- Added additional help text for some features to explain their function better
- New Account Create alert mail option
- Added email to db insert for admin on new install
- Converted setting.php controller to use the new proposed optimization standard methods (cut filesize in half)
- Added additional security params in htaccess
- Additional minor code optimizations
- Updated USPS to use RateV4 API
- New Account Success continues to checkout/shipping instead of checkout/cart since it is more intuitive
- Removed fedex placeholder files since they reference a deprecated api
- Added date header to mail class to help prevent spam filtering
Değişiklik Yapılan Dosyalar
Kod:
upload/admin/controller/catalog/product.php
upload/admin/controller/payment/moneybookers.php
upload/admin/controller/sale/order.php
upload/admin/controller/setting/setting.php
upload/admin/controller/shipping/usps.php
upload/admin/language/english/catalog/category.php
upload/admin/language/english/catalog/information.php
upload/admin/language/english/localisation/language.php
upload/admin/language/english/payment/moneybookers.php
upload/admin/language/english/sale/order.php
upload/admin/language/english/setting/setting.php
upload/admin/language/english/shipping/usps.php
upload/admin/model/sale/order.php
upload/admin/view/template/catalog/download_form.tpl
upload/admin/view/template/catalog/product_list.tpl
upload/admin/view/template/payment/moneybookers.tpl
upload/admin/view/template/sale/order_form.tpl
upload/admin/view/template/sale/order_invoice.tpl
upload/admin/view/template/setting/setting.tpl
upload/admin/view/template/shipping/usps.tpl
upload/admin/index.php
upload/catalog/controller/account/create.php
upload/catalog/controller/account/success.php
upload/catalog/controller/information/information.php
upload/catalog/controller/payment/moneybookers.php
upload/catalog/controller/payment/pp_pro.php
upload/catalog/controller/payment/pp_standard.php
upload/catalog/controller/product/category.php
upload/catalog/model/shipping/flat.php
upload/catalog/model/shipping/usps.php
upload/catalog/model/total/shipping.php
upload/catalog/view/theme/default/template/common/header.tpl
upload/catalog/view/theme/default/template/payment/pp_standard.tpl
upload/install/model/install.php
upload/install/opencart.sql
upload/install/upgrade.sql
upload/system/library/cache.php
upload/system/library/mail.php
upload/system/startup.php
upload/.htaccess.txt
upload/index.php
1.4.9.3 versiyonundan 1.4.9.4 versiyonuna güncelleme
Katalog tema dosyalarında sadece header.tpl ve pp_standart.tpl dosyasında değişiklik yapılmıştır. pp_standart dosyasını sizi etkilemez ama header.tpl dosyasını kendi temanızda kullandığınız dosya ile karşılaştırınız.
Bunun dışında diğer dosyalarda da değişiklik yaptıysanız o dosyalarıda gözden geçirmeniz gerekecektir.
Değişiklik yapılan dosyaları buradan indirin ve sitenize yükleyin.
Üzerine yazılsın mı sorusuna evet deyin.
Aşağıdaki sorguyu phpmyadminden SQL ile çalıştırın. Kurulum yaparken ön-ek kullanmadıysanız oc_order tablolardaki oc_ ekini kaldırın. Kullandıysanız ve aşağıdakinden farklıysa kendi ön-ekiniz ile değiştirin.
PHP:
ALTER TABLE `oc_order` ADD `invoice_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' AFTER invoice_prefix;
ALTER TABLE `oc_order` MODIFY `invoice_prefix` varchar(24) COLLATE utf8_bin NOT NULL;
INSERT INTO `oc_country` (`country_id`, `name`, `iso_code_2`, `iso_code_3`, `address_format`, `postcode_required`, `status`) VALUES (NULL, 'Channel Islands', 'CI', 'CHI', '', 0, 1) ON DUPLICATE KEY UPDATE country_id=country_id;
SET @cid='';
SELECT @cid:=`country_id` FROM oc_country WHERE `iso_code_2` = 'CI' and `name` = 'Channel Islands';
INSERT INTO `oc_zone` (`zone_id`, `country_id`, `code`, `name`, `status`) VALUES (NULL, @cid, 'JER', 'Jersey', 1) ON DUPLICATE KEY UPDATE zone_id=zone_id;
INSERT INTO `oc_zone` (`zone_id`, `country_id`, `code`, `name`, `status`) VALUES (NULL, @cid, 'GUE', 'Guernsey', 1) ON DUPLICATE KEY UPDATE zone_id=zone_id;
INSERT INTO `oc_zone` (`zone_id`, `country_id`, `code`, `name`, `status`) VALUES (NULL, @cid, 'ALD', 'Alderney', 1) ON DUPLICATE KEY UPDATE zone_id=zone_id;
INSERT INTO `oc_zone` (`zone_id`, `country_id`, `code`, `name`, `status`) VALUES (NULL, @cid, 'SRK', 'Sark', 1) ON DUPLICATE KEY UPDATE zone_id=zone_id;
INSERT INTO `oc_zone` (`zone_id`, `country_id`, `code`, `name`, `status`) VALUES (NULL, @cid, 'HRM', 'Herm', 1) ON DUPLICATE KEY UPDATE zone_id=zone_id;
OpenCart 1.4.9.4 Türkçe Tam Sürüm ve Dil dosyaları için
http://www.opencart-tr.com/dosyalar
Daha eski sürümlerden 1.4.9.4 sürümüne güncellemek için
http://forum.opencart-tr.com/thread-1131.html