Jump to content
thirty bees forum

e-com

Moderators
  • Posts

    129
  • Joined

  • Last visited

  • Days Won

    14

Posts posted by e-com

  1. I made a customization of thirty bees file manager to support WebP format. Modified imageLib class - correct generation of WebP thumbnails.
    Also need to modify htaccess in directory: /img/cms/
    If you guys think this is a good solution, I will make redesigned filemanager available on github.

     

    Screenshot_20221020_162550.png

    • Thanks 1
  2. I found the cause.
    In CoreModels and CMSRole classes, tables have utf8mb4_general_ci encoding declared.
    Is this necessary?
    Can't these tables have utf8mb4_unicode_ci encoding like rest of database?
    Performance difference between utf8mb4_general_ci and utf8mb4_unicode_ci is tenths of a microsecond.

     

  3. Overwriting CSS of template with your own CSS is the best example of how websites should not be made. Then such pages take an hour to load :)
    But if you absolutely must do it, then: Preferences -> Custom code -> Add extra css to your pages

  4. Using a PHP script, I converted 100% of database tables to utf8mb4_unicode_ci.
    Vast majority of prestashop modules are so sloppily made, that we have all the coding from all over the world in database 🙂
    For what reason does Core Updater want to convert some tables back to utf8mb4_general_ci ?

     

    Screenshot_20220925_041913.png

  5. I have been doing tests of this EU VIES server using SoapClient.
    This server is one big tragedy.
    For some countries it sometimes returns a response and sometimes returns an error.
    For some countries response times of more than 10 seconds.
    It is better to disable this validation service in module, because it is not suitable for stores.

  6. I have never yet encountered a hosting on which Soap was not installed. If there are such pseudo-hostings, then such a thing should be avoided from afar 🙂
    And after Brexit, Northern Ireland code "XI" is missing from getPrefixIntracomVAT() method.

     

  7. EU VAT number validation has not worked for three days:
    VAT number DE285368537 could not get validated due to a validation web service outage (Server error: `POST http://ec.europa.eu/taxation_customs/vies/services/checkVatService` resulted in a `500 Internal Server Error` response: Error 500--Internal Server Error

    And VAT number is valid: https://ec.europa.eu/taxation_customs/vies/

    Maybe someone knows, what has been changed on EU server?

     

×
×
  • Create New...