Jump to content

djpaul

Members
  • Posts

    75
  • Joined

  • Last visited

Profile Information

  • Location
    Netherlands
  • Activity
    Web development agency

djpaul's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. Aaahhh, of course. Stupid that I didn't see that. I think I must be tired back then.. Changed my query and now there it is! Thanks!
  2. Hello! I have just still this small problem with me new prestashop 1.6.1.0. Every order that has been placed doesn't fill in the 21.00% tax in the ps_order_detail database. I have checked everything on the product page and in the taxes. I only use 21.00% tax. So in every product the tax is selected, prices show up includig tax on the product page. Also in the shopping cart the prices are correctly displayed. But after some customer has placed an order, the 21.00% tax is not filled in. As I look in the ps_orders table I can see the prices total_paid_tax_incl, total_paid_tax_excl and so on and they are all ok. Prices are filled in with and without tax. Anybody an solution or an idea? Greetz, Paul
  3. Well, on some reason now it works. I think the problem was at the hosting company because I also saw 2 folders with the same files from prestashop. But it's ok now, thanks for your support! Paul
  4. hmm, also doesn't work. now the generator is gone on the main page but still exists on the other pages. Very very strange.. Can I have a copy of your template to test?
  5. <head> <meta charset="utf-8" /> <title>{$meta_title|escape:'html':'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 name="generator" content="ElectronicaBalie" /> <meta name="robots" content="{if isset($nobots)}no{/if}index,{if isset($nofollow) && $nofollow}no{/if}follow" /> <meta name="viewport" content="width=device-width, minimum-scale=0.25, maximum-scale=1.6, initial-scale=1.0" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <link rel="icon" type="image/vnd.microsoft.icon" href="{$favicon_url}?{$img_update_time}" /> <link rel="shortcut icon" type="image/x-icon" href="{$favicon_url}?{$img_update_time}" /> {if isset($css_files)} {foreach from=$css_files key=css_uri item=media} <link rel="stylesheet" href="{$css_uri|escape:'html':'UTF-8'}" type="text/css" media="{$media|escape:'html':'UTF-8'}" /> {/foreach} {/if} {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} {$HOOK_HEADER} <!--[if IE 8]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> <![endif]--> {literal} <!-- Google Tag Manager --> <noscript><iframe src="//www.googletagmanager.com/ns.html?id=blabla" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-T22DWV');</script> <!-- End Google Tag Manager --> {/literal} {literal} <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'blabla', 'electronicabalie.nl'); ga('send', 'pageview'); </script> {/literal} </head>
  6. Ok, I now used the original file from the zip. As you can see the logo is changing because I made some changes in it. But, also here, the same problems keeps coming up. Also replaced the google code to the bottom right above the the </head> property. Damn! what the f... is going on!
  7. Yes I have This is a part of my header.tpl.. <head> {literal} <!-- Google Tag Manager --> <noscript><iframe src="//www.googletagmanager.com/ns.html?id=something" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','something');</script> <!-- End Google Tag Manager --> {/literal} {literal} <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'something', 'electronicabalie.nl'); ga('send', 'pageview'); </script> {/literal} <meta charset="utf-8" content="" /> <title>{$meta_title|escape:'html':'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 name="generator" content="ElectronicaBalie" />
  8. The version is 1.6.1.0 and using the default bootstrap template. Done a whole searching through all files for "generator" and "<head" but I can't find anything more than the header template and a compile file. Also deleted the header.tpl. And now comes the funny part. If I delete the header.tpl in the theme folder the homepage crashes (of course). But the product pages loads perfectly. hahaha, going insane! But your page (team-sheperdusa.com) works fine. On the main page, category page and the product page you have the generator = team-sheperd... For testing I added the head language:<html{if isset($language_code) && $language_code} lang="test{$language_code|escape:'html':'UTF-8'}"{/if}>. Also on the home page the "test" appears but not on other categories or product pages.... pffff
  9. Well... I had turned on force compile and turned off cache. Also deleted the folders cache and compile in cache->smarty. and the class_index.php file in the cache folder. But nothing seems to help. it just keeps coming back. After that did a ctrl-> F5 to refresh my browser completely. It just won't go away or the google analytics doesn't work on the category page and product page.. Damn! hahaha By now the settings are still on force compile and cache turned off. Also did clear cache on the right upper corner. What do you see?
  10. If you check on my website www.electronicabalie.nl you'll see that on the home page it shows the correct information. eg meta name="generator" content="ElectronicaBalie" /> But if you go to the category page or one of the products pages it becomes name="generator" content="Prestashop" /> again. Not that big issue but the code for google isn't showing so I can't track my website for visitors on google analytics. thanks!
  11. Been there, done that. Works only on the main page. When viewing a category page or a product, the prestashop is back as generator...
  12. Hello, I am trying to change the meta <meta name="generator" content="PrestaShop" /> to <meta name="generator" content="MySite" /> I found this in the header.tpl file in the template folder. No problems with that. But when I open the category page or a product the content is back to PrestaShop. Where can I change that? Thanks! Paul
  13. Well, I figured it out. It has to do with the nleft, nright in the ps_category and the position in the ps_category_shop table Good luck!
  14. Hello, I have setup an new prestashop to upgrade the old one. Now I am having 1.6.1 and copied the categories to the new database. But the order doesn't work to well. Some of the categories are not on alfabetical order. In the settings I put order by position and have ordered all categories by hand in the ps_category and the ps_category_shop tables but somehow some of them won't go to the right place. As you can see on the images. In the backend the are in the right way. How is this possible?
×
×
  • Create New...