I've updated the WishList contribution to be compatible with ZenCart 1.3.7. You can download it here.
I've updated the WishList contribution to be compatible with ZenCart 1.3.7. You can download it here.
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?
Just knowledgeable enough to be dangerous.
Got it!
I just changed the view to compact as shown in this post...
http://www.zen-cart.com/forum/showth...act#post168376
Just knowledgeable enough to be dangerous.
Looks interesting. Althought, when viewing your readme.txt file (with notepad), it shows up as binary rather than text mode.![]()
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
Just knowledgeable enough to be dangerous.
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
CheersPHP Code:define('UN_TABLE_WISHLISTS', 'un_wishlists');
define('UN_TABLE_PRODUCTS_TO_WISHLISTS', 'un_products_to_wishlists');
Getting this error with wishlist v0.4.
1146 Table 'trendsde_zc1.un_wishlists' doesn't exist
in:
[SELECT id FROM un_wishlists w WHERE w.customers_id=1 and w.default_status=1 ]
Please help
check your mysql database. does the database "trendsde_zc1" exist? does the table "un_wishlists" exist? this problem has been noted before. check the forum. reread the setup steps in the readme. if you spend the time, you can figure it out on your own and you can learn about your web app in the process.
I went back and read over all the post. I still couldn't find a resolution. I am getting the same error:
1146 Table 'trendsde_zc2.un_wishlists' doesn't exist
in:
[SELECT id FROM un_wishlists w WHERE w.customers_id=1 and w.default_status=1 ]
How can I create a trendsde_zc2 table?
I checked my sql database and trendsde_zc2 does exist!