related products module export settings to other store
helloModule by default does not have any kind of import/export tool but it is possible to achieve what you expect with database import/export process.
module creates two tables in shop's database:
- ppbp_block (ps_ppbp_block)
- ppbp_block_lang (ps_ppbp_block_lang)
so you can use database manager like phpMyAdmin and export these tables from source shop and then you can import generated .sql file in target shop (with the same tool like phpMyAdmin). This is the only one way to achieve what you expect currently. If you are not familiar with database management in phpMyAdmin
0 comments:
Post a Comment