- Posts: 45
- Thank you received: 0
New Billing or Shipping Address re-directs > index
15 years 7 months ago #7013
by spoOx
New Billing or Shipping Address re-directs > index was created 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
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
Please Log in or Create an account to join the conversation.
15 years 7 months ago #7016
by nicolas
Replied by nicolas on topic Re: New Billing or Shipping Address re-directs > index
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.
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.
15 years 7 months ago #7017
by spoOx
Replied by spoOx on topic Re: New Billing or Shipping Address re-directs > index
perfect! thanks nicolas very much appreciated
Please Log in or Create an account to join the conversation.
15 years 7 months ago #7612
by pin
Replied by pin on topic Re: New Billing or Shipping Address re-directs > index
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?
It happed since the upgrade to Essential
How do i fix it?
Please Log in or Create an account to join the conversation.
15 years 7 months ago #7617
by nicolas
Replied by nicolas on topic Re: New Billing or Shipping Address re-directs > index
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
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.
15 years 7 months ago - 15 years 7 months ago #7620
by pin
Replied by pin on topic Re: New Billing or Shipping Address re-directs > index
I just add the login Module and i can see your account in the control panel
In what file do i add:
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.
15 years 7 months ago #7623
by nicolas
Replied by nicolas on topic Re: New Billing or Shipping Address re-directs > index
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