discomonkey Posted November 19, 2004 Posted November 19, 2004 Extra pages - Info Box-V3.2.1 contribution http://www.oscommerce.com/community/contri...ons,2021/page,4 STS contribution http://www.oscommerce.com/community/contri...,all/search,STS I'm just updated my site with the Extra pages - Info Box-V3.2.1 contribution, and it seems that the STS contribution is intereing with it. (my site: http://www.martinadesigns.com/catalog/) Has anyone encountered this problem? Quote
discomonkey Posted November 19, 2004 Author Posted November 19, 2004 nevermind I figured it out. For anyone who is curiuos: Instead of catalog/includes/column_left.php (or column_right.php) ADD require(DIR_WS_BOXES . 'info_pages.php'); Do this: catalog/includes/sts_user_code.php ADD $sts_block_name = 'newthingbox'; require(STS_START_CAPTURE); require(DIR_WS_BOXES . 'info_pages.php'); require(STS_STOP_CAPTURE); $template['newthingbox'] = strip_unwanted_tags($sts_block['newthingbox'], 'newthingbox'); where newthingbox = the name you want to use for your $tag in sts_template.html. Then simply add that name in sts_template.html. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.