Hi Anne,
No, I couldn't work it out but in the end I decided not to use the right hand sideboxes anyway which evened everything up again.
But another issue I'm having is that I'm trying to limit the number of characters on the Product Titles as some are longer than others thus making the "box" move down (I attached an image in an earlier post).
I have been on the zen cart forums and have found the code to change but it is still not working.
I was told that the original code was a bad code, or something like that but I changed the original code on line 140 and 142 to the following:
$lc_text = '<h3 class="itemTitle"><a href="' . zen_href_link(zen_get_info_page($listing->fields['products_id']), 'cPath=' . (($_GET['manufacturers_id'] > 0 and $_GET['filter_id'] > 0) ? zen_get_generated_category_path_rev($_GET['filter_id']) : ($_GET['cPath'] > 0 ? zen_get_generated_category_path_rev($_GET['cPath']) : zen_get_generated_category_path_rev($listing->fields['master_categories_id']))) . '&products_id=' . $listing->fields['products_id']) . '">' . zen_trunc_string($listing->fields['products_name'],30) . '</a></h3><div class="listingDescription">' . zen_trunc_string(zen_clean_html(stripslashes(zen_get_products_description($listi ng->fields['products_id'], $_SESSION['languages_id']))), PRODUCT_LIST_DESCRIPTION) . '</div>';
Is there anything in there that you can see why it wouldn't work? Also, the original code was written in there twice, word for word, so I changed both of them, then only just the one etc but whichever way I did it, it still wouldn't reduce the number of characters in the title.
Anna
www.toycrazy.com.au



Reply With Quote
