Jump to content

THM11

Members
  • Posts

    40
  • Joined

  • Last visited

THM11's Achievements

Newbie

Newbie (1/14)

11

Reputation

  1. Unfortunatly this isn't a bug. Prestashop have decided that this is the feature they want. Which just doesn't make any sense! We calculated that we loose about 26mins per day / person working on prestashop because of this "FEATURE" => 86hrs per year / person => 1300€ per worker who are working with orders. So thank you Prestashop for this awesomeness and not listening our complains that we want to have the messages back also on the order page not a centralized message hub.
  2. Hi, I think you can see the other languages just by editing each of the items there. At least I've the flags to choose language after pressing edit button on each line. Have you tried what happens if you change e.g. the "prices-drop" (after hitting that edit button) from the dropdown menu to one without "-" in between the words, see http://www.prestashop.com/forums/topic/213236-153-issue-default-page-eg-prices-drop-links-dont-work-community-help-needed/
  3. Here's one example of the issue about the URL's that happened after I edited the URL's on BO. You can see that the friendly url has vanished where I've selected the option (from BO) without "-". From this other picture you can see that the friendly URL is working just fine (as I didn't touch the selection from the drop down menu) and the second, third... etc page links works just fine, which it doesn't do on the first example. And here's a shot of the BO of the demonic drop down menu that ruined my online store - hopefully not for good. As you can see from it, the "pricesdrop" without "-" (prices-drop) is selected, and no I cannot open that menu to select the one with the "-" as it has vanished as well. So I'm stuck with this issue?
  4. Not sure I've tested the 1.5.3 out now for two days and found one annoying bug related to the urls and scandinavian letters (which is quite show stopper for us), but otherwise it seems working (for me), some missing pics somewhere, etc... small things... But no Klarna! I'll call Klarnas support today, and write here if I hear any news/reasons why the modules are (again) missing from the latest 1.5 package. Hate this shit... Anyway 1.5.3 seems not to be as shit as was the initial thoughts, all I can say is test it out first
  5. Has someone already figured this new feature of "Redesigned 404 messages (You can now redirect shoppers to similar products when one product is out of stock)" out, is there some description/module/or something out there regarding it?
  6. No I cannot! I've contacted Klarna Integration support also, waiting for response. But the 1.5.3 contains couple stupid bugs, so it's not suitable for production usage anyway, which sucks as well.
  7. Matt I think your issues has been solved (if only related to headings and their look and feel), you can see this post http://www.prestashop.com/forums/topic/212996-153-upgrade-tip/
  8. Hi, Has someone tried following: 1) Go to the BO -> Preferences -> SEO & URLs -> edit e.g. Prices-drop page 2) Select from the dropdown menu the one without "-" (prices-drop => pricesdrop) -> Save 3) Go to the FO and to the prices-drop page Has the friendly url gone haywire? Meaning it now states index.php?controller=prices-drop and not the nice "friendly url" as it should state e.g. /discountproducts? Is the link to the second page working anymore? No it's not. So what happened to me is that I've translated some of these pages and then noticed this issue, now my customers cannot go to the discount page 2 or further nor see the "new products" beyond page 1. There's a way to see the second page by manually putting in the url without one "&" e.g. www.domain.com/index.php?controller=prices-drop?p=2 works fine but if you would use the link proposed by Prestashop in the "next page" link (www.domain.com/index.php?controller=prices-drop?&p=2) it doesn't work. I've created issue (http://forge.prestas...owse/PSCFV-6411) for this, but would like to know if you guys who have some test shops running if this happens to you as well. Here's a link to (Finnish) live store to see the issue in practice if you're interested of: http://www.sisustusi...i/verkkokauppa/ You can go to the discount products (prices-drop) from the footer "erikoistarjoukset"
  9. But I assume that then the system allows you to actually click "save and stay" button and still continue on working on the product? In my installation the system keeps on putting the letters in to the URL and giving error, so I need everytime change the name of the url if I want to do any changes to the product. Which is killing me, hence without a fix 1.5.3 is not viable for production usage.
  10. It shouldn't be any cache related issue. I've cleared cache from the server shop/cache and shop/themes/mytheme/cache. So I really think this is more related to due some MAJOR changes on how prestashop works.
  11. Did it, still no further error messages than the "An error occurred while uploading image.". Nor does the regeneration cause any errors. But it seems that there are some functions used in my theme that are no longer present in 1.5.3, but they're not related to this error.
  12. It seems that the new and fine tuned SEO fixes done to 1.5.3 causes some errors, when editing existing or adding new products, where the name has e.g. Scandinavian letters ä,ö,å, the new SEO friendly URL generator tries to include those to the url and gives error message. Where as in previous versions it has changes ä -> a, ö -> ö in link, now it gives annoying warning and doesn't allow to update the product anymore, unless I go and remove the ä and ö's. The issue is that I've to do this every time when updating products! So here's the example of 1.5.2 (production - with some annoying bugs, and I hoped the 1.5.3 to be the fix, but it seems there's even more issues) where you can see that the product name has the Scandinavian letters and the URL doesn't and when editing products the system doesn't prompt with errors to change the URL.
  13. Theme is 1.5.2 compatible, and all the other pics are just fine, I found out that this issue is/was actually part of previous upgrade already and I've fixed the issue to the production site (by manually uploading pics again). Which isn't working with 1.5.3. It seems that there's no such a option for debugging in 1.5.3 anymore? <?php /* * 2007-2012 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <[email protected]> * @copyright 2007-2012 PrestaShop SA * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * International Registered Trademark & Property of PrestaShop SA */ require_once(dirname(__FILE__).'/defines.inc.php'); $start_time = microtime(true); /* SSL configuration */ define('_PS_SSL_PORT_', 443); /* Improve PHP configuration to prevent issues */ ini_set('upload_max_filesize', '100M'); ini_set('default_charset', 'utf-8'); ini_set('magic_quotes_runtime', 0); /* correct Apache charset (except if it's too late */ if (!headers_sent()) header('Content-Type: text/html; charset=utf-8'); /* No settings file? goto installer... */ if (!file_exists(dirname(__FILE__).'/settings.inc.php')) { .....
  14. Actually you're correct, for me it's the only one translated, hence missed it. But still it doesn't do the trick... Even if I regenerated (the translated manufacturer) images, they don't appear in FO. And if I go (in 1.5.3) to the manufacturer list and try to add new pictures just get error "An error occurred while uploading image." without any further debugging info.
  15. After updates on Prestashop 1.5, the manufacturer logos are not available anymore. There's no regenerate thumbnails possibility for manufactures - any other solutions/workarounds than uploading the logos after every update? Also noticed that from BO many other images stopped working like the Gender logo's (in Customer). I've updated the .htaccess etc.. but without any help.
×
×
  • Create New...