New Zenner
- Join Date:
- Feb 2004
- Posts:
- 61
- Plugin Contributions:
- 1
WishList v0.4 -- v1.3.7 compatible
I've updated the WishList contribution to be compatible with ZenCart 1.3.7. You can download it here.
Views: 67,642
New Zenner
I've updated the WishList contribution to be compatible with ZenCart 1.3.7. You can download it here.
Zen Follower
Hurray! It works wonderfully.
The previous version had some checkboxes to enable a customer to select multipule items for placment into the shopping cart.
Is that possible with this version?
Zen Follower
Got it!
I just changed the view to compact as shown in this post...
http://www.zen-cart.com/forum/showthread.php?p=168376&highlight=compact#post168376
Suspended
Looks interesting. Althought, when viewing your readme.txt file (with notepad), it shows up as binary rather than text mode. :wink2:
Zen Follower
Hmmm, looked fine to me in EditPlus.
BTW Oracle, your contributions are awesome. In particular I wish your customer fields was done before I manually added mine. That was a lot of work. I can only imagine how much went into your contribution.l
New Zenner
I think there is something wrong on your distribution:
define('UN_TABLE_WISHLISTS', 'un_wishlists');
define('UN_TABLE_PRODUCTS_TO_WISHLISTS', 'un_products_to_wishlists');
Cheers
Totally Zenned
Thank You for the updated version of the great mod!
I have un_wishlist_0-1.31 which seems to work fine on ZC 1.37 (after many tweaks from the forum threads (image size etc)
Does the new wishlist update contain other changes besides the ones mentioned/fixed in the forums?
Totally Zenned
This is great got it working straight away.
2 quick questions.
Many thanks
MG
Zen Follower
I can answer #1 by directing you to this post...
http://www.zen-cart.com/forum/showthread.php?p=168376&highlight=compact#post168376
Totally Zenned
jacque427,
Lovely thank you.
Just looking through for the image size solution bit of a long thread though.
Cheers
MG
Totally Zenned
Zen Follower
Use the link near the top of this page titled "Search This Thread". I use it a lot.
Zen Follower
Hi which file do I use for this:
Thanks!
Totally Zenned
dharma:
Thank You for the updated version of the great mod!
I have un_wishlist_0-1.31 which seems to work fine on ZC 1.37 (after many tweaks from the forum threads (image size etc)
Does the new wishlist update contain other changes besides the ones mentioned/fixed in the forums?
It looks like wishlist 0.4 updates about 5 existing files of the 1.31 version. I just merged the changes into my existing ZC 1.37...
Thanks again for the updated mod!:flex:
New Zenner
Any of the product templates named as follows can accept the "Add to Wish List" link as described in the Read Me file:
'./includes/templates/YOUR_TEMPLATE_DIR/templates/tpl_product_*.php'
For example:
'./includes/templates/YOUR_TEMPLATE_DIR/templates/tpl_product_info_display.php'
New Zenner
SonicE:
- Remove all files ( ._* ) that are used by your MACOS from "un_wishlist_0.4" directory ().
- In your zen-root\admin\includes\extra_datafiles\un_database_tables.php and zen-root\includes\extra_datafiles\un_database_tables.php you don't use DB_PREFIX variable
Two valid points. Thanks for the heads up, SonicE. I will implement in the next revision.
For those listening:
Files "./admin/includes/extra_datafiles/un_database_tables.php" and "./includes/includes/extra_datafiles/un_database_tables.php" should look like:
define('UN_TABLE_WISHLISTS', DB_PREFIX . 'un_wishlists');
define('UN_TABLE_PRODUCTS_TO_WISHLISTS', DB_PREFIX . 'un_products_to_wishlists');
New Zenner
dharma:
Does the new wishlist update contain other changes besides the ones mentioned/fixed in the forums?
No, this is basically a conversion -- no enhancements.
Zen Follower
untitled: thanks for a great add-on.
is it possible to have the wishlist show-up under "my account?" when a user logs in.
i hope i explained it.
i did not see it under the read me.
thanks again.
New Zenner
Linux:
is it possible to have the wishlist show-up under "my account?" when a user logs in.
If you mean you want a link to the wishlist in the body of the "my account" page:
<a href="<?php echo zen_href_link(UN_FILENAME_WISHLIST, '', 'SSL'); ?>"><?php echo UN_HEADER_TITLE_WISHLIST; ?></a>
Zen Follower
thank you untitled.
Tell staff why this post should be reviewed.