AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: logosewer on October 16, 2014, 09:41:16 AM

Title: clothes with loads of colours and sizes upload?
Post 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
Title: Re: clothes with loads of colours and sizes upload?
Post by: abolabo on October 16, 2014, 02:10:11 PM
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.
Title: Re: clothes with loads of colours and sizes upload?
Post by: logosewer on October 16, 2014, 03:30:41 PM
thanks,however ,with 2045 colours and 30 sizes,this is a very long job.
Is there an automated way?
thanks
Title: Re: clothes with loads of colours and sizes upload?
Post by: abolabo on October 16, 2014, 04:03:18 PM
i see only one way - to write your own script that woks with AbanteCart API
Title: Re: clothes with loads of colours and sizes upload?
Post by: logosewer on October 16, 2014, 04:20:23 PM
how do i do that,and in what language?
Title: Re: clothes with loads of colours and sizes upload?
Post by: logosewer on October 16, 2014, 04:22:29 PM
give me some pointers,
i'd love to have a go.
Title: Re: clothes with loads of colours and sizes upload?
Post by: Basara on October 17, 2014, 07:08:18 AM
how do i do that,and in what language?

AbanteCart is a PHP based.