Ask Your Question
3

How can key and value be saved in admin setting using Opencart 3?

asked 2021-12-19 11:00:00 +0000

huitzilopochtli gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2022-06-13 13:00:00 +0000

djk gravatar image

To save key and value in admin setting using Opencart 3, follow the steps below:

  1. Login to admin panel
  2. Go to Extensions -> Extensions
  3. Select "Modules" from the dropdown and click "Install" button for "Settings" module
  4. After installation, click "Edit" button for "Settings" module
  5. Click "Add Group" button and give a name for your setting group
  6. Click "Add Setting" button and fill in the details for your setting:
  7. Key: this is the name of your setting variable
  8. Value: this is the value of your setting variable
  9. Group: select the group you created earlier
  10. Type: select the type of input field you want to use for your setting (e.g. text, textarea, select, checkbox)
  11. Sort Order: set the order in which your setting should appear on the page
  12. Repeat step 6 for each setting you want to add to your group
  13. Click "Save" button to save your settings.

Your key and value pair are now saved in your Opencart 3 admin settings. You can access and edit these settings at any time by going to System -> Settings -> Your group name.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-12-19 11:00:00 +0000

Seen: 15 times

Last updated: Jun 13 '22