Woo hoo, someone is awake :)
But yes, that is some of the code I already tried.
Woo hoo, someone is awake :)
But yes, that is some of the code I already tried.
I bet I got confused---no shock there...lol
but is the button not showing up for you on your store? If you post a link to the store--even if it is a test site then others can see what it is you are getting and probably be of more help.
I think there was something about trouble with css buttons but not sure...
so post link to your store:
store version:
wishlist version:
The problem is not the button, it's what happens when you click on the button, the problem is functional. I listed the results of all the different options I tried. So it is not a visual problem, rather a functional problem.
version is 0.9, and zencart as I said, v 1.3.9h
I have read through this thread, and also another thread on the same module, I think I may have posted in the wrong one.
Any way I can transfer this over to the later thread?
This is what it should be:
If that doesn't work, it is something else you need to fix.PHP Code:
<!--bof Wishlist button -->
<br class="clearBoth" />
<?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 other thread may be read better, if the problem persist, you may get better response there.
Hi thanks so much for your answer. Unfortunately that gives this result: Click add to cart, product is added to cart. Click add to wishlist, product is added to cart.
When I turn off the css buttons, your code works fine. So it has something to do with the css buttons, I think. I'd rather lose the css buttons than lose the wishlist :)
So I'll go and make myself a pretty set of buttons now, as I don't know any other options to try.
Thanks for your help
Heather
Hi I am running the latest wish list mod with Zen 1.3.9h. Can't provide a link i'm afraid as the mod is running on local host only at the mo. All was working fine until I changed all customer visible occurancies of "wishlist" to "My Gallery" Now i'm getting 500 errors every time I try to add to wish list.
This is where the error happens - http://localhost/159-bus-at-piccadil...r_of_uploads=0.
and Here : http://localhost/index.php?main_page=wishlist.
Any ideas? I've gone through all of the files I have changed and can't see that I have changed anything I shouldn't have!
Thanks
Last edited by blackriver; 7 Nov 2011 at 12:42 PM. Reason: Addition of Error
I would suggest---especially since the links don't go anywhere---to reupload the original files for the wishlist mod to ensure it is working again.
Then carefully do the manual edits again...also have you checked your cache folder to see if the files show what kind of error there may need fixing?
try the cache folder first...remember to empty it out if you have not done so yet.
Thanks DarkAngel - I reinstalled from original and now working fine - just need to make those edits again - very carefully!
Bookmarks