Jump to content

purepixels

Members
  • Posts

    22
  • Joined

  • Last visited

About purepixels

  • Birthday 12/23/1983

Contact Methods

Profile Information

  • Location
    The Netherlands
  • Activity
    Agency

Recent Profile Visitors

2,025,622 profile views

purepixels's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. I had the same problem, when saving details from a customer in the admin I got this error; [PrestaShop\PrestaShop\Core\Domain\Customer\Exception\CustomerException code 0]. After reading this topic I checked the first name, which had A.B.C. as initials filled in. Customer was already a customer in the shop for years, but now she couldn't change the password. I tried helping from the backend, resulting in the code 0 error. After changing the initials A.B.C. to ABC in the "first name" field the problem was solved for me and all changes were saved without a problem.
  2. This problem solved itself for me somehow. I think it had to do with multiple users were logged in and trying the same thing at the same time. But I'm not sure about that. Is that something which is possible in your case? Than I would suggest to log out at all locations and start from one location, reset the ordering function or start using it - depending on what the buttons are telling you.
  3. Hello all, I've tried to find a solution on this forum everywhere, but I can't find anyone with the same problem or clearly described as the same problem. If others have written about is, perhaps we can merge the topics.. I have a Prestashop 1.7.5 (updated from 1.6 few months back), in which my client is working. All fine, until we decided to change "Pagination - Default order by" from 'Alphabetical' to 'Position within category' (Shop parameters > Product Settings). We want to reorder the products within their category, but somehow that gives problems with saving the new order. After filtering a category, the option to Reorder appears in the product table column 'Position'. When activating that, the button changes to a grey version Save & Refresh and drag-n-drop ordering of products is possible. After dragging one or a few products, the button is activated in blue color, indicating it can be clicked, but with doing this the new order is not being saved. And also, the option to Save & Refresh keeps being active and doesn't disappear anymore. Even logging in with a different browser (with no history to that website ever) this option is still activated and I can't get it deactivated anymore. The strange thing is, it did work for 1 category yesterday. But now, somehow, it stopped working and I can't figure out why. Error logs are not present. Debug mode doesn't give me directions. Nothing obviously wrong. Is there any solution for this problem? While searching for the correct English text in the demo.prestashop.com, I noticed that the feature is also not working and the same problem occurs there. A solution would be highly appreciated by me and my client. 🙂 Thanks for any help! Bas
  4. Great stuff Clint, exactly what it needs to be! Thanks for your help!
  5. Hi there, For a webshop of one of our clients I have a question. Our client wants to create a seperate <title> for all product pages. They would like to see a solution where all other pages in the prestashop remain like normal, but for the product pages they asked me to fix it like this; <title>{$meta_title} + *custom text fixed in header.tpl* </title> I think this can be done with a if/else statement around the current title to make an exeption for the product pages. if (page= "product - what to put here") { <title>{$meta_title} *custom text fixed in header.tpl* </title> } else { <title>{$meta_title}</title> } I am no programmer, so i ask your help with creating this statement. Is this even possible, and if so, is there anybody here who can help me with this? Thanks in advance for your help/advice!
  6. After some more investigating, the problem seems to be really vague. It looks like the error shows up with rendering the page by the browser. When inspecting the source with the "inspect element" tool from Chrome, the error seems there. (see print screens above) When I choose the "Show source" option (to open the source in a new tab), there is no problem in the source with the order of appearance in the <head> & <body> information. IE is doing exactly the same as Chrome. Site shows white line on top, indicating the wrong rendering, but source shows no faults. Viewing the site with Firefox works well, there is no problem at all. If I run a SEO test to check my seo efforts on the page, the results show a missing meta title, meta description and other meta tags. So that site (http://seositecheckup.com/) is having the same problem as Chrome and IE browsers. The white border on top of the page comes from the empty " " tag, only to be seen when inspecting the element in Chrome. I hope this helps to find the problem. Only difference between German and other languages I can think of are the characters with ü's and ö's in some words. I'll try to investigate that for myself. If anybody can give me a hint where to look for, please feel free to contribute :-) Thnx for thinking along!
  7. Hi guys, Thanks for thinking along with me. I've found the problem. I had the module "Price Hide Pro" installed and active. In combination with catalogue mode, the error as show above occurs. If you're interested, I can reactivate the module for you to inspect the problem. If I deactive this module, the site shows no problems anymore. Please let me know if you´re willing to investigate, otherwise the topic can be set to solved. Thnx again. Ps. Perhaps you´re willing to take a look at my other very mysterious little error. (Deutsch vs. other languages) Site frontend can be found here: http://prestashop16.purepixels.nl
  8. Hi, When I enable the catalog mode in my prestashop (default bootstrap theme), I get this result; Not what I was expecting with enabling this mode.. I recompiled the templates, cleared cache, tried everything to fix this. But the information still shows up on every page of the site. Also the button "Add to cart" is still there with every product. Anybody an idea where to seek this problem? Thnx for the help.
  9. Hello, I have a very strange problem with my webshop. Don't know where to search for in the forum, and every search I made was without results so I start this new topic. Here's my situation; PS 1.6.0.9 Theme: default-bootstrap Installed languages: NL, DEU, FR & ENG. everything works perfect, only I notice a strange difference when I select the german language. The meta and java information from header.tpl is positioned within the <body>. see pictures below; NL/FR/EN language situation: DE language situation: Also, on the frontend, a white margin is positioned above the top bar. Perhaps that comes from a piece of css. I think that this will solve itself after correcting the problem with the meta information. Does anybody have a clue where to search for to fix this? Thanks in advance for all contributions.
  10. With help from what I read above, I've included the flags again in the top nav. From the Default Bootstrap theme (PS 1.6.0.9) I changed the blocklanguages (/themes/default-bootstrap/modules/blocklanguages/ blocklanguages.tpl) and included it again. Works perfect! <!-- Block languages module --> {if count($languages) > 1} <div id="languages-block-top" class="languages-block"> {foreach from=$languages key=k item=language name="languages"} {if $language.iso_code == $lang_iso} <div class="current"> <span><img src="{$img_lang_dir}{$language.id_lang}.jpg" alt="{$language.iso_code}" width="16" height="11" /> {$language.name|regex_replace:"/\s\(.*\)$/":""}</span> </div> {/if} {/foreach} <ul id="first-languages" class="languages-block_ul toogle_content"> {foreach from=$languages key=k item=language name="languages"} <li {if $language.iso_code == $lang_iso}class="selected"{/if}> {if $language.iso_code != $lang_iso} {assign var=indice_lang value=$language.id_lang} {if isset($lang_rewrite_urls.$indice_lang)} <a href="{$lang_rewrite_urls.$indice_lang|escape:'html':'UTF-8'}" title="{$language.name}"> {else} <a href="{$link->getLanguageLink($language.id_lang)|escape:'html':'UTF-8'}" title="{$language.name}"> {/if} {/if} <span> <img src="{$img_lang_dir}{$language.id_lang}.jpg" alt="{$language.iso_code}" width="16" height="11" /> {$language.name|regex_replace:"/\s\(.*\)$/":""}</span> {if $language.iso_code != $lang_iso} </a> {/if} </li> {/foreach} </ul> </div> {/if} <!-- /Block languages module --> EDIT: Small error fix within tpl code
  11. Due to server restrictions (numer of caracters to long) I'm not able to open the translations for installed modules. I've instructed my hosting company to change settings. but waiting on it still. I'll let you know if translating the way you suggested works.
  12. Hi there, I'm working on a 1.6.0.9 prestashop with default-bootstrap theme. Everything fine, but I would like to change the <h4>title</h4> of Blockcontactinfos in the footer of the theme. Webshop will work with 4 languages, so preferably I use the language files to change the title of the module. Now what I did is the following; I changed the text from the en.php file in the folder (root)/modules/blockcontactinfos/translations/. I changed the translated title in the nl.php, fr.php and du.php files, but non of the changed titles show up on the frontend of the store. Also i tried adding the folder /translations/ to the location /themes/default-bootstrap/modules/blockcontactinfos/. Without any result. all CHMOD settings are set as recommended for all files. Can anybody give me some advice on how to make this work? If more information is needed. I'll add it, but at the moment I have no clue which information could be helpfull. Thnx in advance!
  13. Same problem here. In prestashop 1.6.0.9 it isn't solved yet. It did work once for me when changing from Chrome to IE browser (both most recent version), but after that one time, now nothing happends anymore. Anybody an advice on this matter?
×
×
  • Create New...