I have two extensions installed via composer and that is in vendor folder. I have done some customisation on those modules ie: updating the files in the vendor/mymodule/ folder. Now after a Magento upgrade (2.3.2 to 2.3.5) all my changes are gone.
Any help to update/overwrite these files with creating my own module in app folder?
The files I have updated in the folder are
vendor/module/view/frontent/layout/checkout_osc.xml vendor/module/view/frontent/web/css/osc.css vendor/module/view/frontent/web/template/view/shipping-address/address-render/osc.html vendor/module/view/frontent/web/template/view/comment.html
-
check two link --- magento.stackexchange.com/a/264707/85907 2) magento.stackexchange.com/a/252619/85907Mohit Patel– Mohit Patel2020年06月09日 04:26:17 +00:00Commented Jun 9, 2020 at 4:26
-
Thanks! Got a solution with overriding the files in the app/design/frontend theme folder.ASR– ASR2020年06月12日 02:57:35 +00:00Commented Jun 12, 2020 at 2:57
-
Welcome @ASR...Mohit Patel– Mohit Patel2020年06月12日 03:22:16 +00:00Commented Jun 12, 2020 at 3:22