Jump to content

jQuery Error in customer account


Recommended Posts

Hi everyone.

 

Info:

prestashop 1.6.0.9

www.stoffwunsch.de

css-modified default-theme

 

In the customer account -> Order history our customer is getting an error on jQuery, when he klicks on the details of an order. Following about 5-6 Error windows.

After klicking them, the Order-Detail is shown correctly.

When klicking "Don't let this side show more windows" the order-details are not shown.

Then he can't get his downloads too..

 

Anyone out there who can help? :)

 

Picture pinned..

 

Thanks

 

post-775672-0-35572600-1420195041_thumb.png

 

Link to comment
Share on other sites

Hi everyone.

 

Info:

prestashop 1.6.0.9

www.stoffwunsch.de

css-modified default-theme

 

In the customer account -> Order history our customer is getting an error on jQuery, when he klicks on the details of an order. Following about 5-6 Error windows.

After klicking them, the Order-Detail is shown correctly.

When klicking "Don't let this side show more windows" the order-details are not shown.

Then he can't get his downloads too..

 

Anyone out there who can help? :)

 

Picture pinned..

 

Thanks

 

attachicon.gifjquery_error.PNG

 

you have script files in the footer delete in file - footer.tpl and add in file - header.tpl

{if isset($js_defer) && !$js_defer && isset($js_files) && isset($js_def)}
	{$js_def}
	{foreach from=$js_files item=js_uri}
	<script type="text/javascript" src="{$js_uri|escape:'html':'UTF-8'}"></script>
	{/foreach}
{/if}
Link to comment
Share on other sites

Thanks you for your answer!

Javascript is on the end cause of CCC-Options.

If I disable option "Put to the bottom of page", the horizontal navigationbar is not working and

in the customer account the order-history does not work, when trying to open the bill/downloads.

 

In the footer.tpl i just found this code, that is including some Javascript/Ajax:

 

{include file="$tpl_dir./global.tpl"}

 

I changed it and put it into the header, freshed up cache but nothing changed.

 

Problems are still the same.

 

When i search the source-code of the customer-account, i can not find the source you posted.

 

Any what i am not seeing?

 

Thank you for your help.

Link to comment
Share on other sites

×
×
  • Create New...