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 81 to 100 of 303
This thread is locked. New replies are disabled.
18 Dec 2007, 5:24 PM
#81
scarlet avatar

scarlet

Zen Follower

Join Date:
Jun 2004
Posts:
127
Plugin Contributions:
0

WishList v0.4 -- v1.3.7 compatible

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

  1. continue on to add the product to the wishlist once they log in

Thanks!

18 Dec 2007, 11:57 PM
#82
goagal avatar

goagal

New Zenner

Join Date:
Jun 2007
Posts:
32
Plugin Contributions:
0

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

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?:(

19 Dec 2007, 2:51 PM
#83
dharma avatar

dharma

Totally Zenned

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

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

Has anyone tested this mod on 1.3.8a yet?

any issues?:unsure:

19 Dec 2007, 3:18 PM
#84
goagal avatar

goagal

New Zenner

Join Date:
Jun 2007
Posts:
32
Plugin Contributions:
0

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

dharma:

Has anyone tested this mod on 1.3.8a yet?

any issues?:unsure:

I have tested at my localhost(1.3.8a upgrade from 1.3.7), no issues:clap:
and here are two threads about the pictures problem and the email error, maybe helpful.

http://www.zen-cart.com/forum/showthread.php?p=303095&highlight=wishlist+image#post303095
http://www.zen-cart.com/forum/showthread.php?t=51554&highlight=wishlist

20 Dec 2007, 8:59 PM
#85
lazerradial2003 avatar

lazerradial2003

New Zenner

Join Date:
Aug 2007
Posts:
14
Plugin Contributions:
0

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

I'm also having the problem with the images being full size and having looked through several previsou threads can't find the answer, has anyone successfully set up resized images? Thanks.

20 Dec 2007, 11:54 PM
#86
titangen avatar

titangen

Zen Follower

Join Date:
May 2005
Location:
Brussels belgium
Posts:
177
Plugin Contributions:
0

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

lazerradial2003:

I'm also having the problem with the images being full size and having looked through several previsou threads can't find the answer, has anyone successfully set up resized images? Thanks.

Hello I' ve same problem :no:

second question is it possible to manage the customer's wishlist from admin (add, delete , move items)

tahnks in advance

21 Dec 2007, 8:25 PM
#87
doodlebuckets avatar

doodlebuckets

Totally Zenned

Join Date:
Jul 2005
Posts:
497
Plugin Contributions:
0

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

I am having the image problem too. I am not a coder but I have poked around to see what I can find and I don't think I have the answer either.

As for the wishlist admin...go to admin, extras and will see the wishlists link in there. All you are able to do is delete them though, no editing available.

I hope this helps!
Amy

titangen:

Hello I' ve same problem :no:

second question is it possible to manage the customer's wishlist from admin (add, delete , move items)

tahnks in advance

22 Dec 2007, 10:10 AM
#88
dealbyethan_com avatar

dealbyethan_com

Totally Zenned

Join Date:
Dec 2005
Location:
Perth, Western Australia, Australia
Posts:
782
Plugin Contributions:
0

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

Hi,

I installed wishlist but received the following error when trying to add a product to wishlist. I did add my prefix to the table names in the sql file ("un_wishlist.sql", lines 9, 10, 28 and 29). What did I do wrong? Please advise. Thanks in advance.

1146 Table 'dealbyet_zc4.un_wishlists' doesn't exist
in:
[SELECT id FROM un_wishlists w WHERE w.customers_id=3 and w.default_status=1 ]

22 Dec 2007, 10:15 AM
#89
dealbyethan_com avatar

dealbyethan_com

Totally Zenned

Join Date:
Dec 2005
Location:
Perth, Western Australia, Australia
Posts:
782
Plugin Contributions:
0

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

Hi also get this error in my admin, Extras > Wishlists. The instruction doesn't say to upload the admin folder. Are we supposed to upload it?

1146 Table 'dealbyet_zc4.un_wishlists' doesn't exist
in:
[SELECT w.id, w.customers_id, w.created, w.modified, w.name, w.comment, w.default_status, w.public_status, count(p.products_id) as items_count, c.customers_email_address, c.customers_firstname, c.customers_lastname FROM un_wishlists w LEFT JOIN un_products_to_wishlists p2w ON w.id=p2w.un_wishlists_id LEFT JOIN zen_products p ON p2w.products_id=p.products_id LEFT JOIN zen_customers c ON w.customers_id=c.customers_id GROUP BY w.id ]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

23 Dec 2007, 12:38 PM
#90
dealbyethan_com avatar

dealbyethan_com

Totally Zenned

Join Date:
Dec 2005
Location:
Perth, Western Australia, Australia
Posts:
782
Plugin Contributions:
0

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

I dropped the tables zen_zen_un_wishlists and zen_zen_un_products_to_wishlists in phpmyadmin and reran the sql file. This time zen_un_wishlists and zen_un_products_to_wishlists were created. So I thought it would be working but it's not. I turned on the sidebox in the admin but it doesn't show up on my shop. And in my admin > Extras > Wishlists, I still get the following error. Please help.

1146 Table 'dealbyet_zc4.un_wishlists' doesn't exist
in:
[SELECT w.id, w.customers_id, w.created, w.modified, w.name, w.comment, w.default_status, w.public_status, count(p.products_id) as items_count, c.customers_email_address, c.customers_firstname, c.customers_lastname FROM un_wishlists w LEFT JOIN un_products_to_wishlists p2w ON w.id=p2w.un_wishlists_id LEFT JOIN zen_products p ON p2w.products_id=p.products_id LEFT JOIN zen_customers c ON w.customers_id=c.customers_id GROUP BY w.id ]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

23 Dec 2007, 1:27 PM
#91
dealbyethan_com avatar

dealbyethan_com

Totally Zenned

Join Date:
Dec 2005
Location:
Perth, Western Australia, Australia
Posts:
782
Plugin Contributions:
0

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

Okay, I think I got it to work by myself. One suggestion, the readme.txt file should provide a clearer instruction. Thanks.

25 Dec 2007, 3:42 AM
#92
dealbyethan_com avatar

dealbyethan_com

Totally Zenned

Join Date:
Dec 2005
Location:
Perth, Western Australia, Australia
Posts:
782
Plugin Contributions:
0

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

how do we resize the product images in the main/index wishlist page? At the moment, they are way too big.

27 Dec 2007, 4:51 PM
#93
hdonald avatar

hdonald

New Zenner

Join Date:
Oct 2006
Posts:
32
Plugin Contributions:
0

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

The way my custom template is the wishlist page is not centered properly. Is there a way to move everything over so that it is lined up properly?

28 Dec 2007, 10:33 PM
#94
dharma avatar

dharma

Totally Zenned

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

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

Does anyone know if the customers wishlist pages are indexed by google? (pages appear to be non SSL)

Im concerned about my customers privacy...

If they are....how would I prevent this?

add wishlist to the zen cart robot text in:

includes/languages/english/CUSTOM/meta_tags.php?

31 Dec 2007, 12:07 AM
#95
sabastina avatar

sabastina

New Zenner

Join Date:
Nov 2005
Posts:
72
Plugin Contributions:
0

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

Question 1:

  • [1a]Ok, I was trying to fix the application_top.php as instructed on the thread referenced in the read me...however, my application_top.php has only got 135 lines - not the 600+ as suggested in the help thread...

[1b]Also, the read me states that there will be changes to the application_top.php - there isn't even a application_top.php in the file set that I've downloaded...can anyone help me with this issue? I've read this entire thread and the other one...did not find anything that could explain this inconsistency.
Question 2:

Also, perhaps someone could help me with this issue...seems that myphp has significantly changed since I last used it in 2005!

When I attempt to go into the Wishtlists section under the Extra's menu, I get the following error:

1146 Table 'sabastin_zc4.un_wishlists' doesn't exist
in:
[SELECT w.id, w.customers_id, w.created, w.modified, w.name, w.comment, w.default_status, w.public_status, count(p.products_id) as items_count, c.customers_email_address, c.customers_firstname, c.customers_lastname FROM un_wishlists w LEFT JOIN un_products_to_wishlists p2w ON w.id=p2w.un_wishlists_id LEFT JOIN zen_products p ON p2w.products_id=p.products_id LEFT JOIN zen_customers c ON w.customers_id=c.customers_id GROUP BY w.id ]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

I understand that this means that the tables were not created - and I understand that this is due to the difference between the name of my DB and those referenced within the SQL file...I also realize that I am supposed to change this...the problem lies in the fact that I do not remember exactly which part of my database 'name' I am supposed to use...I had always thought that I was supposed to add: zc4_un_wishlists - but that zc4**. **throws me off completely (green in Quote)!

Question 3:

Also, if I am correct, one I fix it to match my DB name, the SQL code will drop the table that WAS created the first time I ran this file won't it? Or umm...did it even do anything at that point or did it do nothing since I did not add the proper db name? In other words - is my DB still ok after I ran that SQL file, or do I need to work on fixing something?

Thanks for reading, I really would appreciate it if anyone who has some answers or even suggestions could help me understand these issues.

Kimberly

2 Jan 2008, 1:01 AM
#96
supersnow avatar

supersnow

Zen Follower

Join Date:
Apr 2007
Location:
California, USA
Posts:
233
Plugin Contributions:
0

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

dealbyethan.com:

how do we resize the product images in the main/index wishlist page? At the moment, they are way too big.

Did anyone find out how to change the product image sizes?

2 Jan 2008, 10:47 PM
#98
dharma avatar

dharma

Totally Zenned

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

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

dharma:

Does anyone know if the customers wishlist pages are indexed by google? (pages appear to be non SSL)

Im concerned about my customers privacy...

If they are....how would I prevent this?

add wishlist to the zen cart robot text in:

includes/languages/english/CUSTOM/meta_tags.php?

I assume that all Zen Cart SSL pages are not indexed by google, right?

So I changed the wishlist links (find a friend) that were not SSL to SSL...

is that enough? or do I need to add wishlist pages to the meta tags file?

 define('ROBOTS_PAGES_TO_SKIP','login,logoff,create_account,account,account_edit,account_history,account_history_info,account_newsletters,account_notifications,account_password,address_book,advanced_search,advanced_search_result,checkout_success,checkout_process,checkout_shipping,checkout_payment,checkout_confirmation,cookie_usage,create_account_success,contact_us,download,download_timeout,customers_authorization,down_for_maintenance,password_forgotten,time_out,unsubscribe,info_shopping_cart,popup_image,popup_image_additional,product_reviews_write,ssl_check');
3 Jan 2008, 12:10 AM
#99
lazerradial2003 avatar

lazerradial2003

New Zenner

Join Date:
Aug 2007
Posts:
14
Plugin Contributions:
0

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

Awesome contribution, client wanted a sort of online photo gallery system, turned out this provided the exact functionality so thanks!

I'm trying to change the extended view so that all that is displayed are the image with add to cart buttons next to them, so basically remove the sort and view drop downs then remove the bullets from below the photos.

Any help on how to do this, even just which file to edit would be great, thanks in advance!

8 Jan 2008, 3:00 PM
#100
crabworld avatar

crabworld

New Zenner

Join Date:
Nov 2007
Posts:
1
Plugin Contributions:
0

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

Have been having a problem that if customers have more than 10 items in their wishlist, when you click the link for page 2 (or any other additional page), it takes you to the find a wish list page rather than showing the additional items in the customer's wishlist . If you change the view to compact the additional pages work, they will also work if you change back to extended view. I think this has something to do with the wishlist id getting dropped in the links when the wishlist is initially displayed.
Does anyone know how I can fix this?