Hi folks - ive searched and searched... but no luck.
I want to return the productimagefilename in a string for Pinterest.com pin...
I am using this in the layout:
&media=www.metaldice.co.uk/acatalog/<actinic:variable name="ProductImageFileName" />
but I get this in the webpage:
media=www.metaldice.co.uk/acatalog/P:\dice\metal_d6spotmix.png
I know that using img src="ProductImageFileName" gives just the filename and not the path...
But I cant find a way of getting the filename WITHOUT the path without img src...
anyone know how to get round this?
thanks
I want to return the productimagefilename in a string for Pinterest.com pin...
I am using this in the layout:
&media=www.metaldice.co.uk/acatalog/<actinic:variable name="ProductImageFileName" />
but I get this in the webpage:
media=www.metaldice.co.uk/acatalog/P:\dice\metal_d6spotmix.png
I know that using img src="ProductImageFileName" gives just the filename and not the path...
But I cant find a way of getting the filename WITHOUT the path without img src...
anyone know how to get round this?
thanks
Comment