OK, this was buggin me so I played with the code---as many of you know I do not code I edit fairly well with help...LOL
but I managed to do this to the code from the readme file. perhaps it can be added to the readme or the text in the download area for others with 1.3.9h stores. I know that things go forward but when there is no need to the added security (for the stores without the use of paying with cash,check or moneyorder via store) and only using paypal we don't need 1.5+...yet
This is what I did, unfortunately though.....IF CSS buttons in layout settings is set to yes---it will not work and the original code will not only send both wishlist and add to cart to shopping cart for 1.3.9h and using either wishlist .09 and .09a I have no clue if there are others with lower cart versions, theirs might still behave.
this what I did---But it works only if CSS buttons is set to NO:
moved to after <!--eof line: <!--<br class="clearBoth" />
removed this totally: optional depending where the code is added-->
Code:<!--bof Wishlist button --> <?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 --> <!--<br class="clearBoth" />
Now they go to their respective areas. You still only see the message that it was successful, it does not show you our wishlist like before, no idea why, it just refreshes the page with the message topside.
my button got smaller and no clue how to make it look bigger but will keep hacking away at the problem...LOL
but I am happy so far...LOL
Bookmarks