Does anyone know if this works in version 1.3.7. Ive managed to install it, i get the sidebox but on adding a product to my wishlist i get a blank screen.
http://www.fantasticals.co.uk/catalog
Does anyone know if this works in version 1.3.7. Ive managed to install it, i get the sidebox but on adding a product to my wishlist i get a blank screen.
http://www.fantasticals.co.uk/catalog
i got this too tonight, not sure why, trying to troubleshoot it now, anyone suggestions?
i will post when we uncover.
derek
michigan, usa
Latest details/download for Wishlist Module suitable
for zencart1.37 at
http://www.zen-cart.com/forum/showth...light=wishlist
Thanks for that. I have pretty much drained that post of all its knowledge, didn't see the solution to this issue though, thought I would post it here since it was same issue.
Anyone find a fix? When I click Wishlists under Extras, also a blank page. I am sure its a no brainer, I am just tired.
derek
michigan, usa
Derek,
I got this module to work in the end purely by accident. I had to get my hosting company to install Pear Crypt-Blowfish and disable 'open_basedir' restriction for another function following this the wishlist worked perfectly.
Hope this helps
My ZenCart version is 1.3.8
I have installed wishLists and it showes up both on side bar as well as the button near the product, as it is supposed to. However when you click on the button by the product that says add to wishlist it addes the item to the shopping cart. when you click the button on the side box that says add to wish list you get this message
1146 Table 'triplem_zencart1.un_wishlists' doesn't exist
in:
[SELECT id FROM un_wishlists w WHERE w.customers_id=1 and w.default_status=1 ]
the link to my site is below:
http://triplemoonranch.com/store/ind...&products_id=1
Thanks in advance,
Suzanne
Hi,
Same thing here. When I look at my database, the table does exist. And by using the button in the product, it adds to cart, but using the button in the box, it shows the error.
So, somewhere there must be a connection missing to the database.
Any suggestion appreciated.
Version 1.3.9a and 1.3.9d
php 5.2.x
Information on how I got this to work.
In the install info it says to add the prefix of your database files to the SQL script.
One more step must be included:
In the file - un_database_tables.php - you need to include that prefix :::
define('UN_TABLE_WISHLISTS', 'XXX_un_wishlists');
define('UN_TABLE_PRODUCTS_TO_WISHLISTS', 'XXX_un_products_to_wishlists');
This info may be needed to be included in the mod's install info.
Thought this might help.
Thanks
John
Thanks so much elkbow/John! The file to change is in admin/includes/extra_datafiles
Add your database prefix in both lines of this file and it should be all set to go.
Just to follow up, adding the database prefix to un_database_tables.php didn't help me at all, even though that was my first thought too. I only got the module to work by going into the database itself and renaming the two tables without the prefix. Now it works fine, haven't had any trouble at all.