Hi
Is it possible to import product options?
I have a product list that I need to insert, I have done it before without an issue but this time I need to add options, colours basically
I realise CS Cart can import options but they all have the (i assume) id in front {1234}Red etc
Can I do it without that ID?
Thanks
Lee
yes you can do it without that id
Colours: R[BLACK OPAL,LIGHT PINK,NAVY BLUE,SCARLET RED,WHITE]; Size S [ Small,Med,Lge]
the R is for radio type but you can also use S for select or c for checkbox etc.
see here
[quote name='johnbol1' timestamp='1316540505' post='121998']
yes you can do it without that id
Colours: R[BLACK OPAL,LIGHT PINK,NAVY BLUE,SCARLET RED,WHITE]; Size S [ Small,Med,Lge]
the R is for radio type but you can also use S for select or c for checkbox etc.
see here
CS-Cart Documentation — CS-Cart 4.15.x documentation
[/quote]
Thanks, I'll look into it again
Lee