ruden 53 Posted January 11, 2020 Hook System Only 2.3.x.x version osCommerce Some addons use a hook system, use for compatibility. This is commit @haraldpdl Hooks #254https://github.com/osCommerce/oscommerce2/pull/254/files Install ------- In /includes/application_top.php Add code to the bottom of the file, before the last closing ?> require(DIR_FS_CATALOG . 'includes/classes/hooks.php'); $OSCOM_Hooks = new hooks('shop'); In /admin/includes/application_top.php Add code to the bottom of the file, before the last closing ?> require(DIR_FS_CATALOG . 'includes/classes/hooks.php'); $OSCOM_Hooks = new hooks('admin'); 2 Smoky Barnable and valquiria23 reacted to this Vanilla osCommerce this fork osCommerce v2.3.5 Download | Demo | Support Share this post Link to post Share on other sites
FlagShipper 1 Posted May 14, 2020 Tried to install this on 2.3.4 but application_top.php doesn't have a ?> at the end of the file and just pasting the code at the end of the file gave my page white screen syndrome. Trying to get reCAPTCHA to stop spam accounts and the addon says it needs this. Share this post Link to post Share on other sites
johnwoo 0 Posted September 1, 2020 (edited) On 5/14/2020 at 11:16 PM, FlagShipper said: Tried to install this on 2.3.4 but application_top.php doesn't have a ?> at the end of the file and just pasting the code at the end of the file gave my page white screen syndrome. Trying to get reCAPTCHA to stop spam accounts and the addon says it needs this. I have exactly the same (not that I miss the ?>, but white screen for shop enrty. Admin part does not present a white screen though..) Edited September 1, 2020 by johnwoo Share this post Link to post Share on other sites
♥14steve14 657 Posted September 1, 2020 Is there not a recaptcha addon that is compatible with your versions of oscommerce. If not why not update to a better version like Phoenix. REMEMBER BACKUP, BACKUP AND BACKUP Share this post Link to post Share on other sites