Recheck the clean file as you have typos ...
Code:define('BUTTON_IMAGE_BUY_NOW', buynow-button.jpg');
You are missing the single quote:
there may be others but at least that much is wrong ...Code:define('BUTTON_IMAGE_BUY_NOW', 'buynow-button.jpg');




