This is a discussion on X-sell and STS - do they not get on together? within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; I've designed my site using STS and have since slowly added a couple of contributions. I've got the x-sell contribution ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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: 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);
}
|
| Sponsored Links | ||
| ||
| |
|
#2
| ||||
| ||||
| I do not know STS at all, but it looks like html formatting problem, like an item out of a table or missing tag. View the sourcecode in an html editor with error highlighting or look at the tags really closely. I bet you find a few missing tags.
__________________ Michael Sasek osCMax Developer
|
|
#3
| |||
| |||
| This problem has since been solved. |
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| X-sell display | spurs20 | osCommerce 2.2 Modification Help | 1 | 08-09-2005 09:44 AM |
| X-Sell problems | razz2 | osCMax v1.7 Discussion | 2 | 02-16-2005 10:40 AM |
| I want to sell in UK£ not Dollars | owarnes | osCommerce 2.2 Modification Help | 1 | 01-08-2003 08:51 PM |
| Is there a way to sell without starting account? | Anonymous | osCommerce 2.2 Modification Help | 1 | 11-26-2002 01:35 PM |