Thread: Wishlist

Page 24 of 38 FirstFirst ... 14222324252634 ... LastLast
Results 231 to 240 of 378
  1. #231
    Join Date
    Apr 2009
    Posts
    15
    Plugin Contributions
    0

    Default Re: Wishlist

    Woo hoo, someone is awake :)

    But yes, that is some of the code I already tried.

  2. #232
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Wishlist

    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:

  3. #233
    Join Date
    Apr 2009
    Posts
    15
    Plugin Contributions
    0

    Default Re: Wishlist

    Quote Originally Posted by DarkAngel View Post
    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?

  4. #234
    Join Date
    Nov 2006
    Posts
    296
    Plugin Contributions
    2

    Default Re: Wishlist

    Quote Originally Posted by heatherm View Post
    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:
    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_ADDUN_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 -->
    If that doesn't work, it is something else you need to fix.
    The other thread may be read better, if the problem persist, you may get better response there.

  5. #235
    Join Date
    Apr 2009
    Posts
    15
    Plugin Contributions
    0

    Default Re: Wishlist

    Quote Originally Posted by nagelkruid View Post
    This is what it should be:
    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_ADDUN_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 -->
    If that doesn't work, it is something else you need to fix.
    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

  6. #236
    Join Date
    May 2011
    Posts
    3
    Plugin Contributions
    0

    red flag Re: Wishlist

    Quote Originally Posted by nagelkruid View Post
    This is what it should be:
    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_ADDUN_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 -->
    If that doesn't work, it is something else you need to fix.
    The other thread may be read better, if the problem persist, you may get better response there.

    any updates on this ?

  7. #237
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Wishlist

    Quote Originally Posted by thewebdot View Post
    any updates on this ?
    if you are talking about the css button problem then most likely not any update...it would have been posted right here.

  8. #238
    Join Date
    Mar 2011
    Posts
    20
    Plugin Contributions
    0

    Default Re: Wishlist

    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

  9. #239
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Wishlist

    Quote Originally Posted by blackriver View Post
    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

    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.

  10. #240
    Join Date
    Mar 2011
    Posts
    20
    Plugin Contributions
    0

    Default Re: Wishlist

    Thanks DarkAngel - I reinstalled from original and now working fine - just need to make those edits again - very carefully!

 

 
Page 24 of 38 FirstFirst ... 14222324252634 ... LastLast

Similar Threads

  1. v151 Wishlist
    By Kevin205 in forum General Questions
    Replies: 0
    Last Post: 15 Jan 2013, 01:45 AM
  2. Wishlist
    By simplemedia in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 20 Apr 2012, 08:40 PM
  3. Wishlist 0.9
    By vinnyna in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 23 Nov 2011, 03:52 PM
  4. 1.5.0 wishlist?
    By trickobrien in forum Upgrading to 1.5.x
    Replies: 2
    Last Post: 21 Oct 2011, 07:16 PM
  5. Wishlist
    By Dutchman in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 3 Oct 2007, 02:37 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR