How To Export And Import In Csv Availability Date For Products

[attachment=9059:import availability date in CSV.jpg]Hello,





I need your help to export and import in CSV availability date for products



thanks

import availability date in CSV.jpg

Please create the “app/addons/my_changes/schemas/exim/products.post.php” file with the following content:


```php

$schema['export_fields']['Availability Date'] = array (
'db_field' => 'avail_since'
);
return $schema; ```

[quote name=‘eComLabs’ timestamp=‘1422547804’ post=‘203837’]

Please create the “app/addons/my_changes/schemas/exim/products.post.php” file with the following content:


<br />
<?php<br />
$schema['export_fields']['Availability Date'] = array (<br />
	'db_field' => 'avail_since'<br />
);<br />
return $schema;
```<br />
[/quote]<br />
<br />
thanks  ! <img src="upload://b6iczyK1ETUUqRUc4PAkX83GF2O.gif" class="bbc_emoticon" alt=":-)">

You are welcome!