Search

Help

Page 3 of 10. Showing 95 results (0.008 seconds)

  1. Troubleshooting

    an issue with the user's browser cookie for your store: when the user repeatedly logs in and out of the store, the cookie's encryption keys can get mixed up. In any case, one easy way to fix this and to be able to log in again is to clear the browser's cache and cookies. Here is page explaining how to do just that, depending
    PrestaShop 1.5Apr 25, 2013
  2. Troubleshooting

    to point that IE10 is the only browser where this happens. This is most probably an issue with the user's browser cookie for your store: when the user repeatedly … the browser's cache and cookies. Here is page explaining how to do just that, depending on the browser: https://support.google.com/mail/answer/32050?hl=en
    PrestaShop 1.6Mar 14, 2016
  3. PrestaShop-System-Administrator-Guide.pdf

    , when enabled, defines all environment variables (GET, POST, COOKIE, SERVER...) as global variables. It is unsafe to use unset variables, because a user could … automatically escapes (or "adds slashes") to all special character sequences (', ", , NULL) for all environment variables (GET, POST, COOKIE, SERVER
    PrestaShop 1.4 / … / _PDFfilesOct 12, 2011
  4. PrestaShop 1.4.3 Performance Guide

    be http://www.domain.com http://www.domain.com so that the cookie does not apply to the subdomain. If your main website is http://domain.com http://domain.com, then the cookie will be applied to http://static.domain.com http://static.domain.com too, causing it to not be a cookieless domain. Reduce Cookie Size Cookies are used
    PrestaShop 1.4Aug 23, 2013
  5. Developer tips and tricks

    is logged */ } ?> The isLoggedBack() method was located in the Cookie class in PrestaShop 1.4.x, and was moved to Employee class in v1.5.x. How to find the speed … ->cookie->id_cart) ? (int)$context->cookie->id_cart : 0; You might want to consider the fact that by retrieving this value in JavaScript, it will be publicly
    PrestaShop 1.6May 07, 2014
  6. Developer tips and tricks -

    is logged */ } ?> The isLoggedBack() method was located in the Cookie class in PrestaShop 1.4.x, and was moved to Employee class in v1.5.x. How to find the speed … ->cookie->id_cart) ? (int)$context->cookie->id_cart : 0; You might want to consider the fact that by retrieving this value in JavaScript, it will be publicly
    PrestaShop 1.6Jul 12, 2016
  7. Developer tips and tricks

    is logged */ } ?> The isLoggedBack() method was located in the Cookie class in PrestaShop 1.4.x, and was moved to Employee class in v1.5.x. How to find the speed … ->cookie->id_cart) ? (int)$context->cookie->id_cart : 0; You might want to consider the fact that by retrieving this value in JavaScript, it will be publicly
    PrestaShop 1.5Jul 01, 2013
  8. Carrier modules - functions, creation and configuration

    checks if (self::isInstalled($this->name)) { // We retrieve the list of carrier ids global $cookie; $carriers = Carrier::getCarriers($cookie->id_lang, true … ('PS_CARRIER_DEFAULT') == (int)($Carrier1->id) || Configuration::get('PS_CARRIER_DEFAULT') == (int)($Carrier2->id)) { global $cookie; $carriersD = Carrier::getCarriers($cookie
    PrestaShop 1.4Oct 27, 2011
  9. Troubleshooting

    the line containing "COOKIE_KEY". Copy the cookie content (without the quotes): it is the MD5 for your original password. You now need to generate a new MD5 hash for your password: Go to md5.fr http://www.md5.fr Paste the cookie content in the text-field, and right after it, add your desired password. For instance
    PrestaShop 1.4Dec 07, 2012
  10. Les modules transporteurs - fonctionnement, création, configuration

    ::isInstalled($this->name)) { // Nous récupérons la liste des ids des transporteurs global $cookie; $carriers = Carrier::getCarriers($cookie->id_lang, true, false, false … ::get('PS_CARRIER_DEFAULT') == (int)($Carrier2->id)) { global $cookie; $carriersD = Carrier::getCarriers($cookie->id_lang, true, false, false, NULL
    PrestaShop 1.4Nov 03, 2011