Hi,
I LOVE this template. So far everything has been working perfectly. However, I am having an issue with the Wish list plugin. I can't get the Add to Wish list button to center.
This is the code that is supposed to go in tpl_product_info_display.php:
Code:
<!--bof Wishlist button -->
<!--<br class="clearBoth" />
optional depending where the code is added-->
<?php if (UN_MODULE_WISHLISTS_ENABLED) {
if ( $_SESSION['customer_id'] ) {
echo '<div id="productWishlistLink" class="buttonRow back">';
echo zen_image_submit(UN_BUTTON_IMAGE_WISHLIST_ADD, UN_BUTTON_WISHLIST_ADD_ALT, 'name="wishlist" value="yes"');
echo '</div>';
} else {
echo '<div>';
echo UN_BOX_WISHLIST_LOGIN_TEXT;
echo '</div>';
}
} else {}
?>
<!--eof Wishlist button -->
The button shows, and it works and all, but no matter what I try, I cannot get it to align in the center (directly below the Add to Cart button) Can anyone help me with this?
Thanks.
Bookmarks