Execute the command below in the root of your Magento installation in order to Export and Import theme and module configuration:
1. Export Pearl Theme Theme Configurations
First of all, check the available store codes by running the following command.
php bin/magento store:list
After finding the store code you want to export the configurations (in the Code column - case sensitive) for, run the export command:
php bin/magento weltpixel:export:configurations --store=default
--store=default - if not default, specify the store name from where you want to export the settings
> This command exports the settings for the modules that are part of the Pearl Theme:
- Frontend Options
- Design Elements
- Category Page
- Product Page
- Custom Header
and will generate a .csv file weltpixel_configurations_default.csv in the root of your Magento installation.
2. Export WeltPixel Module Configurations
php bin/magento weltpixel:export:modules --store=default --modules=WeltPixel_OwlCarouselSlider,WeltPixel_Quickview
--store=default - if not default, specify the store name from where you want to export the settings
--modules=WeltPixel_OwlCarouselSlider - the exact module name from composer should be used, if there are multiple modules you should separate them by a comma [,].
> This command exports the settings for the modules that are included with Pearl Theme:
- Advance Product Quick View and Ajax Cart (WeltPixel_Quickview)
- OWL Banner Slider and Product Carousel (WeltPixel_OwlCarouselSlider)
- Google Analytics Enhanced Ecommerce Tag Manager (WeltPixel_GoogleTagManager)
- Rich Snippets & Cards schema.org (WeltPixel_GoogleCards)
- Enhanced Quick Cart (WeltPixel_QuickCart)
- Google XML Sitemap (WeltPixel_Sitemap)
- SEO Page Title Overwrite (WeltPixel_TitleRewrite)
- Smart Product Tabs (WeltPixel_SmartProductTabs)
- Instagram Widget Advanced (WeltPixel_InstagramWidget)
- Full Page Scroll (WeltPixel_FullPageScroll)
- CMS Product Reviews Widget (WeltPixel_RewiewsWidget)
- Mega Menu (WeltPixel_NavigationLinks)
- Enhanced Multi-Store Multi-Brand (WeltPixel_Multistore)
- Custom Thank You Page (WeltPixel_ThankYouPage)
- etc
and will generate a .csv file weltpixel_configurations_modules_default.csv in the root of your Magento installation.
3. Import Settings:
php bin/magento weltpixel:import:configurations --store=default --file="path/to/file"
> run the command above to import both theme and module settings.
Comments
0 comments
Please sign in to leave a comment.