wishlist and URLs

  • Posts: 220
  • Thank you received: 8
10 years 1 week ago #153444

-- 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

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
10 years 1 week ago #153533

Hi,

1. I think that you have old views, I just tried on my local and the itemid is properly set in the url.
Thanks to try to remove you modifications, and put them back on the latest view version.

2. Same thing.

3. Same thing.

I really think that you have old data, thank to use the latest views.

4. Thanks for the report, there was indeed a problem in the controller when saving the wishlist.

Please Log in or Create an account to join the conversation.

  • Posts: 220
  • Thank you received: 8
10 years 1 week ago #153680

Hi,

All my views already are 2.3.0
On February 24 I've updated 2.2.3 to 2.3.0. At that time I had not made any modifications of the views.

About 1: the itemid is set in the url, but it has no effect.

regards,
Udo

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
10 years 1 week ago #153810

Hi,

Could you try to disable any SEF options / extensions on your website and see if it's working fine ?

Please Log in or Create an account to join the conversation.

  • Posts: 220
  • Thank you received: 8
10 years 1 week ago #153837

Hi,

On my website I am using sh404sef, but for the moment it's off for Hikashop.

On the testsite i've disabled sh404sef completely and als disabled Joomla SEF.
But this doesnot make any difference, still the same problems.

regards,
Udo

Please Log in or Create an account to join the conversation.

  • Posts: 81604
  • Thank you received: 13082
  • MODERATOR
10 years 1 week ago #153881

Could you provide a link to the pages you're talking about and a user test account so that we can see the problem on your website ?
You can send the information via our contact form:
www.hikashop.com/contact-us.html
Please give a link to this thread so that we can relate.

Please Log in or Create an account to join the conversation.

  • Posts: 220
  • Thank you received: 8
10 years 6 days ago #153990

Hi,
I just mailed the link.

Udo

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
9 years 11 months ago #154733

Hi,

I was able to add products to wishlist, see the products in wishlist module, see the wishlist on the wishlist page and delete an item from this page without problems.
Currently it don't seem to be possible to delete from the cart, and I have not found the user control panel menu to test points 1 and 3.

Thanks to give the correct link if it's still published in order to test it.

Please Log in or Create an account to join the conversation.

  • Posts: 220
  • Thank you received: 8
9 years 11 months ago #154788

Hi Xavier,

Thanks for your reply.

1. The User Control Panel is menu item 'Mijn account'. It's in de menu list on the left, fourth from the top. When you are logged in it is there (it doesnot show when you're not logged in).
I hope you'll find it now.

2. As a test I have disabled the caching in the Global Configuration. As a result deleting items in the wishlist works fine on my PC. But on my iPad still I have to refresh the page before the deleted item is gone.
Might it be a caching problem? Of course I prefer caching active to increase speed.

3. Deleting an item in the wishlist module still does not work. Because of that I had to disable the delete icon in the module. Perhaps I won't enable it anymore, since the delete icon doesnot really delete a product. It only reduces the quantity with 1.

regards,
Udo

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
9 years 11 months ago #154891

Hi,

Yes any cache must be disabled on this kind of display. It's dynamic things, so cache will always create problem in elements display

Regarding the modules not displayed in the wishlist page, I am not able to reproduce that on my end, thanks to give us a backend access via private message with the link of this topic in the pm.

Please Log in or Create an account to join the conversation.

  • Posts: 220
  • Thank you received: 8
9 years 11 months ago #155073

Hi,
UPDATE
About problem 2; deleting items from the wishlist.

I just discovered a relation with SSL.
Deleting an item works perfect when using the SSL-connection https://
The problem only exists using http://

I have enabled cache again, otherwise the site is too slow.
As far as I have noticed the wishlist is the only Hikashop element that has a problem with the cache..

regards,
Udo

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
9 years 11 months ago #155753

Hi,

You can disable the cache only for the wishlist module in the Joomla module options.
Do you use SSL on your website ? If no, thanks to disable all the ssl parameters in Joomla and HikaShop.

Please Log in or Create an account to join the conversation.

  • Posts: 220
  • Thank you received: 8
9 years 11 months ago #155786

Hi,

Disabling the cache for the module is possible in Joomla 2.5. However I'm still using Joomla 1.5 (The migrating from Virtuemart to Hikashop was the first step towards an upgrade to a new Joomla version)

Yes, I'm using SSL in the checkout.

Any ideas about problem 1: modules not displaying on the wishlist page?

regards,
Udo

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
9 years 11 months ago #155884

Hi,

Problem solved, I had made a mistake in the code of the view displaying the wishlists.
Thanks for the report, it's corrected on our end. :)

The following user(s) said Thank You: Udo

Please Log in or Create an account to join the conversation.

  • Posts: 220
  • Thank you received: 8
9 years 11 months ago #155892

Hi,

That's good news!
Thanks a lot for the correction.

regards,
Udo

Please Log in or Create an account to join the conversation.

Time to create page: 0.076 seconds
Powered by Kunena Forum