I am SOOOO close,
I get the original white image showing and now I get the black attribute image below, then below that a small box saying image not avalable, so I got something wrong some were.
in:tpl_shopping_cart_default.php
line 85: reads:
echo zen_image(DIR_WS_IMAGES . $value['attributes_image'], $products[$i]['name'], IMAGE_SHOPPING_CART_WIDTH, IMAGE_SHOPPING_CART_HEIGHT);
line 89 through 102 reads:
<?php
if (isset($product['attributes']) && is_array($product['attributes'])) {
echo '';
}else {
?><span id="cartImage" class="back"><?php echo $product['productsImage']; ?></span><?PHP
}
echo $product['attributeHiddenField'];
if (isset($product['attributes']) && is_array($product['attributes'])) {
echo '<div class="cartAttribsList">';
echo '<ul>';
reset($product['attributes']);
foreach ($product['attributes'] as $option => $value) {echo zen_image(DIR_WS_IMAGES . $value['attributes_image'], $products[$i]['name'], IMAGE_SHOPPING_CART_WIDTH, IMAGE_SHOPPING_CART_HEIGHT);
?>