AbanteCart Community
Shopping Cart Operations => Support => General Support => Topic started by: logosewer on October 16, 2014, 09:41:16 AM
-
Hello ...
can anyone help please.I have 3500 items in 10 sizes and 30 colours.With a csv file ,will the file be very wide ,ie very many columns because of all the options ,or is there a better way?
Love the way abantcart loads so quick!
Thanks
-
Abantecart have ability to create nested global attributes. For ex.
1. create global attribute with type "product option" with name "colors+sizes".
2. then create attribute with name "colors", choose "selectbox" as field type. You can set a few colors as values there. Also set parent attribute "colors+sizes"
3. do the same with sizes.
4. go to edit product page, choose tab options and use attrtibute "colors+sizes" as base . You will see all variants "colors+sizes" there.
-
thanks,however ,with 2045 colours and 30 sizes,this is a very long job.
Is there an automated way?
thanks
-
i see only one way - to write your own script that woks with AbanteCart API
-
how do i do that,and in what language?
-
give me some pointers,
i'd love to have a go.
-
how do i do that,and in what language?
AbanteCart is a PHP based.