Results 1 to 6 of 6
  1. #1
    Join Date
    Aug 2006
    Posts
    19
    Plugin Contributions
    0

    Default Wishlist Pictures

    For http://www.mudpuddlz.com

    I added the Wishlist plugin to the site, but when someone adds an item to thier wishlist, the image is full size.

    Question: Is there a way to make the pictures in the wishlist thumbnails or to define the size of them?

    Thank you

  2. #2
    Join Date
    Aug 2006
    Posts
    19
    Plugin Contributions
    0

    Default Re: Wishlist Pictures

    ? .......

  3. #3
    Join Date
    Aug 2006
    Posts
    19
    Plugin Contributions
    0

    Default Re: Wishlist Pictures

    Figured it out.

  4. #4
    Join Date
    Apr 2006
    Location
    Fort Bragg, North Carolina
    Posts
    153
    Plugin Contributions
    0

    Default Re: Wishlist Pictures

    How did you do it?

  5. #5
    Join Date
    Apr 2006
    Location
    Fort Bragg, North Carolina
    Posts
    153
    Plugin Contributions
    0

    Re: Wishlist Pictures

    I would like to use an "Add to Wishlist" picture next to the product name instead of just a text link. Does anybody know how to do this or point me in the right direction?

  6. #6
    Join Date
    Mar 2005
    Posts
    70
    Plugin Contributions
    0

    Default Re: Wishlist Pictures

    had this same issue , was great to see someone had the same issue, really sucked that someone fixed it and didnt share their results so heres the code in case someone else has this problem:

    open /includes/templates/YOUR_TEMPLATE/un_wishlist/tpl_un_wishlist_default.php

    around line 93 or so remove:

    <?php echo zen_image(DIR_WS_IMAGES . $products->fields['products_image'] , $products->fields['products_name'], '', '', 'class="productlist"'); ?>

    and replace with:

    <?php echo zen_image(DIR_WS_IMAGES . $products->fields['products_image'] , $products->fields['products_name'], IMAGE_PRODUCT_NEW_WIDTH, IMAGE_PRODUCT_NEW_HEIGHT, 'class="productlist"'); ?>

    wasnt too hard to figure out, but woulda saved some time if the solution posted
    Never be afraid to try something new, remember that amateurs built the ark, professionals built the Titanic

 

 

Similar Threads

  1. v151 Alternate pictures not showing large pictures in pop-up
    By pexter in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 13 May 2013, 04:03 PM
  2. Wishlist 0.9
    By vinnyna in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 23 Nov 2011, 03:52 PM
  3. 1.5.0 wishlist?
    By trickobrien in forum Upgrading to 1.5.x
    Replies: 2
    Last Post: 21 Oct 2011, 07:16 PM
  4. Wishlist !!
    By spottedhaggis in forum All Other Contributions/Addons
    Replies: 26
    Last Post: 24 Nov 2007, 07:52 AM
  5. Wishlist
    By Dutchman in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 3 Oct 2007, 02:37 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