I am trying to edit the onepage/review/item.phtml to add specific attributes such as "sku" and "shippingtime".
In the onepage checkout a file is loaded from another (not base) template (i had to install a module to be "german market ready"). I´ve deleted this item.phtml cause I thought Magento would load the onepage/review/item.phtml from the standard template or my template.
The folder structure should be ok:
/app/design/frontend/default/theme254k/template/checkout/onepage/review/item.phtml
Magento is still loading the not existent item.phtml so there are no items in checkout (no item.phtml where Magento wants it).
Did I do something wrong? Why doesn't it load the "new" item.phtml even if old one does not exist?
frontend/base/default/template/magesetup/checkout/onepage/review/item.phtmlI deleted this file and created a new one in:/app/design/frontend/default/theme254k/template/checkout/onepage/review/item.phtmlMagento is still loading the first one wich doesnt exists anymore.
– Jan Oct 14 '14 at 11:54