Jump to content

CMS page with custom javascript is not working. help please


Ste Berrill

Recommended Posts

Hi all, im pretty new to prestashop. I have added a cms page in the back end of prestashop with is going to be a form which calculates, I have 4 javascript files that it needs to function correctly. It all works offline without any problems & even if i upload the html file and the javascript on the the server it also runs but I cant seem to get it working correctly within the actual shop.

I have add the tags for the javascript in the header.tpl (as seen below)

{literal}
   [removed][removed]
   [removed][removed]
   [removed][removed]
   [removed][removed]
   {/literal}



Here is the header.tpl page were the tags have been inserted

<html ><head>
   <title>{$meta_title|escape:'htmlall':'UTF-8'}</title>
{if isset($meta_description) AND $meta_description}
   <meta name="description" content="{$meta_description|escape:html:'UTF-8'}" />
{/if}
{if isset($meta_keywords) AND $meta_keywords}
   <meta name="keywords" content="{$meta_keywords|escape:html:'UTF-8'}" />
{/if}
   <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
   <meta name="generator" content="PrestaShop" />
   <meta name="robots" content="{if isset($nobots)}no{/if}index,follow" />
   <link rel="icon" type="image/vnd.microsoft.icon" href="{$img_ps_dir}favicon.ico" />
   <link rel="shortcut icon" type="image/x-icon" href="{$img_ps_dir}favicon.ico" />
{if isset($css_files)}
   {foreach from=$css_files key=css_uri item=media}
   <link href="{$css_uri}" rel="stylesheet" type="text/css" media="{$media}" />
   {/foreach}
{/if}
   [removed][removed]
   [removed]
       var baseDir = '{$content_dir}';
       var static_token = '{$static_token}';
       var token = '{$token}';
       var priceDisplayPrecision = {$priceDisplayPrecision*$currency->decimals};
       var roundMode = {$roundMode};
   [removed]
   [removed][removed]
   [removed][removed]
   [removed][removed]
[color=green]    {literal}
   [removed][removed]
   [removed][removed]
   [removed][removed]
   [removed][removed]
   {/literal}[/color]
{if isset($js_files)}
   {foreach from=$js_files item=js_uri}
   [removed][removed]
   {/foreach}
{/if}
   {$HOOK_HEADER}

</head>
<body {if $page_name}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if}>
{if "MSIE 6"|eregi:$smarty.server.HTTP_USER_AGENT or "Internet Explorer"|eregi:$smarty.server.HTTP_USER_AGENT}{include file=$tpl_dir./ie6.tpl}{/if}
{if !$content_only}



       <!-- Header -->



               {$HOOK_TOP}



           <!-- Left -->

               {$HOOK_LEFT_COLUMN}

           <!-- Center -->



   {/if} 
Link to comment
Share on other sites

  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...