Hi Guys,
I'm working on a site at the moment which has thumbnail images in the checkout.
All fine as I am just using <img src="<actinic:variable name="Thumbnail" />" /> to get the image from whatever has been selected in the thumbnail field in the product details|general area.
However, what I would like to to is to either not use the Thumbnail variable at all, or use it if I can set it up to automatically select an image for the thumbnail from one generated by php script. (standard script that dynamically creates an image from the main product image and adds a prefix to the productimagefilename.)
Any idea how this can be done or has anyone done it before?
Regards
Lee
I'm working on a site at the moment which has thumbnail images in the checkout.
All fine as I am just using <img src="<actinic:variable name="Thumbnail" />" /> to get the image from whatever has been selected in the thumbnail field in the product details|general area.
However, what I would like to to is to either not use the Thumbnail variable at all, or use it if I can set it up to automatically select an image for the thumbnail from one generated by php script. (standard script that dynamically creates an image from the main product image and adds a prefix to the productimagefilename.)
Any idea how this can be done or has anyone done it before?
Regards
Lee
Comment