creativeone Posted October 22, 2006 Posted October 22, 2006 I seem to having missing infoboxes on my index page and then duplicate boxes on my other pages. If you look at my store - which is using STS http://www.excellentmultimedia.com/~familyin/shop/ you can see what I am talking about. any ideas why this is happening? Thanks. Cindy Quote
crash3903 Posted October 22, 2006 Posted October 22, 2006 (edited) check your includes/column_right.php and column_left.php for the info boxes you wnat to see or lose Edited October 22, 2006 by crash3903 Quote Regards Mark A Reynolds
creativeone Posted October 22, 2006 Author Posted October 22, 2006 check your includes/column_right.php and column_left.php for the info boxes you wnat to see or lose I did that. Unfortunately nothing seemed to make a difference. Any other ideas? Quote
bkellum Posted October 23, 2006 Posted October 23, 2006 (edited) I did that. Unfortunately nothing seemed to make a difference. Any other ideas? Hi there, sorry to hear you are having problems. With STS, you need to add the $boxname tag where you want the infobox to appear. The included documentation will describe the issue of how each tag will interact with other tags. For example, the $specialprice tag will not show if it has not been defined in the oscommerce admin. Also, the $bestsellersbox will show the bestsellers box if no product ID is ont the page or if a customer is loggedin and has asked to receive noiticaitons for all products, otherwise, it will show the notification box. You would not want to use the $bestsellersbox tag in tandem with the $notificationbox tag because you could end up with two of the same boxes on your page. This goes for other tags that are dynamically dependent upon the user and the page being displayed. I provided morre information in the STS documentation. Nice site by the way! :thumbsup: Edited October 23, 2006 by bkellum Quote Bill Kellum Sounds Good Productions STS Tutorials & more: STSv4.6, STS Add-ons (STS Power Pack), STS V4 Forum STS Forum FREE TEMPLATE
creativeone Posted October 24, 2006 Author Posted October 24, 2006 Hi there, sorry to hear you are having problems. With STS, you need to add the $boxname tag where you want the infobox to appear. The included documentation will describe the issue of how each tag will interact with other tags. For example, the $specialprice tag will not show if it has not been defined in the oscommerce admin. Also, the $bestsellersbox will show the bestsellers box if no product ID is ont the page or if a customer is loggedin and has asked to receive noiticaitons for all products, otherwise, it will show the notification box. You would not want to use the $bestsellersbox tag in tandem with the $notificationbox tag because you could end up with two of the same boxes on your page. This goes for other tags that are dynamically dependent upon the user and the page being displayed. I provided morre information in the STS documentation. Nice site by the way! :thumbsup: Oh that makes sense. Thanks so much. Quote
pingpongrob Posted January 5, 2007 Posted January 5, 2007 I seem to having missing infoboxes on my index page and then duplicate boxes on my other pages. If you look at my store - which is using STS http://www.excellentmultimedia.com/~familyin/shop/ you can see what I am talking about. any ideas why this is happening? Thanks. Cindy Hello Cindy, I am having the same problem as you. Have you solved it as yet, if so can you please let me know what you did. I also Have the STS module installed. and have duplicate info boxes, especially the notification info box. Kind Regards Rob :thumbsup: Quote
lhjava Posted January 13, 2007 Posted January 13, 2007 Hello Cindy, I am having the same problem as you. Have you solved it as yet, if so can you please let me know what you did. I also Have the STS module installed. and have duplicate info boxes, especially the notification info box. Kind Regards Rob :thumbsup: I don't know whether there are something about this issue but I fixed it by edit includes\modules\sts_column_left.php find $sts->template['bestsellersbox']=$sts->template['notificationbox']; // Otherwise select notification box replace with $sts->template['notificationbox']=$sts->template['notificationbox']; // Otherwise select notification box find $sts->template['specialfriendbox']=$sts->template['tellafriendbox']; // Shows specials or tell a friend replace with $sts->template['tellafriendbox']=$sts->template['tellafriendbox']; // Shows specials or tell a friend I fixed the problem just do these. 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.