Jump to content

Search the Community

Showing results for tags 'display error'.

  • Search By Tags

    • display error ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 3 results

  1. The debug mode is widely used to see the errors on your shop and when: you get blank pages; you get 500 Internal Server Error; you have strage issues with your shop and don't know where to start; Edit: Debug mode on PrestaShop 8.0 PrestaShop Dashboard >...
  2. Hi guys, I'm trying display an error message if the customer is not logged in. if ($this->context->customer->isLogged()) { .......... } else { $this->errors[] = Tools::displayError('You must be logged in to request a custom order'); } But the error message isn't being displaye...
  3. Hi All, I encounter a problem of my website display problem: http://www.zocare.com It can't display correctly: Do you have any suggestions for this? I've reloaded the backup from Bluehost cPlannel. It does not help. Thanks Alex
×
×
  • Create New...