Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>After upgrading to Magento 1.8.1 you need to edit your existing template files. </p> <p>The files listed below need te be change in order to be compatible with Magento 1.8.1. If they exist in your custom theme, compare them to the original <code>base/default/template</code> files.</p> <ul> <li><code>your_package/your_theme/template/customer/form/newsletter.phtml</code></li> <li><code>your_package/your_theme/template/customer/form/login.phtml</code></li> <li><code>your_package/your_theme/template/customer/form/edit.phtml</code></li> <li><code>your_package/your_theme/template/customer/address/edit.phtml</code></li> <li><code>your_package/your_theme/template/whishlist/view.phtml</code></li> <li><code>your_package/your_theme/template/whishlist/sharing.phtml</code></li> <li><code>your_package/your_theme/template/review/form.phtml</code></li> <li><code>your_package/your_theme/template/persistent/customer/form/login.phtml</code></li> <li><code>your_package/your_theme/template/persistent/checkout/onepage/login.phtml</code></li> <li><code>your_package/your_theme/template/checkout/onepage/login.phtml</code></li> <li><code>your_package/your_theme/template/checkout/multishipping/overview.phtml</code></li> <li><code>your_package/your_theme/template/checkout/cart.phtml</code></li> <li><code>your_package/your_theme/template/catalog/product/view.phtml</code></li> <li><code>your_package/your_theme/template/sendfriend/send.phtml</code></li> <li><code>your_package/your_theme/template/sales/reorder/sidebar.phtml</code></li> </ul> <p>Edit these files and add <code>&lt;?php echo $this-&gt;getBlockHtml('formkey'); ?&gt;</code> after the <code>&lt;form ...&gt;</code> open tag</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload