Search code examples
sqldatabasemagentopackageskin

Magento - Change Skin and Package in DataBase


I am currently creating a full install script for Magento and Node.js/Grunt I'd like to skip installation steps. One of my goals is to configure skin and package directly without accessing the admin (I know how i can do that in the magento admin) So, someone know which table(s) contain package and skin name ?

Thanks a lot


Solution

  • it is in core_config_data just check it out with your scope and scope_id with if u have multistore.

    below are the path column which you can find in table

    design/theme/skin

    design/theme/template

    design/theme/layout

    hopw this will sure help you