by avefenix » Mon Oct 04, 2010 12:12 pm
Jim, I read that twice, and I'm responding too fast, but I don't think I'm misinterpreting.
First of all, I have v. 9 0 3 0 1 and I have product cross sell on the more info page. In fact, I believe it was there from the beginning with the Modern theme. I DID have to get creative to get the cart itself out on the more info page. I had them in the right sidebar, and the form or the cross sell was just name and price. Just now I felt it was a little isolated up there, and moved it down below the more info data section. There I can control it for columns and such, but I have been unsuccessful at either finding the define for it, or specifying one to override, so that I could put in the image, and maybe a bit more. I only use it for accessories or batteries and such, to complete or augment the original product.
It was then that the original question came up, because I liked the idea of yet another section in the same ilk, with related, similar, or such products, to give the client some options, but I'm off that right now. Just the way to change the definition of the PRODUCT_CROSS_SELL. I've done text level searches on much of the code on the site. The following is working well, but only puts out name and price.
#FNCR Working on a cross sell table before the boilerplate and below the MI data.
#<!-- Product Cross-sell -->#
[-- IF PRODUCT.CrossSell "0" --]
#do nothing
[-- ELSE --]
# Put out the table
<div class="products">
<table class="products" width="100%" align="center" border="[-- VAR.border --]" cellpadding="3" cellspacing="0">
<tr>
<td id="related" colspan="2">People who ordered [-- PRODUCT.Name--] also ordered:
</td>
</tr>
[-- LOOP PRODUCT_CROSS_SELL 2 --]
<td valign="top" align="left">[-- PRODUCT_CROSS_SELL --]</td>
[-- END_LOOP PRODUCT_CROSS_SELL --]
</table>
</div>
[-- END_IF --]
Thanks, Jim - This is not the most important thing on my plate.
Charley Christman