In an earlier thread - one comment made about my site was that it would be really useful to have an age range specified for each product (searcheable if possible). I've had a bit of a roll on adding more products (something I can do now, almost without a hitch) and I think I need to address the age range issue sooner rather than later so that people have more to go on and so that I'm not storing up a lot of data input for later.
I think I've figured out that this is done using custom properties and so far have been into Advanced / Custom Properties and added a new property called AGERANGE (as text).
Then into Design options / Site Defaults - I've added the new property AGERANGE and specified the value as "Age:" - not sure if this is right. Have marked it as searcheable.
I've also tried the properties tab within the product - again added property AGERANGE and specified the value of 7+?
I'm using the "Help" menu which then tells me to add a code in the product layout template - PANIC PANIC - last time I did that things went badly wrong. I've taken a copy of the Act_ProductLine.html (just in case) but just wanted to see if I was on the right track.
Do I just then need to put:
<img src="CUSTOMVAR:AGERANGE" alt="NETQUOTEVAR:PRODUCTNAME">
anywhere in the product layout template?
Does the property need to be in all of these places? Will this make it a seaercheable field (in the same way that you can currently search on price)? Or have I got it all wrong - am I looking at entirely the wrong thing?
Thank you again.
Sonia
www.sparkofinspiration.co.uk
I think I've figured out that this is done using custom properties and so far have been into Advanced / Custom Properties and added a new property called AGERANGE (as text).
Then into Design options / Site Defaults - I've added the new property AGERANGE and specified the value as "Age:" - not sure if this is right. Have marked it as searcheable.
I've also tried the properties tab within the product - again added property AGERANGE and specified the value of 7+?
I'm using the "Help" menu which then tells me to add a code in the product layout template - PANIC PANIC - last time I did that things went badly wrong. I've taken a copy of the Act_ProductLine.html (just in case) but just wanted to see if I was on the right track.
Do I just then need to put:
<img src="CUSTOMVAR:AGERANGE" alt="NETQUOTEVAR:PRODUCTNAME">
anywhere in the product layout template?
Does the property need to be in all of these places? Will this make it a seaercheable field (in the same way that you can currently search on price)? Or have I got it all wrong - am I looking at entirely the wrong thing?
Thank you again.
Sonia
www.sparkofinspiration.co.uk
Comment