jacque427,
Lovely thank you.
Just looking through for the image size solution bit of a long thread though.
Cheers
MG
jacque427,
Lovely thank you.
Just looking through for the image size solution bit of a long thread though.
Cheers
MG
Found it for anyone else looking:
http://www.zen-cart.com/forum/showthread.php?t=38564
Regards
MG
I've seen the wishlist setup on someone elses site. The functionality I saw was the following:
You login, view a product, click Add to Wishlist. The product is put in the wishlist. You then click on WishList and see all the products that were added. Within the Wishlist, there is a 'Add to Cart' button. If you click on that button, you are taken to the product rather than have it directly added to the cart. Is this configurable?
We are looking for a way to 'mass' order some products. Will the wishlist handle this or is there another contribution to support the mass order of products based on the person who is logged in.
Thank you,
Rhonda
Is there a code that I could use that I could just simply copy & paste into the "Install SQL Patches" section of my admin?
If so, could somebody PM me the code?
I'd really appreciate it, as all these links, etc. in this post are confusing me.
Thanks so much.
I am also wondering how to include attributes when adding to the wishlist. Anyone figure this out?
When adding to wishlist, if the shopper is not signed in, it takes you to the sign in page. Once they sign in, it takes them to the wishllist, but does NOT add the item to the wishlist.
Can it be changed to either:
1. go back to the product they were looking it rather than to the wish list with a comment that they need to add it again to their wishlist
or
2. continue on to add the product to the wishlist once they log in
Thanks!
it works great at my site, but one thing.
The pictures in the wishlist is the orginal size, that is mean the biggest one,
that breaks my layout.
Anyone help, how to change the picture size at the wishlist page?![]()
Has anyone tested this mod on 1.3.8a yet?
any issues?![]()
Use the link near the top of this page titled "Search This Thread". I use it a lot.
Just knowledgeable enough to be dangerous.
Hi which file do I use for this:
# To include an "Add to Wish List" link on a product template, try this:
<?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') . '">' . UN_TEXT_ADD_WISHLIST . '</a>';
// (un): end wishlist link
?>
Thanks!