Hi there
Just upgraded to 1.3.7 from 1.3.5 and need a little help regarding the a couple of the images.
When I go to my address book while logged in as a customer I see the following:
a box with a X and BUTTON_IMAGE_DELETE_SMALL
I get the same problem with the new logout image feature on the checkout success page.
I used developer tool kit to search for the problem and I think the problem may be in the following files.
includes/languages/english/button_names.phpCode:Line #27 : define('BUTTON_IMAGE_DELETE_SMALL', 'button_delete_small.gif');templates/template_default/templates/tpl_address_book_default.phpNot sure what to look for in the code which might be causing the problem!!Code:Line #39 : <div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_ADDRESS_BOOK_PROCESS, 'edit=' . $addresses['address_book_id'], 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_EDIT_SMALL, BUTTON_EDIT_SMALL_ALT) . '</a> <a href="' . zen_href_link(FILENAME_ADDRESS_BOOK_PROCESS, 'delete=' . $addresses['address_book_id'], 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_DELETE_SMALL, BUTTON_DELETE_SMALL_ALT) . '</a>'; ?></div>
Any help would be great.
TIA



Not quite sure what you mean?
