Jump to content

Roffleman

Members
  • Posts

    10
  • Joined

  • Last visited

Profile Information

  • Activity
    Freelancer

Roffleman's Achievements

Newbie

Newbie (1/14)

3

Reputation

  1. Good morning to all. I found a weird problem in prestashop 1.6.0.9. Emails sent to the customers, for example Order confirmation, are now without number 0. Not only for example in prices, where the price should be 760 CZK, but instead is displayed as 76 CZK, but also in the html code of the template, where there is for example style attribute for the table with width 650px, i get only 65px. Once the email is sent, its whole html is purified of zeros. Any ideas?
  2. Hey guys... My problem was actually in a faulty module, installed from unverified source. It was one of those Ship to Pay modules, allowing you to assign payment methods to specific carriers. Once i installed the module, it actually worked, but the CSS and JS was disrupted. When i removed this module, it all went back to normal. If you are having similar problem, try disabling all overrides/modules in Advanced Parametres > Performance (meaning, switch to Yes). If your CSS/JS load properly after this, the problem is in some module. If it happened suddenly, recently, then obviously check the latest modules installed.
  3. Ok, i have been informed that they changed memory limit in PHP.ini, could that has something to do with it?
  4. Hello guys, believe it or not, today I woke up and my client's website suddenly does not load up CSS/JS files from modules. No changes have been made since yesterday when it was working 100%, the general CSS files are loaded up as well as general JS files, but not the ones from modules. I checked header.tpl, the part about CSS files is exactly the same as in default theme, otherwise even for example global.css would not load, right... Has anybody encountered this issue before? Thanks a lot
  5. Hi guys, first, let me say thanks for the solution. I would never have guessed. In my case, the thing is that i did not do any update at all. I simply installed pure 1.6.0.9 Prestashop on my host, everything was working but i could not access any product detail > fatal error. Hope the Prestashop guys will soon fix this.
  6. Hello there. Thank you for this advice, exactly what i was looking for. However i encountered a little problem. I placed a unique content based on customer`s group id into product-list.tpl and product.tpl. It works fine on both, except when you have more than one page of products and go to second page (processed by script i guess), the condition is not processed anymore and the conditional content is not displayed anymore. My product-list.tpl: {if $logged}{if $checkcustomer->id_default_group==5}<span id="old_price_display">{convertPrice price=$product.price * 1.25}</span><br />{/if}{/if} My frontController.php is exactly to your specifications. THanks for help
  7. Yea, u need to keep the Upper/lower case naming convention. For example, when i uploaded files via Total commander, it set all file names to lower case naming and i had this exact problem. Override this settings and u shall be fine.
  8. I got blank page after uploading files to FTP. After getting log from host, it said something about autoload.php and error there. However, the solution is much simpler. When uploading files, i.e. in Total commander which i use, by default, it sets all file names to lower case characters. U need to cancel this option and upload the files with correct upper/lower case naming. I.E. not "autoload.php" but "Autoload.php"
  9. In Prestashop 1.5.4 controllers/admin/AdminProductsController at line 1952. // Check description short size without html $limit = (int)Configuration::get('PS_PRODUCT_SHORT_DESC_LIMIT'); if ($limit <= 0) $limit = 400; Current limit is 400, so if you dont find the line, just search for "400" and then change the number to whatever u wish.
×
×
  • Create New...