Changes:
== OpenCart v1.4.9.3 ==
FIXES:
- BUG: Notice: Undefined index: postcode_required if country set to please select
- BUG: customer checks out and wants to change either the Shipping or Payment address, a "The page you requested cannot be found" error appears
- BUG: Homepage modules cannot use document library class methods because the "header" module was loading before the homepage modules.
- BUG: Disabling Bestseller items causes the limit to be (limit-1)
- BUG: setting controller had copy/paste bug for icon/logo check
- BUG: php.ini setting "max_upload_filesize" should be "upload_max_filesize" which explains why it didn't work
- BUG: Paypal standard sandbox mode shows "text_testmode" instead of the correct testmode message
- BUG: Postcode callback for address page was wrong
- BUG: When reviews disabled, sort by still shows reviews in list
- BUG: undefined index: default on customer edit screen for multiple addresses
- BUG: mail subject and sender were not decoding html for ", &, ', ø, etc causing mail not to send
Added:
- Additional attempts to get rid of the cache unlink error messages
- Paypal passing of state and phone for credit card address
- Copied products are disabled by default and marked with [*]
- Product Price Column on Product List page including special price
- Google Base Feed support for currency (USD, EUR, GBP)
- Removed "self" from related products and category parents
- Improved document class loading in header.php
- Enhanced currency library functions
- Added Trim to address details to avoid spaces
- Added UCWords to address details to auto capitalize
- Alternating color rows for admin lists
- Added x_invoice_num to authorize.net
- Added slight improvement to category caching for empty categories
- Added support for discounts greater than product total for paypal standard
- Added Hawkey's improved version of Admin Order Edit. This version comes with the following improvements and limitations:
---- It will allow you to add or delete products and it will update the Subtotal, TAX and Total.
---- It will also recognize if a product is a Special even-tough it will not show the special price in the list
---- It will recognize Quality discount with date, customer group, and quantity.
---- It will NOT let you change the payment nor the shipment method.
---- It will NOT let you change the Shipping costs.
---- Be aware that if you change the sort order of the "Extension->Order Total" area, it will not map correctly to the values in previously edited orders.
Delta:
DOWNLOADS: OFFICIAL BUG THREAD:Files Changed Since 1.4.9.2
==========================
upload/admin/controller/catalog/category.php
upload/admin/controller/catalog/product.php
upload/admin/controller/feed/google_base.php
upload/admin/controller/sale/customer.php
upload/admin/controller/sale/order.php
upload/admin/controller/setting/setting.php
upload/admin/language/english/catalog/product.php
upload/admin/language/english/feed/google_base.php
upload/admin/language/english/setting/setting.php
upload/admin/model/catalog/product.php
upload/admin/model/sale/order.php
upload/admin/view/template/catalog/product_form.tpl
upload/admin/view/template/catalog/product_list.tpl
upload/admin/view/template/common/header.tpl
upload/admin/view/template/feed/google_base.tpl
upload/admin/view/template/sale/customer_form.tpl
upload/admin/view/template/sale/order_form.tpl
upload/admin/index.php
upload/admin/php.ini
upload/catalog/controller/account/address.php
upload/catalog/controller/account/create.php
upload/catalog/controller/checkout/address.php
upload/catalog/controller/checkout/guest_step_1.php
upload/catalog/controller/common/header.php
upload/catalog/controller/common/home.php
upload/catalog/controller/feed/google_base.php
upload/catalog/controller/payment/authorizenet_aim.php
upload/catalog/controller/payment/pp_standard.php
upload/catalog/controller/payment/twocheckout.php
upload/catalog/controller/product/category.php
upload/catalog/controller/product/manufacturer.php
upload/catalog/controller/product/search.php
upload/catalog/controller/product/special.php
upload/catalog/language/english/checkout/guest_step_1.php
upload/catalog/language/english/payment/pp_standard.php
upload/catalog/model/account/customer.php
upload/catalog/model/catalog/category.php
upload/catalog/model/catalog/product.php
upload/catalog/view/theme/default/template/checkout/address.tpl
upload/catalog/view/theme/default/template/common/header.tpl
upload/catalog/view/theme/default/template/payment/pp_standard.tpl
upload/catalog/view/theme/default/template/payment/twocheckout.tpl
upload/catalog/view/theme/default/template/product/category.tpl
upload/install/opencart.sql
upload/install/upgrade.sql
upload/system/library/cache.php
upload/system/library/currency.php
upload/system/library/mail.php
upload/.htaccess.txt
upload/index.php
upload/php.ini
http://forum.opencart.com/viewtopic.php?f=31&t=24368
NOTES:
Most 1.4.9.x themes should work fine. There were only tiny changes to the tpl files and only the header.tpl is likely to be something you'd have different in a custom theme. Be sure your custom themes never have their own "payment" folder as that folder should always be left out so that the default is used so that any updates to payment modules are applied to your store