Hi,
I am trying to upload via a csv file and the colour feature of the 'refine by' has the following options:
Blue, Red, Black, Brown, Green, Grey, Chrome.
The product I have attached has the colours Black & Chrome so I'd like for it to be refined by both the colour black and the colour chrome.
I have the following in the feature column Colour: S[Black, Chrome]; since it says: "Feature value - Value of the feature (several values can be delimited by a comma)." on the CS CART website however on the front end of the website is shows "Black, Chrome" as the feature value under colour opposed to having "Black" & "Chrome" separate.
I have also tried Colour: S[Black]; Colour: S[Chrome]; however, it only shows the colour Black in the refine area.
Is there a way to do this?
Test1.csv
S means select box with one variant selected. Try to use another type of product feature - Multiple checkbox (it uses M letter)
Product features import format
{%Feature ID%} (%Group name%) %Feature name%: %Feature type%[%Feature value%]where,[/size]
%Feature ID% the id of feature
%Group name% the name of feature group
%Feature name% the name of feature
%Feature type% the feature type (C - checkbox, M - multiple checkboxes, S - text select box, N - number select box, E - extended selectbox, T - simple text, O - number, D - date) %Feature value% the feature value (several values can be delimited by comma)
Several features must be delimited by semicolon.
Example:
ISBN: T[1233423423]; Release date: D[05/05/07]; Color: S[Red]
S means select box with one variant selected. Try to use another type of product feature - Multiple checkbox (it uses M letter)
I have tried M and it doesn't work.
but it does say 'several values can be delimited by comma' which would suggest S is the appropriate Feature Type and a comma can be used to separate each of them as it suggests with the OPTIONS column
Example of options with variants: Color: S[Red, Green, Blue]; Size: R[X, XL, XX] <-- taken from the CS CART site.
I can't think of any other way of getting around this.
I have tried M and it doesn't work.
That result did you receive?
Example of options with variants: Color: S[Red, Green, Blue]; Size: R[X, XL, XX] <-- taken from the CS CART site.
It will add several variants to the products feature. But only one will be selected for the S type
That result did you receive?
It will add several variants to the products feature. But only one will be selected for the S type
It does the same as when using 'S' i.e it only shows 1 variant on the refine by part.
I think it needs a modification to allow S[variant 1, variant 2, ..., variant n+1] to work the way I want it to.
It does the same as when using 'S' i.e it only shows 1 variant on the refine by part.
I think it needs a modification to allow S[variant 1, variant 2, ..., variant n+1] to work the way I want it to.
Feel free to contact us if you want to add new type of product feature