Adding Promo Text Field Via Csv

Thanks for answering. In my cPanel I found app/addons/my_changes, but not the schemas/exim/

in the directory /mychanges create another directory called schemas, then in schemas create another directory called exim, then drop your file in there.



John

Thank you for your help John.



Will try it now

not working for me, activated the add on but when selected all products, edit, i could not see promo text , please assist. 4.2.4

[quote name='dtjan01' timestamp='1423276457' post='204573']

not working for me, activated the add on but when selected all products, edit, i could not see promo text , please assist. 4.2.4

[/quote]



Make sure that you cleared the cache.

Also, the third-party add-ons can influence on the promo text. Check this guesses.



Best regards, Alt-team.

[quote name='dtjan01' timestamp='1423276457' post='204573']

not working for me, activated the add on but when selected all products, edit, i could not see promo text , please assist. 4.2.4

[/quote]



Please also make sure that the new file has correct permissions before clearing the cache

thanks for assisting. i decided to use the sql command, cheers guys

[quote name='eComLabs' timestamp='1396434194' post='180742']

[color=#282828][font=arial, verdana, tahoma, sans-serif]Please create the “[/font][/color][color=#282828][font=arial, verdana, tahoma, sans-serif]app/addons/my_changes/schemas/exim/products.post.php” file with the following content:[/font][/color]


```php

$schema['export_fields']['Promo text'] = array (
'table' => 'product_descriptions',
'db_field' => 'promo_text',
'multilang' => true,
);
return $schema;
```

Then clear the cache and check the result. Thanks.
[/quote]

Does this allow both export and import????

[quote name='CarStickersDecals' timestamp='1426514878' post='208083']

Does this allow both export and import???

[/quote]



Yes!

Hi, I have try to use this code:


$schema['export_fields']['Shipping availability'] = array (
'table' => 'cscart_products',
'db_field' => 'sa_message_id',
'multilang' => false,
);
return $schema;

to import Shipping availability id.
My table is 'cscart_products' and db_field is 'sa_message_id',
but no succes (((.
When try import I get:
[b]Error[/b]Invalid pattern definition: missing table references

What I doing wrong?
Any help please?
Majer

Sorry, my version is 4.2.3

[quote name='majerfra' timestamp='1432884006' post='216277']

Sorry, my version is 4.2.3

[/quote]



Anybody. please?

Thanky you in advance