Wishlist module does't working

  • Posts: 33
  • Thank you received: 0
8 years 8 months ago #212328

-- HikaShop version -- : 2.5.0
-- Joomla version -- : 3.4.3
-- PHP version -- : 5.5.26
-- Browser(s) name and version -- : Firefox, Google Chrome
-- Error-message(debug-mod must be tuned on) -- : Wishlist module does nothing

when i click on the wishlist button nothing seems to happen.

Last edit: 8 years 8 months ago by suhail.

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

  • Posts: 13201
  • Thank you received: 2322
8 years 8 months ago #212336

Hi,

I just tried on your website, and when clicking on the "add to wishlist" button, a popup is displayed with the message saying that the customer must be registered to add to wishlist.

So please give us more details on how to reproduce the issue on your end, and if it require an account, please provide a test account :)

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

  • Posts: 33
  • Thank you received: 0
8 years 7 months ago #212399

Hi Xavier,

to me I can't see. the only thing I see with popup has been successfully added to wishlist. but when I have logged in works well. How can I fix this?

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

  • Posts: 13201
  • Thank you received: 2322
8 years 7 months ago #212424

Hi,

My bad, the message is indeed not correct. I see that you have the latest version, the 2.5.0 but downloaded on 21 June.
Since that time we added hotfix on HikaShop, so you can download the latest version from our website (still 2.5.0 but with updates) and install it over your current install.

If that doesn't solve your issue, please give us backend and ftp access via our contact form with the link to that topic in your message. www.hikashop.com/support/contact-us.html

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

  • Posts: 33
  • Thank you received: 0
8 years 7 months ago #212454

Hi,


I've tried the new update from version 2.5.0 but nothing changes.
Maybe if you give me the instruction how I should fix this without giving of backend and access to ftp.

Thank you

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

  • Posts: 13201
  • Thank you received: 2322
8 years 7 months ago #212471

Hi,

It is not an easy task to debug without accessing the code to test and try.
Could you try to add the code:

		$cart_type = JRequest::getVar('cart_type','');
		if(!empty($cart_type)){
			$app = JFactory::getApplication();
			$app->setUserState(HIKASHOP_COMPONENT.'.popup_cart_type',$cart_type);
		}
at the end of the "notice()" function in the file "components/com_hikashop/views/checkout/view.html.php"

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

  • Posts: 33
  • Thank you received: 0
8 years 7 months ago #212537

Hi,

I have added the code but nothing has changed. The problem is still the same!

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

  • Posts: 13201
  • Thank you received: 2322
8 years 7 months ago #212576

Hi,

So a backend and ftp access will be the fastest solution ;)

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

  • Posts: 33
  • Thank you received: 0
8 years 7 months ago #212666

Hi,

good . I'll send you the details of the site for both backend and ftp. I will send the data to you.

Thanks.

Last edit: 8 years 7 months ago by suhail.

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

  • Posts: 13201
  • Thank you received: 2322
8 years 7 months ago #212695

Hi,

I have added the following code in the file "components/com_hikashop/views/checkout/view.html.php" in the "notice()" function:

JRequest::setVar('cart_type',JRequest::getVar('cart_type',''));

And this code in the view "checkout / notice":

$cart_type = JRequest::getVar('cart_type','');
if(empty($cart_type))
$cart_type = $app->getUserState( HIKASHOP_COMPONENT.'.popup_cart_type','cart');

Instead of that one:

$cart_type = $app->getUserState( HIKASHOP_COMPONENT.'.popup_cart_type','cart');

This allow to get the cart type from parameters and not from the session, I tried it on your website and this seems to be working as expected.

Please confirm that this fix solve your issue.

Last edit: 8 years 7 months ago by Xavier. Reason: Wrong view indication

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

  • Posts: 33
  • Thank you received: 0
8 years 7 months ago #212753

Hi,

it's still the same problem! But I don't see the code. I use the subdomain. the file is at the bottom with the name yona.

Thanks

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

  • Posts: 13201
  • Thank you received: 2322
8 years 7 months ago #212886

Hi,

I done the changes on the subdomain, so now that must be working as expected.
The first time I made the modifications on the main domain, so yes it couldn't work as desired ;)

PS: I edited my previous post, the indicated view was not correct.

Last edit: 8 years 7 months ago by Xavier.

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

  • Posts: 33
  • Thank you received: 0
8 years 7 months ago #212896

Hi,


I don't see any difference because I need it still login before I can use verlangtijst. I have just now problem to add product to Cart, after i have add to wish list.

Thanks

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

  • Posts: 13201
  • Thank you received: 2322
8 years 7 months ago #212918

Hi,

My bad, I think that I misunderstood your issue.
I was thinking that you had a problem with the popup message displayed when adding to wishlist.

The wishlists can be used, so we can add product to them, only if we are registered. This is the way it is working.
We build it like that, because if we don't have session, so the wishlist is not saved and the cart can be used instead, it will do the same job.

Is the added code creating an issue with the popup message ?

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

  • Posts: 33
  • Thank you received: 0
8 years 4 months ago #224051

Dear people,
I installed new templates and now see that's wishlist page does not fit well and at the moment I want to delete a product, I see only blank pages. would you like to see what the problem is.

Thanks

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

  • Posts: 13201
  • Thank you received: 2322
8 years 4 months ago #224089

Hi,

Is that working fine with the default Joomla template, protostar ?

If it is, so the issue is related on your template which is potentially not up to date.
So in this case you can contact your template provider, or try to remove view overrides on cart views like "product / cart", "checkout / notice", etc.

The blank page generally means that there is a PHP Fatal error, so you can set the error reporting level to "maximum" in the Joomla settings to have more informations about this issue.

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

  • Posts: 33
  • Thank you received: 0
8 years 4 months ago #224119

Hi,


I have to delete the template, can i try with other template?

If that is the case, where can I find the file view?

I have been put on maximum error, where can I find more information about this problem?

Thank you for your patience

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

  • Posts: 13201
  • Thank you received: 2322
8 years 4 months ago #224128

Hi,

No need to delete the template, you can just switch between them in the Joomla template menu for testing purpose.

To edit a view, you can go through our menu Display > Views:
www.hikashop.com/support/documentation/s...ize-the-display.html

If your are on "maximum" so the error should be displayed on your website directly.

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

  • Posts: 33
  • Thank you received: 0
8 years 4 months ago #224204

Hi,

The prostar exists no longer in my site. I've it removed!.
The only problem I have now, is the measure of wishlist, other issues have been resolved. Maybe the cause also comes from template that I have installed. I am waiting for their answer, otherwise I turn contact you.

Thank you so much and I wish you a fine Christmas days.

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

Time to create page: 0.098 seconds
Powered by Kunena Forum