Shopping Cart Operations > Documentations & Manuals

Need detailed info on import fields

(1/1)

nigelt:
I've installed abantecart onto a test server and want to copy my live Magento products to abantecart.

Is there a document that will tell me what each import field is / what the values are..

I've created a few products in AbanteCart and exported them so I can see what needs to go where, but things like this....
fieldname
product_option_value_descriptions[0][6][0].grouped_attribute_names

value
a:3:{i:0;a:2:{s:9:"attr_v_id";s:2:"82";s:4:"name";s:5:"Small";}i:1;a:2:{s:9:"attr_v_id";s:2:"80";s:4:"name";s:5:"Olive";}i:2;a:2:{i:0;s:5:"Small";i:1;s:5:"Olive";}}

Could really do with knowing what all that means :-)

Thanks

llegrand:
http://www.abantecart.com/document_wiki/index.php/Database_Relationship

This defines all the tables/fields and relationships.  I am unsure how up-to-date it is,  but I use it for flow  and haven't found anything amiss yet.

abantecart:

--- Quote from: nigelt on December 19, 2014, 04:33:08 PM ---value
a:3:{i:0;a:2:{s:9:"attr_v_id";s:2:"82";s:4:"name";s:5:"Small";}i:1;a:2:{s:9:"attr_v_id";s:2:"80";s:4:"name";s:5:"Olive";}i:2;a:2:{i:0;s:5:"Small";i:1;s:5:"Olive";}}

Could really do with knowing what all that means :-)

Thanks

--- End quote ---

This is serialized data for the attribute/value. Do not try to edit this value if you do not understand how it is constructed.
I suggest to use PHP to operate this value with serialize and unserialize functions.

Navigation

[0] Message Index

Go to full version
Powered by SMFPacks Social Login Mod