I am working on a new module for this.
I am working on a new module for this.
Weird problem, I installed this but it adds to cart instead of a wishlist. Using 1.5.5f anyone?
I think found the problem:
this in tpl_product_info_display.php
Should be: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_ADD, UN_BUTTON_WISHLIST_ADD_ALT, 'name="wishlist" value="yes"');
?></div>
<?php }
else
{}
?>
<!--eof Wishlist button -->
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_ADD, BUTTON_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 -->
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.
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”?
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.
lat9 I negelected to thank you for your advice. Revisiting this problem and will be installing/configuring Wish List this week.