-- HikaShop version -- : 2.3.0
-- Joomla version -- : 1.5.26
-- PHP version -- : 5.3.21
Hi,
Using the wishlist is not easy to do. I have some issues.
1. The wishlist link In de User Control Panel results in a page without displaying modules. Although the Itemid of the User Control Panel menu is part of the URL the modules assigned to that menu are not shown.
The same happens when clicking the link Show Wishlist in the wishlist module.
What might be causing this?
The other links in the User Control Panel (Account, Addresses, Orders) have the same Itemid in the URL and display the assigned modules correctly.
2. Deleting items in the wishlist is a problem.
When I delete an item on the wishlist page nothing seems to happen. The deleted items is still in the list. Only after I refresh the page the deleted item disappears. So for some reason the page isn't refreshed after clicking on delete.
3. Deleting items in the wishlist module is a problem too.
Deleting an item in the wishlist module results in a white page with only this text:
URL|/index.php?option=com_hikashop&ctrl=cart&task=showcart&cart_type=wishlist&cart_id=21&Itemid=0
The URL that shows in the browser: http://MYSITE/index.php?option=com_hikashop&ctrl=product&task=updatecart&cart_type=wishlist&cart_product_id=46&quantity=0&return_url=aHR0cDovL3d3dy5zZW1vZWEubmwvaW5kZXgucGhwP29wdGlvbj1jb21faGlrYXNob3AmY3RybD1wcm9kdWN0JnRhc2s9c2hvdyZjaWQ9NjQ1Jm5hbWU9YWFydHNlbmdlbC1jaGFtdWVsLXN0YWFmJkl0ZW1pZD0xOTgmY2F0ZWdvcnlfcGF0aHdheT0wJnJlbGF0ZWRfcHJvZHVjdD0yNjU4
The result is that the quantity of the item is reduced by 1.
The simplest solution to this problem is to hide the delete icon in the wishlist module.
4. On the Wishlist page the Save button did not work properly. It didn't save but navigated to the home page URL adding #.
I found out that in the view cart/showcart.php this line did not work:
<a href="#" onclick="javascript:document. ...etc ... ">
The solution was replacing this line with:
<a href= "javascript:document ... etc ...">
Now it works fine.
Apparantly a problem with the onclick event.
I hope you can help me, especially with issues 1 and 2.
regards,
Udo