Jump to content

Krystian Podemski

PrestaShop Team
  • Posts

    1,439
  • Joined

  • Last visited

  • Days Won

    15

Krystian Podemski last won the day on July 11

Krystian Podemski had the most liked content!

About Krystian Podemski

Profile Information

  • Location
    Poland, Bydgoszcz
  • First Name
    Krystian
  • Last Name
    Podemski
  • Activity
    Freelancer
    Developer
    Module Developer

Recent Profile Visitors

34,535,658 profile views

Krystian Podemski's Achievements

  1. @Prestashop Addict to add a custom endpoint or to extend an existing one?
  2. Hello! You can use overrides to achieve the result. In the override file, you have to alter the definition of the given ObjectModel.
  3. @nakwada you should contact PrestaShop Checkout support, and definitely not use PHP 8.4 with PrestaShop 8.1 - this PrestaShop version does not support PHP 8.4
  4. Moduł niżej jest jednym z najbardziej znanych jeśli chodzi o realizacje takich promocji: https://addons.prestashop.com/pl/promocje-prezenty/9129-promocje-i-znizki-3x2-znizki-oferty-packs.html
  5. To błąd. Musiałbyś wprowadzić te zmiany: https://github.com/PrestaShop/PrestaShop/pull/39062/files Może istnieć potrzeba ręcznego usunięcia var/cache
  6. Prawdopodobnie masz mało optymalnie skonfigurowane statusy w sklepie. Ostatnim statusem jaki ustawiasz nie jest taki, który ma zamówienie oznaczone jako: - wysłane - opłacone - z fakturą a to jest potrzebne dla PrestaShop do poprawnego liczenia kwot.
  7. Tutaj: https://devdocs.prestashop-project.org/9/modules/concepts/services/#override-the-service
  8. To nie wygląda na problem z PrestaShop, być może jakieś elementy konfiguracji zostały błędnie uzupełnione. Co mówi wsparcie Baselinker?
  9. Cześć. A może po prostu zrobić override tego serwisu i wstrzyknąć swój?
  10. Hi, you could try disabling the "Check the cookie's IP address" setting in Advanced Parameters -> Administration to see if it helps. It's a workaround, and not a real solution, but it can do the job for you.
  11. It seems you haven’t met a lot of devs from Poland, have you? @WitekPr there is still a need for skilled developers, both from agencies and merchants - but PrestaShop entry level has increased, and it’s way above Woo to be considered skilled developer. If you want to increase your skills and learn to be a better developer, learn Symfony and more modern tech stack, then PS is a good option. Thanks to a tech stack used in more recent PS versions, even if you decide to stop working with PS, you’ll still have a solid foundation to work on different PHP/Symfony projects.
  12. The recommended version is always the latest supported Module developers should support all the versions supported by a given PrestaShop release. I.e. Use PHP 8.4, if you noticed errors with modules, you should check with the authors of those to make sure their solutions are compatible.
  13. Hello It may be related to problems with permissions or missconfiguration of the /tmp directory on your new server.
  14. You can create a file: themes/your_theme_name/assets/css/custom.css and put there this code: .featured-products .products-section-title { text-align: left; }
×
×
  • Create New...