How to Solve PrestaShop Server Down Problem (Error Code 521) – A Practical Security Approach? Posted on June 10, 2025June 10, 2025by genkiware adminPosted in Prestashop0 How to Solve PrestaShop Server Down Problem (Error Code 521) – A Practical Security Approach Recently, one of our customers…
How to Build a PrestaShop Module for Inline Editing of Payment Records on the Order Page? Posted on June 5, 2025June 10, 2025by genkiware adminPosted in Prestashop0 This guide shows a high-level plan and step-by-step implementation to build a PrestaShop module that enables inline editing of payment…
Tutorial for Prestashop to decorate a controller – How to add paid and outstanding amount in order page Posted on August 4, 2022August 4, 2022by genkiware adminPosted in Prestashop0 .lst-kix_list_2-6>li:before { content: "- " } .lst-kix_list_2-7>li:before { content: "- " } ul.lst-kix_list_1-0 { list-style-type: none } .lst-kix_list_2-4>li:before { content:…
How to add paid and outstanding amount in order page Posted on July 28, 2022October 5, 2022by genkiware adminPosted in Prestashop0 Sometimes you may need to know how much the current outstanding and paid amount. Especially you accept the preorder and…