Jump to content

tarmouti

Members
  • Posts

    47
  • Joined

  • Last visited

Profile Information

  • Activity
    Freelancer

tarmouti's Achievements

Newbie

Newbie (1/14)

2

Reputation

1

Community Answers

  1. It was connected with php version (5.2). Using 5.3+ is recommended.
  2. Your customer should still receive brand new voucher (from 07.2015). Try to fix it the same as I've mentioned before. In your case it's: if ($date_from < time()) $date_from = time(); rather than: if ($date_from > time()) $date_from = time();
  3. Check full path modules/loyalty/controllers/front/default.php I'm sure that you have this file. Probably you've checked only controllers/front...
  4. Thank you for reply. Does disabling this library(Purifier) may increase vulnerability to attacks? Can use of newer PHP parser cause problems with some modules?
  5. I've sent you private msg. Give it a try on test environment . It turns the date correctly.
  6. Thank you for reply. I'm very glad for your help. I've contacted with hosting provider but they were unable to find the problem. PHP version is 5.2 (I know that's quite old now). What about security reasons? Presta still has some protection against malicious code? What was the reason to include such library in PS?
  7. Is it possible that server doesn't support this library? I've found similar problem here: https://www.prestashop.com/forums/topic/445678-class-htmlpurifier-config-not-found-16014/?do=findComment&comment=2067067
  8. Does it work just like that? Without any changes? Shouldn't this be outise <script> tag? http://www.smarty.net/docsv2/en/language.function.literal
  9. Check my previous topic: https://www.prestashop.com/forums/topic/425886-no-http-response-detected-google-adwords-tag/ There are many other topics connected with this problem(especially Google Tag).
  10. Nie ma w praktyce jakiejś prostej opcji, aby powiązać moduł płatności z dostawą? Wydaje się to zaskakujące, że nie da się po prostu wyłączyć innych opcji płatności jeśli została wybrana opcja za pobraniem (w domyślnej konfiguracji kuriera nie ma takiego rozróżnienia).
  11. Dear Users! I've been trying to figure our what's the problem with keeping JS inline. On PrestaShop 1.6.0.8 without any CCC option there are still problems. I've found this gist: https://gist.github.com/hereswhatidid/8c8edef106ee95138b03 According to their example and using {literal}[/literal} tags: {literal} <script type="text/javascript" data-keepinline="true"> alert( "hello!" ); </script> {/literal} Is it enough to force keeping JS inline? What can I do more to implement codes such as Facebook Conversion or Google Tag. Does Prestashop 1.6.0.14 have the same issue? Thank you in advance. Best wishes and have a nice day!
  12. Witam! Zwracam się do Was z pytaniem dotyczącym umieszczania własnych kodów JS (np w stopce czy innym miejscu). Mam na myśli to, że w wersji 1.6.0.8 pomimo wyłączenia wszystkich opcji CCC pojawiały się różnego typu problemu z wstawianiem kodów (np. remarketingowe). Używałem tagów {literal}{/literal} oraz dodałem tę zmianę w wersji 1.6.0.8: https://gist.github.com/hereswhatidid/8c8edef106ee95138b03 Zatem ich przykład wraz z tymi tagami w pliku .tpl wyglądałby następująco: {literal} <script type="text/javascript" data-keepinline="true"> alert( "hello!" ); </script> {/literal} Czy o czymś tutaj jeszcze zapomniałem? Czy w wersji 1.6.0.14 zmieniło się coś pod względem rozsypywania skryptów JS? Widziałem wiele podobnych tematów w kwestii kodów Google właśnie, ale z reguły bez odpowiedzi. Ich wtyczka do Google Chrome też często kłóci się z Analyticsem pokazując "No HTTP response" pomimo że zbiera dane. Z góry dziękuję za wszelkie cenne wskazówki. Pozdrawiam i życzę miłej soboty.
  13. Dear Users! I'd like to kindly ask you about notice I've seen via dev mode on Order Confirmation Page (bankwire payment) Trying to get property of non-object in /tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code on line 45 What can cause issue like this? Cache has been cleared (even manually) but without a result. Thank you in advance. Best wishes.
  14. Refresh. What do you think about adding if statement similar to this one: https://github.com/maximebiloe/loyalty/commit/54099c9e17bbecb4da7d9e44d5394fc51e2efb4f The only difference is related to ">" instead of "<" if ($date_from > time()) $date_from = time();
  15. Refresh. What do you think about adding if statement similar to this one: https://github.com/maximebiloe/loyalty/commit/54099c9e17bbecb4da7d9e44d5394fc51e2efb4f The only difference is related to ">" instead of "<" if ($date_from > time()) $date_from = time();
×
×
  • Create New...