When I assign a field definition called 'colour' to the product and then give it a drop-down field and add this to the product so that I can filter the products by colour, everything works up until I click through to the product detail page.
I get the following error in the HTML code:
<!--Could not find a file at: http://www.intricatecreations.co.uk/new ... /Champagne
It looks like the product manager is looking for a file associated with the product but I've not assigned a file to it, I've assigned a drop down menu.
I've used the following in my detail template to display the colour value: {$entry->colour}
I've used the same term in the field definition.
If you go to this page:
http://intricatecreations.co.uk/new/ind ... vp-gallery
Click on an image, a light box loads up a larger image, however if you
goto the colour drop down menu and select 'champagne' from the menu, it will filter correctly, but when you click the image thumbnail, it loads up a broken page. When it should in fact allow you to view a larger image in a light box.
I'm thinking it has something to do with the search template, as when I search by price and then click on a thumbnail image it loads up the detail page but doesn't execute the lightbox??
It turns out that the summary template for the search results changes and was not displaying my template. This is now fixed.

