Customize OrderItemEdit.aspx.cs file and create an installable package for it

Vibhuti Choubey asked on February 14, 2019 08:23

Hi,

I want to edit OrderItemEdit.aspx file where I have added a few more fields to be displayed in that form. I actually want to create an installable package which overrides the core OrderItemEdit.aspx file but I don't want to create a new custom module for this. How can this be achieved?

Thanks

Recent Answers


Eric Dugre answered on February 19, 2019 17:17

Vibhuti,

Kentico offers methods to create import packages and NuGet packages for custom modules, but this doesn't include system files such as OrderItemEdit.aspx: https://docs.kentico.com/k12/deploying-websites/exporting-and-importing-sites/export-folder-structure.

If you want some package that you can distribute which will contain your customizations to OrderItemEdit.aspx, you may be able to create a standard NuGet package: https://docs.microsoft.com/en-us/nuget/create-packages/creating-a-package. Otherwise, I'd recommend manually creating an archive which contains a README for instructions on where to place the customized file(s).

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.