Jump to content

Language and Currency block not clickable on PS 1.6.0.9


kikidonc

Recommended Posts

Hi all

 

i'm facing a frustrating problem.. both currency and language blocks are not clickable. i'm using default theme and PS 1.6.0.9.

i read a lot of posts about similar issues, but none have helped me so far:

- is the shop in maintenance mode: no

- do i have multiple currencies/languages configured: yes

- did i move the position of both modules at higher position: yes (from the end of the list to firsts to middle (12-13 position)

- did i disable/reinstall modules: yes, still the same.

 

Any idea guys?

 

one thing to be aware of: i installed ps 1.6.0.9 and then copied the theme folder from a previous backup from an older version of PS 1.6 (forgot the exact version, one from july 2014 i think). everything else looks fine so far.

 

shop url: dev.min-goo.com

 

Thanks!

post-879301-0-79650600-1416975017_thumb.jpg

post-879301-0-60379800-1416975047_thumb.jpg

Edited by kikidonc (see edit history)
Link to comment
Share on other sites

Check if your header.tpl have this code:

{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}

Older versions of 1.6 didn't have that but now you need it to load javascript

Link to comment
Share on other sites

Check if your header.tpl have this code:

{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}

Older versions of 1.6 didn't have that but now you need it to load javascript

 

 

Hi Tom, yes this is correct.

 

but if at all possible load javascript bottom from performance panel as suggested above...this makes shop 'much' faster load time.

 

else follow Tom's advice...then buy javapro module :)

  • Like 1
Link to comment
Share on other sites

Thanks guys, really appreciate your help.

I did what you suggested El Patron and it actually works! i can't believe it was that simple :)

i checked my header.tpl, and there is no mention of the code above. Doesn't seem to be required if it works like that.

 

Thanks again! 

 

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...