Thread: Wishlist

Results 1 to 10 of 378

Hybrid View

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

    Default Re: Wishlist

    I am working on a new module for this.

  2. #2
    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?

  3. #3
    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 -->

  4. #4
    Join Date
    Jan 2009
    Location
    Iowa, USA
    Posts
    68
    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.

  5. #5
    Join Date
    Jan 2009
    Location
    Iowa, USA
    Posts
    68
    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”?

  6. #6
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,971
    Plugin Contributions
    96

    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.

  7. #7
    Join Date
    Jan 2009
    Location
    Iowa, USA
    Posts
    68
    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.

 

 

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

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