[TYPO3-shop] new custom image marker question
Tim Kleigrewe
x27 at e27.com
Tue Jun 27 17:57:01 CEST 2006
hi
i want to replace product images on click by javascript instead of a
popup. i had to do this in a former tt_products project
(charlesandmarie.com) by extending the source, but now i've found that
new feature to build up image markers using "...conf.tt_products..."
-----------------
#image
###PRODUCT_IMAGE1:M###
plugin.tt_products.conf.tt_products.ALL.image.m {
wrap = |<br />
file.maxW = 50
file.maxH = 50
params = onClick="javascript:changeImage('img2');"
}
-----------------
but this new marker PRODUCT_IMAGE1:M is not filled in my SINGLE template
area. using multiple images like ###PRODUCT_IMAGE2### works.
i think i miss somthing here but what ?
thank you very much!
tim
More information about the TYPO3-project-tt-products
mailing list