PDA

View Full Version : Extended Information


mcottam
29-Apr-2003, 10:17 AM
I want to be able to use the Extended Information popup, but I hit a snag.

I got to the Extended Information tab in the Product Details. I type the information I want to appear in the popup. I tick Generate Popup Page. This un-greys the Popup details for name and layout. In the Display By area I tick Text Link for <more…>.

This all seems to be fine.

But when I go to the page preview, no <more…> text link appears.

But when I click Extended Information Button, the button appears in the preview. But I don't want the button only the text link!

Can anyone suggest what I am doing wrong?

TIA

Ben
29-Apr-2003, 01:44 PM
Hi Matthew

Do you have the variable NETQUOTEVAR:EXTINFOLINK in your ProductLine template as well as NETQUOTEVAR:EXTINFOBUTTON? Remember, it's the ProductLine template for the specific product in question that's important.

Ben

mcottam
29-Apr-2003, 01:52 PM
Hi Ben

I have both in the template.

Nextdoor to each other with no space.

fitz
29-Apr-2003, 03:10 PM
I have the same problem, if I select to use a button I can see that, but if I select to see <more..> then it doesn't appear.

I'd be interested in the reply as well.

Thanks

David

cdicken
30-Apr-2003, 10:08 AM
The problem seems to be uing angled brackets. Internet Explorer seems to try and show it as an HTML tag.

If you use

&amp;lt;more...&amp;gt;

Then it will work fine.

mcottam
30-Apr-2003, 10:24 AM
Thanks Chris.

It seems to gave done the job!