Hi,
I wonder if it possible to change name of these fields to import from other csv file:
Products
Below is a list of the fields that your data file can contain. The fields highlighted in bold are mandatory. If you are importing data with special symbols (commas, semicolons, etc.), please make sure you have these fields quoted.
Product code
Category
List price
Price
Status
Quantity
Weight
Min quantity
Shipping freight
Date added
Downloadable
Files
Ship downloadable
Inventory tracking
Out of stock actions
Free shipping
Feature comparison
Zero price action
Thumbnail
Detailed image
Product name
…
…
Thanks
You “could”, but why? Seems it would be much easier to “pre process” the foreign CSV to replace the column names with ones the cart will understand.
[quote name='tbirnseth' timestamp='1321464768' post='126093']
You “could”, but why? Seems it would be much easier to “pre process” the foreign CSV to replace the column names with ones the cart will understand.
[/quote]
Thanks. If I wanted to update my database many times a day I will have to replace the column names the foreign CSV each time. I dont want that. Do you know how to change the names of the fields in Cs-Cart?
Thaks for answer.
Go to schemas/exim/products.php and edit away…
However, I would not recommend doing so…
[quote name='tbirnseth' timestamp='1321476218' post='126109']
Go to schemas/exim/products.php and edit away…
However, I would not recommend doing so…
[/quote]
Thank you. I could not find it, Im gonna test it and see.