Hello
I am editing the layout of the search results page to more closely mimic the style of the rest of my site.
Inside "Act_ResultsTemplate.html" I can see variables such as...
<Actinic:S_PRICE/> <Actinic:S_DESCR/> <Actinic:S_PROP/>
The first of these displays the product price - but I'm not sure what the other two do - as nothing is appearing on my page.
I would have guessed that <Actinic:S_DESCR/> displays the product description - if that is the case, which field is this taken from?
The other thing I want to display is are a number of CUSTOMVARs that I have created and used successfully elsewhere. If tried inserting my CUSTOMVAR tags - but their values are not being displayed.
So in summary I can see <Actinic:S_PRICE/> on my page - but not <Actinic:S_DESCR/> or CUSTOMVARESIGNER.
Any ideas gratefully received.
Ed
I am editing the layout of the search results page to more closely mimic the style of the rest of my site.
Inside "Act_ResultsTemplate.html" I can see variables such as...
<Actinic:S_PRICE/> <Actinic:S_DESCR/> <Actinic:S_PROP/>
The first of these displays the product price - but I'm not sure what the other two do - as nothing is appearing on my page.
I would have guessed that <Actinic:S_DESCR/> displays the product description - if that is the case, which field is this taken from?
The other thing I want to display is are a number of CUSTOMVARs that I have created and used successfully elsewhere. If tried inserting my CUSTOMVAR tags - but their values are not being displayed.
So in summary I can see <Actinic:S_PRICE/> on my page - but not <Actinic:S_DESCR/> or CUSTOMVARESIGNER.
Any ideas gratefully received.
Ed
Comment