To add fields in the shopping tab of an extension in website configuration,Edit the configuration folder of the corresponding extension. Add fields in the property of configuration.sample code is given below.
Tag: configuration
Add new values to the configuration record via extension
The below code enables us to add content to existing fields in the configuration. The client request was to add custom template for PLP. The current display is grid, list, table. However, it is required to edit the template for customization. Since customer used SC bundle if we edit the theme, it will stop to… Continue reading Add new values to the configuration record via extension
How to create fields in the configuration record SCA
We can create new subtab, a new section in the subtab and different field types The above code creates a subtab and a list section in the configuration record