PrestaShop / example-modules

Example PrestaShop modules
Academic Free License v3.0
177 stars 118 forks source link

Introduce module demoextendtemplates #107

Closed zuk3975 closed 2 years ago

zuk3975 commented 2 years ago
Questions Answers
Description? Introduce demo module showing how to extend and modify core pages twig templates (see more detailed info in readme)
Type? improvement
BC breaks? no
Deprecations? no
Fixed ticket?
How to test? install the module, go to orders page and refer to screenshot bellow to make sure module shows all modifications in orders page.Screenshot from 2022-09-15 13-57-15

| Possible impacts? | Please indicate what parts of the software we need to check to make sure everything is alright.

zuk3975 commented 2 years ago

Raised related PR to fix orders stylesheets parent call. https://github.com/PrestaShop/PrestaShop/pull/29646

zuk3975 commented 2 years ago

also blocked by https://github.com/PrestaShop/PrestaShop/pull/29322 (because the example includes decorating order controller and it breaks whole page until the bug is fixed)

matks commented 2 years ago

Raised related PR to fix orders stylesheets parent call. PrestaShop/PrestaShop#29646

Hello @zuk3975 is this the last blocking PR?

zuk3975 commented 2 years ago

Raised related PR to fix orders stylesheets parent call. PrestaShop/PrestaShop#29646

Hello @zuk3975 is this the last blocking PR?

yes, as I mentioned in that issue, both PRs should probably be approved by single QA check.

florine2623 commented 2 years ago

Tested in combination with https://github.com/PrestaShop/PrestaShop/pull/29646

It is QA ✅ See https://github.com/PrestaShop/PrestaShop/pull/29646#pullrequestreview-1190458860

zuk3975 commented 2 years ago

@PrestaShop/committers, @PrestaShop/prestashop-maintainers as Florine tested another related PR it was a nice occasion to approve this PR even though it doesn't yet have mainatiners approvals. So could you please approve it (and merge once the related pr is merged)? :smile: