New Billing or Shipping Address re-directs > index

  • Posts: 45
  • Thank you received: 0
13 years 1 month ago #7013

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.

  • Posts: 81361
  • Thank you received: 13037
  • MODERATOR
13 years 1 month ago #7016

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.

  • Posts: 45
  • Thank you received: 0
13 years 1 month ago #7017

perfect! thanks nicolas very much appreciated :)

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

  • Posts: 2
  • Thank you received: 0
13 years 1 month ago #7612

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.

  • Posts: 81361
  • Thank you received: 13037
  • MODERATOR
13 years 1 month ago #7617

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.

  • Posts: 2
  • Thank you received: 0
13 years 1 month ago #7620

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: 13 years 1 month ago by pin.

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

  • Posts: 81361
  • Thank you received: 13037
  • MODERATOR
13 years 1 month ago #7623

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.060 seconds
Powered by Kunena Forum