Design Magento: I cambiamenti del tema dalla 1.6.2 alla 1.7

Con la nuova versione di Magento sono state introdotte nuove funzionalità, corretti bug, e migliorato il codice.

Ovviamente anche il design ha subito diverse modifiche, di seguito potete trovare l’elenco completo delle modifiche fatte all’interno dei file layout e di template.

Se il vostro tema è fatto secondo le giuste norme di realizzazione forse l’intervento di modifica da fare ai file è minimo, infatti la maggior parte delle modifiche riguardano nuove funzionalità o alcune piccole correzioni di quelle vecchie (layered navigation, wishlist e captcha). Non è detto che aggiornare i file del tema sia necessario, le funzioni php sono state quasi sempre mantenute in attesa di deprecarle successivamente oppure riguardano aggiunte di casi particolari (aggiunte di condizioni if oppure separazione di contenuti).
Sicuramente il caso più rilevante riguarda la wishlist che è stata spezzettata in più parti (pagina da una parte e tabella dall’altra).
Per fare le modifiche potete semplicemente confrontare i file di “base” della 1.6 e della 1.7 e adattare il vostro file di tema di conseguenza senza ovviamente fare modifiche ai file di “base”.

 

File modificati

default/layout/authorizenet.xml
default/layout/bundle.xml
default/layout/catalog.xml
default/layout/downloadable.xml
default/layout/googleanalytics.xml
default/layout/moneybookers.xml
default/layout/page.xml
default/layout/paypal.xml
default/layout/paypaluk.xml
default/layout/wishlist.xml
default/template/bundle/catalog/product/price.phtml
default/template/callouts/right_col.phtml
default/template/catalog/layer/filter.phtml
default/template/catalog/layer/state.phtml
default/template/catalog/layer/view.phtml
default/template/catalog/msrp/popup.phtml
default/template/catalog/product/compare/list.phtml
default/template/catalog/product/price.phtml
default/template/catalog/product/price_msrp.phtml
default/template/catalog/product/price_msrp_item.phtml
default/template/catalog/product/price_msrp_noform.phtml
default/template/catalog/product/view.phtml
default/template/catalog/product/view/addto.phtml
default/template/catalog/product/view/options.phtml
default/template/catalog/product/view/tierprices.phtml
default/template/catalog/seo/sitemap.phtml
default/template/catalogsearch/advanced/form.phtml
default/template/catalogsearch/form.mini.phtml
default/template/checkout/cart.phtml
default/template/checkout/cart/item/default.phtml
default/template/checkout/cart/noItems.phtml
default/template/checkout/cart/render/default.phtml
default/template/checkout/cart/render/simple.phtml
default/template/checkout/cart/shipping.phtml
default/template/checkout/multishipping/overview.phtml
default/template/checkout/multishipping/shipping.phtml
default/template/checkout/onepage.phtml
default/template/checkout/onepage/billing.phtml
default/template/checkout/onepage/login.phtml
default/template/checkout/onepage/payment/methods.phtml
default/template/checkout/onepage/progress.phtml
default/template/checkout/onepage/shipping.phtml
default/template/checkout/onepage/shipping_method/available.phtml
default/template/checkout/success.phtml
default/template/checkout/total/default.phtml
default/template/checkout/total/tax.phtml
default/template/customer/account/dashboard.phtml
default/template/customer/account/dashboard/info.phtml
default/template/customer/address/edit.phtml
default/template/customer/form/address.phtml
default/template/customer/form/forgotpassword.phtml
default/template/customer/form/login.phtml
default/template/customer/form/newsletter.phtml
default/template/customer/form/register.phtml
default/template/customer/widget/name.phtml
default/template/customer/widget/taxvat.phtml
default/template/downloadable/catalog/product/links.phtml
default/template/downloadable/catalog/product/samples.phtml
default/template/downloadable/checkout/cart/item/default.phtml
default/template/downloadable/checkout/multishipping/item/downloadable.phtml
default/template/downloadable/checkout/onepage/review/item.phtml
default/template/downloadable/customer/products/list.phtml
default/template/downloadable/email/order/items/creditmemo/downloadable.phtml
default/template/downloadable/email/order/items/invoice/downloadable.phtml
default/template/downloadable/email/order/items/order/downloadable.phtml
default/template/downloadable/sales/order/creditmemo/items/renderer/downloadable.phtml
default/template/downloadable/sales/order/invoice/items/renderer/downloadable.phtml
default/template/downloadable/sales/order/items/renderer/downloadable.phtml
default/template/email/order/items.phtml
default/template/giftmessage/inline.phtml
default/template/newsletter/subscribe.phtml
default/template/page/html/notices.phtml
default/template/paypal/express/review.phtml
default/template/paypal/hss/js.phtml
default/template/paypal/hss/redirect.phtml
default/template/persistent/checkout/onepage/billing.phtml
default/template/persistent/checkout/onepage/login.phtml
default/template/persistent/customer/form/login.phtml
default/template/persistent/customer/form/register.phtml
default/template/persistent/remember_me.phtml
default/template/sales/order/details.phtml
default/template/sales/order/info.phtml
default/template/sales/order/print.phtml
default/template/sales/order/print/creditmemo.phtml
default/template/sales/order/print/invoice.phtml
default/template/sales/order/totals.phtml
default/template/sales/order/trackinginfo.phtml
default/template/shipping/tracking/popup.phtml
default/template/tax/checkout/shipping.phtml
default/template/tax/checkout/tax.phtml
default/template/tax/order/tax.phtml
default/template/wishlist/email/items.phtml
default/template/wishlist/email/rss.phtml
default/template/wishlist/item/configure/addto.phtml
default/template/wishlist/render/item/price_msrp_item.phtml
default/template/wishlist/shared.phtml
default/template/wishlist/sharing.phtml
default/template/wishlist/sidebar.phtml
default/template/wishlist/view.phtml

File Aggiunti

default/layout/captcha.xml
default/layout/oauth.xml
default/template/captcha/zend.phtml
default/template/googleanalytics/ga.phtml
default/template/oauth/authorize/button-simple.phtml
default/template/oauth/authorize/button.phtml
default/template/oauth/authorize/confirm-simple.phtml
default/template/oauth/authorize/confirm.phtml
default/template/oauth/authorize/form/login-simple.phtml
default/template/oauth/authorize/form/login.phtml
default/template/oauth/authorize/head-simple.phtml
default/template/oauth/authorize/reject-simple.phtml
default/template/oauth/authorize/reject.phtml
default/template/oauth/customer/token/list.phtml
default/template/page/html/topmenu.phtml
default/template/payment/form/banktransfer.phtml
default/template/payment/form/cashondelivery.phtml
default/template/payment/info/banktransfer.phtml
default/template/paypal/express/review/address.phtml
default/template/paypal/express/review/shipping/method.phtml
default/template/paypaluk/express/review.phtml
default/template/wishlist/button/share.phtml
default/template/wishlist/button/tocart.phtml
default/template/wishlist/button/update.phtml
default/template/wishlist/item/column/cart.phtml
default/template/wishlist/item/column/image.phtml
default/template/wishlist/item/column/info.phtml
default/template/wishlist/item/column/remove.phtml
default/template/wishlist/item/list.phtml