Update Problems

  • Posts: 265
  • Thank you received: 1
10 years 9 months ago #177031

-- HikaShop version -- : 2.3.4
-- Joomla version -- : 3.3.6

Hello,

I've got two problems so far with the recent update:

1) Using Paypal as my payment method, I am not being automatically re-directed to their website. Instead you have to click the 'pay now' button to proceed.

2) The images in my ajax search bar no longer show in the search bar, as they did previously.

Thanks,
Hal

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

  • Posts: 12953
  • Thank you received: 1778
10 years 9 months ago #177035

Hello Hal,
Can you check that you don't have any JavaScript error through the "PayPal redirection page" which prevent you to be automatically redirected ?
Thanks.

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

  • Posts: 265
  • Thank you received: 1
10 years 9 months ago #177164

Thanks for your reply.

I haven't got access to the error reports on the server. I turned error reporting to maximum with debug language on etc, but it wouldn't navigate onto the Paypal redirection page.

Any ideas?

Thanks

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

  • Posts: 265
  • Thank you received: 1
10 years 9 months ago #177165

This is the JS...

<!--
document.getElementById('hikashop_paypal_form').submit();
//-->
<!--[if IE]>
document.getElementById('hikashop_paypal_button').style.display = 'none';
document.getElementById('hikashop_paypal_button_message').innerHTML = '';
<![endif]-->

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

  • Posts: 265
  • Thank you received: 1
10 years 9 months ago #177166

Ok, I've just seen that I can do it with firefox.

I got the following errors:

Syntax error: step-2:741

It refers to the image of the product being bought

<a href="/womensshoes/product/lotusbellanobrown" title="Lotus Bellano Brown Leather Knee High Boots">

It actually has the full URL including https://

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

  • Posts: 26264
  • Thank you received: 4043
  • MODERATOR
10 years 9 months ago #177314

Hi,

The line 741 is not that line.

	<script type="text/javascript">
		<!--
		document.getElementById('hikashop_paypal_form').submit();
		//-->
		<!--[if IE]>
			document.getElementById('hikashop_paypal_button').style.display = 'none';
			document.getElementById('hikashop_paypal_button_message').innerHTML = '';
		<![endif]-->
	</script>
The line 741 is the line
		<![endif]-->
We will fix the HikaShop package in the hour in order to fix that.
For the moment you can replace the content by
	<script type="text/javascript">
		<!--
		document.getElementById('hikashop_paypal_form').submit();
		//-->
	</script>
	<!--[if IE]>
	<script type="text/javascript">
			document.getElementById('hikashop_paypal_button').style.display = 'none';
			document.getElementById('hikashop_paypal_button_message').innerHTML = '';
	</script>
	<![endif]-->
Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: christinapsarrou

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

  • Posts: 265
  • Thank you received: 1
10 years 9 months ago #177320

Thanks,

Where do I change this?

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

  • Posts: 265
  • Thank you received: 1
10 years 9 months ago #177323

Found it!

Thanks,

It's working now.

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

Time to create page: 0.068 seconds
Powered by Kunena Forum