Quote Originally Posted by nagelkruid View Post
Seems like this version needs a version 0.6 with possible ammends:
* fixed DB_PREFIX in definition files
* fixed defaults to small images to be shown in extended list
* fixed price showing correctly without start from:

* changing hard coded text in several files to be moved into defines in language files (errors in class; default name; formfields; etc.)
* implement boolean to switch module on/off
* document amendments in core files (header/products view) to include showing the wishlist button/links only if module is enabled
* rewrite add to wishlist so it will not direct to the wishlist page but stays on the product page as the default (like the add to cart button behaves)
* get rid of un_ prefix for page names, it makes no sense
* add check to include attributes to the wishlist (biggest challenge)
* add possibility to move product from cart to wishlist

anyone allready working on this?
I'd like to add to the list:
*decrement quantities already purchased. If customer wanted 3, I bought one for them, the new quantity would be 2. If only 1 item request, item would be removed from list.