I wanted to remove the Product descriptions and the Add to Cart buttons, etc from the Latest module, so I commented out the relevant code in the Latest.tpl file. I have achieved the desired result on the front end, but now my error log is filling up with these two error messages:
Code: Select all
Undefined index: notify_enable in /.../public_html/system/modification/catalog/view/theme/default/template/module/latest.tpl on line 35
Undefined index: button_cart in /.../public_html/system/modification/catalog/view/theme/default/template/module/latest.tpl on line 35
I think that at least one of these errors (notify_enable variable) is due to a module that I have installed, which sends out a notification email when a product is out of stock. The extension developer is not getting back to me so I was hoping to resolve this issue myself.
I assume that I will also need to remove the lines of code from the extension which address the Latest module? The extension is OCMOD so where can I find the files that need changing?
I have OC2.0.1.1
Thank you for your help