Jump to content

Radu

Global Moderators
  • Content Count

    803
  • Joined

  • Last visited

Community Reputation

41 Excellent

About Radu

  • Rank
    PrestaShop Addict
  • Birthday 08/18/1983

Contact Methods

Profile Information

  • Activity
    Developer

Recent Profile Visitors

7,359,449 profile views
  1. Mahones, I didn't find a ticket in my support system with this username but please note the plugin has a tab called support on which you have the details to easily open a support request. In your case I'll need your exact prestashop version, thank you.
  2. you can try to enable debug mode for prestashop and check if you can see the actual error. 500 errors are logged at server error, many times as php_errorlog files or if you have cpanel you also have the web interface for them.
  3. a little strange, however the error indicated clearly it's a WAF issue. I guess you tried with other links as well and still the same issue...
  4. A you said previously regarding the log file it seems that has something to do with your web application firewall. How the image links look like?
  5. hmm, the file is indeed small, you may also research if the hosting has mod security activated.
  6. You can try to duplicate the module with a different name, changing also the main class.
  7. I am sorry but I can't see what the problem was. Can you please explain further what the issue was?
  8. 502 may appear also because a timeout the fcgi script (in your case php) takes too long to execute. So indeed the host can increase the limit if they want or try uploading a smaller csv file
  9. yep, I don't know of such Message class that can be used across the pages
  10. I am not able to check now the code but try Context::getContext()->customer->id
  11. But do you see this enable/disable selection for products? I don't see it for my presta version, can you give me an example please?
  12. I would do it using CSS with a absolute positioned layer that may have also transparency.
  13. if you want to enable or disable the selected modules/addons
  14. You can override the Mail class and in this way you have controll of all the emails that are sent through presta class Mail extends MailCore { public static function Send($id_lang, $template, $subject, $template_vars, $to, $to_name = null, $from = null, $from_name = null, $file_attachment = null, $mode_smtp = null, $template_path = _PS_MAIL_DIR_, $die = false, $id_shop = null) { switch ($template) { // do whatever you wish } } }
  15. You may want to check how controllers do in case of an error ($this->errors[] array) or you can implement your own way saving the data in the context/cookie
×
×
  • Create New...

Important Information

Cookies ensure the smooth running of our services. Using these, you accept the use of cookies. Learn More