Skip to main content

New Billing or Shipping Address re-directs > index

More
15 years 7 months ago #7013 by spoOx
Hi,

On the checkout when I try to add a new billing or shipping address, I am redirected to index.php of the site.. I am testing it on localhost so can't show you unfortunately...

I do notice that in Internet Explorer there is an error:

"Object doesn't support this property or method" modal.js line 1.

and same in;

mootools-core.js

:unsure:

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

More
15 years 7 months ago #7016 by nicolas
Hi,

It's probably because something uses jquery on your website without calling the noConflict function:
forum.joomla.org/viewtopic.php?t=283215

Normally, adding a call to it where jquery is used just after jquery is added to the document should solve the problem:
$document = &JFactory::getDocument();
$document->addCustomTag( '<script type="text/javascript">jQuery.noConflict();</script>' );

It's a well known incompatibility problem between mootools (the js library of joomla) and jquery which some components/templates use. It creates problem in the initialisation of mootools on the page which breaks the modal box used in HikaShop. Unfortunately, we can't do nothing on our end.

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

More
15 years 7 months ago #7017 by spoOx
perfect! thanks nicolas very much appreciated :)

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

More
15 years 7 months ago #7612 by pin
I have the same problem on teapus.com/index.php/he/tea-academy.html
It happed since the upgrade to Essential
How do i fix it?

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

More
15 years 7 months ago #7617 by nicolas
I couldn't access the address selection screen as I'm not able to login to your website.

I could see however that you don't have jQuery but that you have twice mootools defined in your JS. One by your template and one by the roknavmenu module

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

More
15 years 7 months ago - 15 years 7 months ago #7620 by pin
I just add the login Module and i can see your account in the control panel

In what file do i add:

$document = &JFactory::getDocument();
$document->addCustomTag( '<script type="text/javascript">jQuery.noConflict();</script>' );

Last edit: 15 years 7 months ago by pin.

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

More
15 years 7 months ago #7623 by nicolas
Yes. The account was created, but I can't use it.

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

Time to create page: 0.209 seconds
Powered by Kunena Forum