Hi I am trying to use facebook like and share buttons. I need to give it the location and name of the section image.
I know how to do it for a product. You use the 2 variables :
<actinic:variable name="CatalogURL" /> & <actinic:variable name="ProductImageFileNameRaw" />
Using the ProductImageFileNameRaw gives you only the image name and not the file patch (which for me contains sub folders to where I have stored the images locally)
I need the same for the image at a section level. There is a variable called <actinic:variable name="SectionImageFileName" />. However this contains the local file path from the CATALOG folder which does not match up with how it is actually stored on the web. There does not appear to be a ProductImageFileNameRaw like there is for the products.
The question is does anyone know if there is an equiliant to the ProductImageFileNameRaw for sections or a way to strip off the file path from the SectionImageFileName?
Many thanks
I know how to do it for a product. You use the 2 variables :
<actinic:variable name="CatalogURL" /> & <actinic:variable name="ProductImageFileNameRaw" />
Using the ProductImageFileNameRaw gives you only the image name and not the file patch (which for me contains sub folders to where I have stored the images locally)
I need the same for the image at a section level. There is a variable called <actinic:variable name="SectionImageFileName" />. However this contains the local file path from the CATALOG folder which does not match up with how it is actually stored on the web. There does not appear to be a ProductImageFileNameRaw like there is for the products.
The question is does anyone know if there is an equiliant to the ProductImageFileNameRaw for sections or a way to strip off the file path from the SectionImageFileName?
Many thanks