Paolo Cunti @codencode

Results 124 comments of Paolo Cunti @codencode

> [@matks](https://github.com/matks) [@Codencode](https://github.com/Codencode) It's a mistake, they forgot to change it OK, so it's a mistake. Thanks @Hlavtox!

Installing the test module adds the new field to the account registration form, as shown in the attached screenshot. ![Screenshot 2025-05-05 at 09-27-26 Registration](https://github.com/user-attachments/assets/ac92ff0f-faa5-4c94-a328-19e855c91658) Test module: [idea_38591.zip](https://github.com/user-attachments/files/20032962/idea_38591.zip)

Hello @SiraDIOP, No, it’s not normal. There could be 2 issues: 1. You didn’t apply the PR correctly. 2. You didn’t recompile the templates. ### Case 1 Check that the...

Hello @SiraDIOP, I'm not very experienced with Linux shell, but I believe there might be an issue with this line: ```bash git prc origin 698 dev ``` However, to make...

Hi @clotairer, my solution checks if the cart/product is actually available just before creating the order, and it does this in the `createOrder `function. If the cart/item is not available,...

> Hi, It looks like we already fix your issue here #350 > > Could you confirm to us your module is up to date ? Yes, the module is...

QA by Dev ✅ ### Without fix [without-fix.webm](https://github.com/user-attachments/assets/eac4fb19-1f9c-4ca4-a5c7-9d1cf8999fc9) ### With fix [with-fix.webm](https://github.com/user-attachments/assets/8b995af3-f148-4796-92b1-97ea35542a14)

Perhaps a better solution could be to include an additional parameter to be passed, allowing the specification of extra parameters to be "appended" to the URL. For example: ```php $opt...

Hi @florine2623, I created the PR https://github.com/PrestaShop/dashactivity/pull/48