Page 14 of 32 FirstFirst ... 4121314151624 ... LastLast
Results 131 to 140 of 312
  1. #131
    Join Date
    Nov 2006
    Posts
    512
    Plugin Contributions
    0

    Default Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    Im no expert, but if i were you I would remove the mod completely, see if you can log in then...re-install the mod on a test server to troubleshoot the issue. I myself do not have this file in my WL mod.

  2. #132
    Join Date
    Jan 2008
    Posts
    50
    Plugin Contributions
    0

    Default Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    I just installed it (zen cart v.1.3.8), gives me error:

    1146 Table 'pillownp_zc1.un_wishlists' doesn't exist
    in:
    [SELECT id FROM un_wishlists w WHERE w.customers_id=2 and w.default_status=1 ]

    I did add the prefix "pillownp_zc1" in sql file

    Please help

    Thank you

    Zafer

  3. #133
    Join Date
    Jan 2008
    Posts
    50
    Plugin Contributions
    0

    Default Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    I think I got it now on live site, but in the admin it gives me same error

  4. #134
    Join Date
    Jan 2008
    Posts
    50
    Plugin Contributions
    0

    Default Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    Quote Originally Posted by zafer View Post
    I think I got it now on live site, but in the admin it gives me same error
    I got it to work

  5. #135
    Join Date
    Jan 2008
    Posts
    84
    Plugin Contributions
    0

    Default Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    Mind sharing zafer I have the same error

  6. #136
    Join Date
    Jan 2008
    Posts
    84
    Plugin Contributions
    0

    Default Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    Quote Originally Posted by digidiva-kathy View Post
    Never mind, I also figured it out, but I think I'll share the solution for future frustrated users ;)

    in includes>extra_datafiles>un_database_tables.php

    add the prefix to the table names defined here.

    What do add to this file sorry I am bit new stll. Just curious what prefix this is.

  7. #137
    Join Date
    Jan 2008
    Posts
    84
    Plugin Contributions
    0

    Default Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    Quote Originally Posted by lankeeyankee View Post
    Try this:

    To create an actual button for your product pages ...

    Go to includes/languages/english/button_names.php and add the following

    Code:
    define('BUTTON_IMAGE_WISHLIST', 'button_wishlist.gif');
    define('BUTTON_WISHLIST_ALT', 'Add To Wishlist');
    Now save that file to includes/languages/english/YOUR_CUSTOM_TEMPLATE_NAME/button_names.php


    Create a button image that you'd like to include on your product page, save it as button_wishlist.gif to the includes/templates/YOURTEMPLATE/images/buttons/english folder.


    On your product page add the following where you'd like the button to show up.

    Code:
     <?php 
    // (un): start wishlist link
    echo  '<a href="' . zen_href_link(UN_FILENAME_WISHLIST, zen_get_all_get_params(array('action', 'products_id')) . 'products_id='.(int)$_GET['products_id'].'&action=un_add_wishlist') . '">' . zen_image_button(BUTTON_IMAGE_WISHLIST, BUTTON_WISHLIST_ALT) ?> </a>
    // (un): end wishlist link
    ?>
    Hope that helps.

    Matt
    MY question is where to put this so it shows up on all the product pages or do I have to enter it into each page I would like to put it next to the add to cart button like here

  8. #138
    Join Date
    Mar 2008
    Posts
    33
    Plugin Contributions
    0

    Default Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    Quote Originally Posted by 13moons View Post
    I have had wishlist working for quite awhile. A customer told me that going to the second page of a freind's wishlist forced them back to "Find a Wishlist" page. This I verified as true and cannot get to the second page. However if an option is chosen in the dropdown boxes, including the default, it all works fine. This is the first I have known of this and as far as I know nothing has changed to effect this. I have Zen 1.3.7 and wishlist .41.
    Also is there an easy way to default to the extended view?
    Thanks
    Jeff
    I having the same problem any more info on this?

  9. #139
    Join Date
    Nov 2003
    Posts
    111
    Plugin Contributions
    0

    Default Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    Sorry Odessy no real solution yet. If a customer emails about it I just have to give them that work around I mentioned.

  10. #140
    Join Date
    May 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    Is this distorted table normal?
    I am a total NooB

 

 
Page 14 of 32 FirstFirst ... 4121314151624 ... LastLast

Similar Threads

  1. Wishlist 0.9
    By vinnyna in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 23 Nov 2011, 03:52 PM
  2. 1.3 Compatible Contributions
    By borzoid in forum All Other Contributions/Addons
    Replies: 83
    Last Post: 26 Apr 2009, 11:50 PM
  3. MZMT compatible?
    By robeartoesart in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 4 Oct 2006, 01:29 PM

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