Thread: Wishlist

Page 36 of 38 FirstFirst ... 263435363738 LastLast
Results 351 to 360 of 378
  1. #351
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    806
    Plugin Contributions
    0

    Default Re: Wishlist

    Yes it does. Works on ZC1.5.5 on PHP7.0 just fine.

  2. #352
    Join Date
    Dec 2017
    Posts
    9
    Plugin Contributions
    0

    Default Re: Wishlist

    Hi all,

    First hours of 2018 and still struggling to get my shop finalized.

    I 'm setting up a store in ZC155 and all seems well so far.
    However, testing now everything as (Mister X) I came across a small issue that I like to solve but cannot seem to find.

    In the send email to a friend, there is a row that say's:
    To view Mister X's Wish List, click on the link below or copy and paste the link into your web browser:
    "https://www.misterx.nl/index.php?main_page=wishlist_find&wid=11"
    In my received E-mail body, this webpage link is writen in text but not as a clickable link.

    In my opinion it should be somewhere in the "includes/modules/pages/wishlist_email/header_php.php" file.
    $email_body .= sprintf(TEXT_EMAIL_LINK, $from_name, zen_href_link(UN_FILENAME_WISHLIST_FIND, 'wid=' . $id, 'NONSSL', false));

    I have search a lot but cannot find a solution.

    Have someone an idea?

    Marcel

  3. #353
    Join Date
    Dec 2017
    Posts
    9
    Plugin Contributions
    0

    Default Re: Wishlist

    Hi all,

    First hours of the year and still struggling to get all done as I want.

    I 'm setting up a store in ZC155 and all seems well so far.
    Testing now everything as (Mister X) and came across a small issues that I like to solve but can't seem to find how.

    In the "send email to a friend", there is a row that say's:

    To view Mister X's Wish List, click on the link below or copy and paste the link into your web browser:
    "https://www.misterX.nl/index.php?mai...st_find&wid=11"

    However in the received E-mail body, this webpage link is writen in text but not as a clickable link.

    In my opinion it should be somewhere in the "includes/modules/pages/wishlist_email/header_php.php" file.
    $email_body .= sprintf(TEXT_EMAIL_LINK, $from_name, zen_href_link(UN_FILENAME_WISHLIST_FIND, 'wid=' . $id, 'NONSSL', false));

    As I understand, this is what it should be so I'm clueless.

    Also when you didn't made a new wishlist yet, the name of the wishlist is at start "Default" and I like to change that, where can I do that?


    I have search a lot but cannot find a solution.

    Have someone an idea?

    Marcel

  4. #354
    Join Date
    Jan 2018
    Posts
    165
    Plugin Contributions
    4

    Default Re: Wishlist

    I am working on a new module for this.

  5. #355
    Join Date
    Jan 2018
    Posts
    165
    Plugin Contributions
    4

    Default Re: Wishlist

    Weird problem, I installed this but it adds to cart instead of a wishlist. Using 1.5.5f anyone?

  6. #356
    Join Date
    Jan 2018
    Posts
    165
    Plugin Contributions
    4

    Default Re: Wishlist

    I think found the problem:

    this in tpl_product_info_display.php

    PHP Code:
    <!--bof Wishlist button -->
                
                <?php if (UN_MODULE_WISHLISTS_ENABLED) { ?>
                <div id="productWishlistLink" class="buttonRow back">
                <?php echo zen_image_submit(UN_BUTTON_IMAGE_WISHLIST_ADDUN_BUTTON_WISHLIST_ADD_ALT'name="wishlist" value="yes"'); 
                
    ?></div>
        
            <?php }
                else
                {}
                
    ?>
    <!--eof Wishlist button -->
    Should be:

    PHP Code:
    <!--bof Wishlist button -->

                            <?php if (MODULE_WISHLIST_ENABLED) { ?>
                <div id="productWishlistLink" class="buttonRow back">
     <?php echo '<a href="' zen_href_link(FILENAME_WISHLIST'name=wishlist value=yes''SSL') . '">'.
    zen_image_button(BUTTON_IMAGE_WISHLIST_ADDBUTTON_WISHLIST_ADD_ALT);
    //    <?php echo zen_image_submit(BUTTON_IMAGE_WISHLIST_ADD, BUTTON_WISHLIST_ADD_ALT, 'name="wishlist" value="yes"');
                
    ?></div>

                    <?php }
                            else
                            {}
                            
    ?>
    <!--eof Wishlist button -->

  7. #357
    Join Date
    Jan 2009
    Location
    Iowa, USA
    Posts
    41
    Plugin Contributions
    0

    Default Re: Wishlist

    Is "Wishlist" compatible with “Showcase with Prices”?

    A friend is asking for advice on building a “Showcase with Prices” Store for Custom Knives he makes. He would like for the User to be able to create a “Wishlist” of showcased parts and customization options for a detailed quote of Price and Turnaround Time on a custom job.

    It sounds like the Wishlist addon would work for him, but I am not clear if Wishlist is tied to Shopping Cart or will it also work in Showcase mode? I wanted to know one way or the other before giving him advice. He is very old school - Check or Money Order only with no CC or PayPal so Shopping Cart per se does not sound like a fit for him, as his customers don’t pay until some details are worked out, and then they don’t pay using a Checkout-friendly process.

    Hoping this is a very simple question - if not, I can provide a more detailed description of what my friend is trying to do. Thank you in advance for any assistance you can provide.

  8. #358
    Join Date
    Jan 2009
    Location
    Iowa, USA
    Posts
    41
    Plugin Contributions
    0

    Default Re: Wishlist

    Still curious as to whether or not Wishlist only works if Shopping Cart is turned on. I viewed the Zucando website demo and I can see and click the "Add to Wishlist" Button on the Product Details page but there is no link to the Wish List itself - is this because the Demo site is set to “Showcase with Prices”?

  9. #359
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,403
    Plugin Contributions
    87

    Default Re: Wishlist

    Most wishlist plugins require that the customer create an account with the store so that their wished-for items can be recorded in their customer record in the database.

  10. #360
    Join Date
    Jan 2009
    Location
    Iowa, USA
    Posts
    41
    Plugin Contributions
    0

    Default Re: Wishlist

    lat9 I negelected to thank you for your advice. Revisiting this problem and will be installing/configuring Wish List this week.

 

 
Page 36 of 38 FirstFirst ... 263435363738 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