This may be very obvious, but my google/shopsite fu is failing me. I'm setting up a product cross sell. The images I'm using are the default original, size 1, 2, and 3's. Some of the images we have are thin vertically (hanging banners versus, say, plates) so if you look at the horizontal list of products to cross sell its jig jagged (for a lack of better way to describe it):
http://www.aapsupplies.com/4549.10.php
You can see what I'm looking at here. When I created my product pages, I was able to better customize the containers for the image versus the product title, product number, forms, etc so they are in line but I cannot find how I can do that here. The code for the product cross sell is:
- Code: Select all
[-- IF Product.MoreInformationProductCrossSell --]
[-- IF PRODUCT.CrossSell "0" --]
[-- ELSE --]
<div class="product_crosssell">
<table class="pcs_table" align="center" valign="center">
<tr><td colspan="3" id="pcs_mi">[-- STORE.CartCrossSellHeader --]</td></tr>
[-- LOOP PRODUCT_CROSS_SELL 8 --]
<td class="pcs_table_content" align="center" valign="center"><h6>[-- PRODUCT_CROSS_SELL --]</h6></td>
[-- END_LOOP PRODUCT_CROSS_SELL --]
</table>
</div>
[-- END_IF --]
[-- END_IF --]
I also have this in my product template:
- Code: Select all
[-- DEFINE PRODUCT_CROSS_SELL --]
[-- INCLUDE cross-sell-default.sst PROCESS --]
[-- END_DEFINE PRODUCT_CROSS_SELL --]
I'm sure more information may be required so ask away. Any thoughts are most appreciated. Thanks!
--Krystal