Export/import Product Details View (Product Template)

Hi, is there any way to export/import "Product details view" (product template)?

Extend the export/import schema located here

app/schemas/exim/products.php

with new export field:

'Product details view' => array(
            'db_field' => 'details_layout'
 ),

It can be done with the my changes module

Extend the export/import schema located here

app/schemas/exim/products.php

with new export field:

'Product details view' => array(
            'db_field' => 'details_layout'
 ),

It can be done with the my changes module

It works great, thank you a lot! :-)

You are welcome! :)