I've designed my site using STS and have since slowly added a couple of contributions. I've got the x-sell contribution working which is a cross selling modification. What I cant do is get STS to pick it up in my product_info template.
I found this code at the bottom of the sts_product_info.php file and uncommented it, i also replaced the last bit of code to FILENAME_XSELL_PRODUCTS to call the x-sell variable:
The problem is the recommendation comes through at the top of the page, and i havent event added the $alsopurchased to the template page. This took immediate effect upon uploading the sts_product_info.php script... Any ideas or help???!!!!! See picture for what i mean:Code:// See if any "Also Purchased" items // I suspect that this won't work yet if ((USE_CACHE == 'true') && empty($SID)) { $template['alsopurchased'] = tep_cache_also_purchased(3600); } else { $template['alsopurchased'] = include(DIR_WS_MODULES . FILENAME_XSELL_PRODUCTS); }
![]()





LinkBack URL
About LinkBacks










Bookmarks