[TYPO3-commerce] image popup doesn´t work
Basti Baumann
donillo at gmail.com
Thu Jun 28 10:10:56 CEST 2007
Basti Baumann schrieb:
> Basti Baumann schrieb:
>> Hello,
>>
>> in listview and singleview it is possible to click on the product image.
>> Normally I expect that either a popup appear with a large image or in
>> list view that I open the singleview of a product.
>> But here the only thing that happens is that I open the page with the
>> category browser in it.
>> The link looks like:
>> www.domain.de/index.php?id=87&tx_commerce_pi1[showUid]=6&tx_commerce_pi1[catUid]=3&tx_commerce_pi1[basketHashValue]=d6eff3df93&cHash=5812504d6e
>>
>>
>> Is this normal?
>>
>> Kind regards
>> Basti
>
> Hi,
>
> I think this is a bug.
> In listview all image links are incorrect cause the & (and) is
> transformed to &.
> If I correct these links (in adress bar) the detail page appears.
>
> In detail view just the same.
>
> But I can´t find out the position of link generating in source code.
>
> basti
Hi,
ok I could solve the image problem in detail view.
You have to insert this setup:
plugin.tx_commerce_pi1.singleView.products.fields.images {
imageLinkWrap = 1
imageLinkWrap {
enable = 1
bodyTag = <BODY bgColor=black>
wrap = <A href="javascript:close();"> | </A>
width = 800m
height = 600
JSwindow = 1
JSwindow.newWindow = 1
JSwindow.expand = 17,20
}
}
Then the image popup works. The same in listview.
But how could I link to detail page in listview? If I set imageLinkWrap
= 0 the link is broken.
Regards
Basti
More information about the TYPO3-project-commerce
mailing list