Add drop-down field to Admin Section.
issue: HM-111029 - 3.4. REQUESTED DELIVERY DATE MADE MANDATORY
Steps to follow.
Step1.
Create 3 settings under Extend website settings
Step2.
Register ExtendedWebsiteSettings in Framework Initializer
Step 3.
For this section need to extend OrderPlacementSettingsModel
Step 4.
Register the new OrderPlacementSettingsModel under Addon.cs
Step 5.
Now we need to join those 2 models to ApplyChanges and Initialize
Step 6.
Now we need to add those setting in to 'OrderPlacementSettingsModel' view
6.1
we need to create a new dropdown like this.
we keep DeleveryDateOption vale and text separately
Show drop down for all B2B, B2c, Sales agents sections
OrderPlacementSettingsModel
Now admin Settings are completed, now we need to use those admin settings values,
in OrderOverviewModel view page
we show /hide some section accoding to the value of those options
this how it looks like on DB > setting table
------------------------------------------------------
How to extend product import task
how to Call API
How to add seperate menu section in admin setting
:AdminMenuInitializer.cs
ExtendedStoreBasicsController
AdminAreaRegistration : register store base
create new view under
~/Areas/Admin/Views/Default/StoreBasics/SmartRecruterSettings.cshtml
------------------------------------------------------
ActronAir 108915
ActronAir 108915








