new instruction for adding this box to use if you are using STS:
1. Unpack in your root directory;
2. Edit "/includes/filenames.php" adding:
define('FILENAME_SHOP_BY_PRICE','shop_by_price.php ');
3. Edit "/includes/modules/sts_inc/sts.column_left" adding:
find:"
include(DIR_WS_BOXES . 'specials.php');
$sts->restart_capture ('specialbox', 'box'); // Get special box
$sts->template['specialfriendbox']=$sts->template['specialbox']; // Shows specials or tell a friend
"
add after:"
include(DIR_WS_BOXES . 'shop_by_price.php');
$sts->restart_capture ('shopbypricebox', 'box');
$sts->template['shopbypricebox']=$sts->template['shopbypricebox'];
"
4. call $shopbypricebox anywhere in your sts pages. enjoy!
More...





LinkBack URL
About LinkBacks









Bookmarks