Stoffwunsch Posted January 2, 2015 Share Posted January 2, 2015 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 Link to comment Share on other sites More sharing options...
Stoffwunsch Posted January 9, 2015 Author Share Posted January 9, 2015 Nobody else this problem? Or a solution? Heeeeeeeeeelp! Link to comment Share on other sites More sharing options...
LuckyModule Posted January 10, 2015 Share Posted January 10, 2015 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 jquery_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 More sharing options...
Stoffwunsch Posted January 10, 2015 Author Share Posted January 10, 2015 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 More sharing options...
Stoffwunsch Posted January 10, 2015 Author Share Posted January 10, 2015 Maybe it is a modul, working in the footer? Link to comment Share on other sites More sharing options...
Recommended Posts