Zen Cart Logo
Forums / All Other Contributions/Addons / WishList v0.4 -- v1.3.7 compatible

WishList v0.4 -- v1.3.7 compatible

Locked

Views: 67,642

Results 1 to 20 of 303
This thread is locked. New replies are disabled.
14 Jun 2007, 12:37 AM
#1
untitled avatar

untitled

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.

20 Jun 2007, 9:25 PM
#2
jacque427 avatar

jacque427

Zen Follower

Join Date:
Apr 2005
Location:
Spokane, Washington
Posts:
324
Plugin Contributions:
0

Re: WishList v0.4 -- v1.3.7 compatible

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?

20 Jun 2007, 9:44 PM
#4
theoracle avatar

theoracle

Suspended

Join Date:
Aug 2004
Posts:
3,180
Plugin Contributions:
1

Re: WishList v0.4 -- v1.3.7 compatible

Looks interesting. Althought, when viewing your readme.txt file (with notepad), it shows up as binary rather than text mode. :wink2:

20 Jun 2007, 9:59 PM
#5
jacque427 avatar

jacque427

Zen Follower

Join Date:
Apr 2005
Location:
Spokane, Washington
Posts:
324
Plugin Contributions:
0

Re: WishList v0.4 -- v1.3.7 compatible

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

jacque
http://www.freshabundance.com

22 Jun 2007, 9:35 AM
#6
sonice avatar

sonice

New Zenner

Join Date:
May 2007
Posts:
2
Plugin Contributions:
0

Re: WishList v0.4 -- v1.3.7 compatible

I think there is something wrong on your distribution:

  1. Remove all files ( ._* ) that are used by your MACOS from "un_wishlist_0.4" directory ().
  2. In your zen-root\admin\includes\extra_datafiles\un_database_tables.php and zen-root\includes\extra_datafiles\un_database_tables.php you dont't use DB_PREFIX variable
define('UN_TABLE_WISHLISTS', 'un_wishlists');
define('UN_TABLE_PRODUCTS_TO_WISHLISTS', 'un_products_to_wishlists'); 

Cheers

22 Jun 2007, 6:55 PM
#7
dharma avatar

dharma

Totally Zenned

Join Date:
Nov 2006
Posts:
505
Plugin Contributions:
0

Re: WishList v0.4 -- v1.3.7 compatible

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?

24 Jun 2007, 1:50 PM
#8
mikeyg avatar

mikeyg

Totally Zenned

Join Date:
May 2005
Posts:
515
Plugin Contributions:
0

Re: WishList v0.4 -- v1.3.7 compatible

This is great got it working straight away.

2 quick questions.

  1. how can I make the default view compact rather than extended which keeps coming up?
  2. how do I make the images smaller in the extended view? ( I am sure I did this on the previous version but could not work out how to do it today)

Many thanks

MG

24 Jun 2007, 7:21 PM
#10
mikeyg avatar

mikeyg

Totally Zenned

Join Date:
May 2005
Posts:
515
Plugin Contributions:
0

Re: WishList v0.4 -- v1.3.7 compatible

jacque427,

Lovely thank you.

Just looking through for the image size solution bit of a long thread though.

Cheers

MG

24 Jun 2007, 7:47 PM
#12
jacque427 avatar

jacque427

Zen Follower

Join Date:
Apr 2005
Location:
Spokane, Washington
Posts:
324
Plugin Contributions:
0

Re: WishList v0.4 -- v1.3.7 compatible

Use the link near the top of this page titled "Search This Thread". I use it a lot.

26 Jun 2007, 7:48 PM
#13
linux avatar

linux

Zen Follower

Join Date:
Apr 2004
Posts:
173
Plugin Contributions:
0

Re: WishList v0.4 -- v1.3.7 compatible

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!

26 Jun 2007, 10:58 PM
#14
dharma avatar

dharma

Totally Zenned

Join Date:
Nov 2006
Posts:
505
Plugin Contributions:
0

Re: WishList v0.4 -- v1.3.7 compatible

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:

27 Jun 2007, 3:27 PM
#15
untitled avatar

untitled

New Zenner

Join Date:
Feb 2004
Posts:
61
Plugin Contributions:
1

Re: WishList v0.4 -- v1.3.7 compatible

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'

27 Jun 2007, 4:22 PM
#16
untitled avatar

untitled

New Zenner

Join Date:
Feb 2004
Posts:
61
Plugin Contributions:
1

Re: WishList v0.4 -- v1.3.7 compatible

SonicE:

  1. Remove all files ( ._* ) that are used by your MACOS from "un_wishlist_0.4" directory ().
  2. 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');
27 Jun 2007, 4:30 PM
#17
untitled avatar

untitled

New Zenner

Join Date:
Feb 2004
Posts:
61
Plugin Contributions:
1

Re: WishList v0.4 -- v1.3.7 compatible

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.

27 Jun 2007, 4:37 PM
#18
linux avatar

linux

Zen Follower

Join Date:
Apr 2004
Posts:
173
Plugin Contributions:
0

Re: WishList v0.4 -- v1.3.7 compatible

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.

27 Jun 2007, 5:04 PM
#19
untitled avatar

untitled

New Zenner

Join Date:
Feb 2004
Posts:
61
Plugin Contributions:
1

Re: WishList v0.4 -- v1.3.7 compatible

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:

  1. Open file "./includes/templates/YOUR_TEMPLATE_DIR/templates/tpl_account_default.php"
  2. Add code at the location of your choice (eg, I'd put it after line 62 -- for zencart 1.3.7 -- and surround it with <li> tags):
<a href="<?php echo zen_href_link(UN_FILENAME_WISHLIST, '', 'SSL'); ?>"><?php echo UN_HEADER_TITLE_WISHLIST; ?></a>
27 Jun 2007, 5:30 PM
#20
linux avatar

linux

Zen Follower

Join Date:
Apr 2004
Posts:
173
Plugin Contributions:
0

Re: WishList v0.4 -- v1.3.7 compatible

thank you untitled.